Binance Crypto Scraper โ Prices, 24h Stats & OHLC
Pricing
from $0.35 / 1,000 results
Binance Crypto Scraper โ Prices, 24h Stats & OHLC
$0.35/1K ๐ฅ Fast Binance crypto scraper! Live prices, 24h stats, order books & klines for every trading pair. JSON, CSV, Excel or API in seconds. Enter symbols & pull thousands of market data points for bots & analysis โก
Pricing
from $0.35 / 1,000 results
Rating
0.0
(0)
Developer
ninhothedev
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
2
Monthly active users
7 days ago
Last modified
Categories
Share
Get clean Binance market data: live prices, 24h ticker stats (high, low, volume, % change) and OHLC kline history for any trading pair. As JSON, CSV or Excel. Free, no API key, no proxy.
๐ต Pricing
Pay per result โ $0.0005 per item ($0.50 / 1,000). No subscription, no proxy needed. You only pay for the data you scrape, and new Apify accounts include free monthly credits so you can test it for $0.
๐ What can it extract?
- Live price for any symbol (e.g. BTCUSDT, ETHUSDT)
- 24h ticker stats: last, open, high, low, price change, % change
- Volume: base volume, quote volume, trade count
- Bid / ask prices
- OHLC klines (candles) for any interval: 1m, 5m, 15m, 1h, 4h, 1d, 1w
- Top-by-volume discovery: auto-rank the top N USDT pairs
๐ How do I use it?
- Click Try for free.
- Set the input (see example below).
- Click Start and download results as JSON, CSV or Excel โ or pull them via the API / schedule them on an interval.
โ๏ธ Input example
{"mode": "tickers","symbols": ["BTCUSDT", "ETHUSDT"]}
Get OHLC candle history instead:
{"mode": "klines","symbols": ["BTCUSDT"],"interval": "1d","limit": 100}
Discover the top 20 pairs by volume:
{"mode": "tickers","symbols": [],"topByVolume": 20}
๐ฆ Output example
A tickers item:
{"symbol": "BTCUSDT","last_price": 60289.59,"price_change": 641.59,"price_change_percent": 1.076,"high_24h": 60780.57,"low_24h": 58900.01,"open_price": 59648.0,"volume": 19750.123,"quote_volume": 1180000000.55,"trade_count": 1234567,"bid_price": 60289.59,"ask_price": 60289.6,"scraped_at": "2026-06-29T12:00:00+00:00"}
A klines item (one per symbol, candles nested):
{"symbol": "BTCUSDT","interval": "1d","candle_count": 100,"candles": [{ "open_time_iso": "2026-06-27T00:00:00+00:00", "open": 60000.0, "high": 61000.5, "low": 59500.1, "close": 60500.25, "volume": 1234.5 }]}
๐ฏ Use cases
- Crypto dashboards & portfolio trackers
- Trading bots & backtesting (OHLC history)
- Price alerts & automation workflows
- Market-data and research datasets
๐ฐ How much will it cost?
You pay only the per-result price (no proxy cost): 100 โ ~$0.05 ยท 1,000 โ ~$0.50 ยท 10,000 โ ~$5
๐ Why this one
| Feature | This actor | Others |
|---|---|---|
| Prices + 24h stats + OHLC | โ | partial |
| Top-by-volume discovery | โ | โ |
| No key, no proxy | โ | sometimes |
| Auto host fallback | โ | โ |
๐ Related actors
- CoinGecko Crypto Scraper โ coin prices & market caps
- Yahoo Finance Scraper โ stocks & quotes
- GitHub Scraper โ repos & devs
- Hacker News Scraper โ tech news
โ FAQ
Key/proxy? No. Which pairs? Any Binance spot symbol (BTCUSDT, ETHBTC, โฆ). History? Yes โ use mode=klines with an interval and limit.
๐ Support
Found a bug or need an extra field? Open an issue on the actor โ fixes and new fields ship fast.
Legal & privacy
Data via the Binance public REST API. Public, aggregated market data only โ no personal data.
Keywords: binance scraper, crypto price scraper, cryptocurrency market data, OHLC, klines, candlestick data, 24h ticker, trading bot data, BTC ETH price, JSON CSV Excel