Binance API Scraper - Spot Prices for 3,500+ Pairs
Pricing
from $3.00 / 1,000 results
Binance API Scraper - Spot Prices for 3,500+ Pairs
Binance unofficial API alternative: export 3,500+ spot trading pairs to CSV/JSON, no API key or login. Bulk Binance price data extraction tool.
Pricing
from $3.00 / 1,000 results
Rating
0.0
(0)
Developer
Logiover
Maintained by CommunityActor stats
0
Bookmarked
3
Total users
1
Monthly active users
6 days ago
Last modified
Categories
Share
๐ก Binance API Scraper โ Live Spot Prices for 3,500+ Trading Pairs (No API Key)

Bulk-export every Binance spot trading pair โ last price, 24h change, high / low / open, weighted average price, base + quote volume, best bid / ask and trade count โ in one fast, structured run. Powered directly by Binance's official public market-data API (exchangeInfo + ticker/24hr), the Binance Spot Market Scraper returns clean, flat rows for all 3,500+ pairs in seconds. No API key, no login, no proxy, no browser.
๐ Why this Binance scraper?
19 fields per pair ยท 3,500+ rows per run ยท direct official Binance API (no HTML scraping) ยท export to JSON / CSV / Excel ยท runs in ~3 seconds with just 2 API calls. The unofficial Binance API alternative for algo trading, arbitrage, price feeds, backtesting archives and crypto data products.
โจ What this Actor does / Key features
- ๐ก Official Binance public API โ connects directly to
api.binance.com(exchangeInfo+ticker/24hr); no HTML scraping, no Cloudflare bypass, no anti-bot fragility. - ๐ Full spot coverage โ all 3,500+ Binance spot trading pairs (
BTCUSDT,ETHUSDT,SOLUSDT,BNBBTCโฆ) in a single run. - ๐ฑ Quote-asset filter โ keep only
USDT,FDUSD,BTC,ETH,USDC,TRY,EURor any combination; leave empty for the whole market. - ๐ Volume filter โ
minQuoteVolumedrops the long tail of dead pairs below your liquidity threshold. - โ
Trading-status filter โ optional
tradingOnlyflag keeps only pairs currently inTRADINGstatus (excludesBREAK,HALT). - ๐ข Multi-metric sorting โ rank by
quoteVolume,volume,priceChangePercent,lastPriceortradeCount. - ๐ค Flat, export-ready rows โ 19 columns, no nested JSON; CSV / Excel / JSON / XML straight out of the box.
- โก Fast โ the whole spot universe in ~3โ5 seconds; run time is constant because both endpoints respond in one shot (no per-pair calls).
- ๐ No authentication โ no Binance API key, no secret, no login and no proxy required โ only an Apify account.
- ๐ Global & schedule-friendly โ works from any Apify region, designed for recurring runs every minute, hour or day.
๐ Quick start (3 steps)
- Configure โ pick your
quoteAssets(e.g.["USDT"]) or leave empty for the full market. Add aminQuoteVolume, choose asortBymetric, and optionally cap rows withmaxPairs. - Run โ click Start. The Actor calls Binance's
exchangeInfo+ticker/24hr, joins, parses, filters and sorts, then streams flat rows into your dataset live. - Get your data โ open the Output tab and export to JSON, CSV, Excel or XML, or pull it via the Apify API.
๐ฅ Input
Every field is optional โ run it with defaults to get the top 100 pairs by quote volume, or tune the filters below.
Example โ Full Binance USDT market, liquid pairs only
{"quoteAssets": ["USDT"],"minQuoteVolume": 1000000,"sortBy": "quoteVolume","tradingOnly": true,"maxPairs": 0}
Example โ Top-20 movers across all quote assets
{"sortBy": "priceChangePercent","tradingOnly": true,"maxPairs": 20}
Example โ Stablecoin-pair monitor (USDT / FDUSD / USDC)
{"quoteAssets": ["USDT", "FDUSD", "USDC"],"minQuoteVolume": 500000,"sortBy": "quoteVolume"}
| Field | Type | Description |
|---|---|---|
quoteAssets | array | Filter to pairs with these quote assets (e.g. USDT, FDUSD, BTC, ETH, USDC, TRY, EUR). Leave empty for all pairs. |
minQuoteVolume | integer | Drop pairs with 24h quote volume below this value โ filters out dead pairs. 0 = no filter. |
sortBy | string (enum) | Rank pairs by one of quoteVolume, volume, priceChangePercent, lastPrice or tradeCount. Default quoteVolume. |
tradingOnly | boolean | If true, include only pairs currently in TRADING status. Default false (returns every pair, including BREAK / HALT). |
maxPairs | integer | Maximum pairs to save. 0 = all (~3,500). Prefilled to 100. |
๐ค Output
One row per trading pair โ 19 fields, exportable to JSON, CSV, Excel or XML. Here is a trimmed sample record:
{"symbol": "BTCUSDT","baseAsset": "BTC","quoteAsset": "USDT","status": "TRADING","lastPrice": 64235.10,"priceChange": 1225.10,"priceChangePercent": 1.94,"weightedAvgPrice": 63712.42,"openPrice": 63010.00,"highPrice": 64880.00,"lowPrice": 62700.00,"volume": 12850.4,"quoteVolume": 821400000.0,"bidPrice": 64234.90,"askPrice": 64235.20,"tradeCount": 1284503,"openTime": "2026-07-05T12:00:00.000Z","closeTime": "2026-07-06T12:00:00.000Z","scrapedAt": "2026-07-06T12:00:01.250Z"}
How it works: the Actor loads your filters, calls Binance
exchangeInfoto learn each symbol's base / quote / status, callsticker/24hrfor the entire spot market in one request, joins the two onsymbol, parses Binance's string prices into proper floats, applies your quote-asset / volume / status filters, sorts by your chosen metric, caps atmaxPairs, and streams flat rows into the dataset. Only Binance's officially-supported public REST endpoints are used โ no headless browser, no proxy, no anti-bot bypass. With just 2 requests per run, the Actor sits far below Binance's documented weight limits even when scheduled every minute.
๐ก Use cases
- Algorithmic & quantitative trading โ feed mean-reversion, momentum and grid bots a clean Binance price feed; sort by quote volume to focus on the most liquid markets first.
- Cross-exchange arbitrage โ join this output with Kraken and Gate.io market rows (same flat shape) to build a real-time arbitrage matrix across major CEXs.
- Trading-bot price feeds โ schedule every 1โ5 minutes and push the dataset to your bot via Apify webhooks, the Apify API, Make, n8n or Zapier.
- Backtesting & historical archive โ run on a fixed schedule (15 min / hourly / daily) to accumulate a snapshot archive of the Binance market for backtesters and data warehouses.
- Portfolio dashboards โ combine wallet holdings with live Binance USDT prices to value portfolios in real time.
- Tax & accounting snapshots โ capture end-of-day / end-of-month Binance prices for cost-basis tracking; every row carries an ISO-8601
scrapedAt. - Market research & competitor intelligence โ track Binance market share, volume distribution by quote asset, new listings and cross-stablecoin spreads (
BTCUSDTvsBTCFDUSDvsBTCUSDC). - Crypto data products / API resellers โ use this as a reliable upstream source for your own screener, dashboard or B2B API; the flat output is easy to re-publish.
๐ฅ Who uses it
Crypto algorithmic traders & quant desks ยท market makers & arbitrageurs ยท trading-bot developers ยท portfolio & analytics dashboards ยท crypto tax / accounting software ยท exchange aggregators & indexers ยท fintech and web3 data teams.
๐ฐ Pricing
This Actor runs on a simple pay-per-result model โ you pay for the rows you extract, with no separate Apify platform fees to calculate. Filtered-out pairs are never charged, so tightening minQuoteVolume or limiting quoteAssets keeps the bill low. Try it on the free tier first, then scale up. See the Pricing tab on this page for the current rate.
โ Frequently Asked Questions
Is this a Binance API alternative?
Yes. It is an unofficial Binance API alternative that wraps the official public REST endpoints (exchangeInfo + ticker/24hr) and returns a clean, flat spot snapshot โ no API key, no login and no batching, retry, parsing or sorting logic to maintain on your side.
How do I scrape Binance without an API key or login? This Binance spot scraper calls only the public market-data API, so you can pull all 3,500+ pairs with last price, 24h change, high / low and volume โ no Binance API key, no secret, no login and no proxy. You only need an Apify account.
How do I export Binance data to CSV or JSON? Run the Actor, then download the resulting Apify dataset. It exports natively as CSV, JSON, Excel (XLSX), HTML, XML and JSONL, so a full Binance spot data export is one click.
Is it legal to scrape Binance? The Actor collects only publicly available market data from Binance's own public endpoints. You are responsible for using the data in compliance with Binance's terms of service and any applicable laws.
How much data can I get? All 3,500+ Binance spot pairs in a single run. Because both endpoints return the entire market at once, you get the full universe in ~3 seconds regardless of how many pairs you keep โ there is no per-pair API call.
Do I need a Binance API key? No. The scraper uses Binance's public market-data endpoints, which require no authentication โ only an Apify account.
Does the Binance public API have rate limits?
Yes, but this scraper makes only two requests per run (exchangeInfo and ticker/24hr), so you stay far below Binance's documented 1,200 / 6,000 weight-per-minute limits โ even scheduled every minute.
Which markets are supported? All 3,500+ Binance spot trading pairs across every quote asset Binance lists: USDT, FDUSD, USDC, BTC, ETH, BNB, TRY, EUR, BRL, ARS, JPY and more.
Does this cover Binance Futures?
No โ this scraper is spot-only by design (api.binance.com). For derivatives you would want a dedicated futures actor.
Does this work for Binance.US?
This scraper targets the global api.binance.com endpoint, not api.binance.us. If you need Binance.US specifically, open an issue and we can spin up a variant.
How fresh is the data?
Binance's ticker/24hr endpoint refreshes every few seconds. Each run captures the latest snapshot at the moment of execution; scrapedAt tells you exactly when.
Can I get historical OHLCV / candlestick data? Not from this scraper โ it returns rolling 24h snapshots. For a candle history (1m/5m/1h/1d bars over months) you can run this on a tight schedule and aggregate, or request a dedicated candlestick scraper.
What's the difference between this and CoinGecko / coinpaprika-style scrapers?
This actor is exchange-specific (Binance spot only) with pair-level granularity (BTCUSDT, ETHUSDT โฆ) plus bid/ask, trade count and full 24h OHLCV. Coin-level scrapers (like our CoinGecko coins market scraper) are exchange-agnostic with ranks, market cap, supply and ATH. Use those for a market-cap dashboard; use this for a Binance-specific trading feed.
Can I integrate via webhook or API? Yes. Apify exposes REST endpoints for run triggers and dataset downloads, plus webhooks that fire on run finish โ works with Zapier, Make, n8n and any HTTP client.
๐ Related crypto & web3 scrapers by logiover
Building a broader crypto dataset? Pair the Binance feed with the rest of the logiover crypto & web3 suite โ same clean, export-ready output:
| Actor | Coverage |
|---|---|
| Kraken Market Scraper | Every Kraken spot pair with VWAP โ join for cross-exchange arbitrage. |
| Gate.io Market Scraper | Full Gate.io spot market โ prices, 24h change and volume. |
| CoinGecko Coins Market Scraper | Coin-level data โ price, rank, market cap, supply and ATH. |
| CoinGecko Exchanges Scraper | Exchange rankings โ trust score, volume and traffic. |
| DexScreener Search Pairs Scraper | Search DEX pairs across every chain โ liquidity, price and volume. |
| DexScreener Token Pairs Scraper | All trading pairs for any token across DEXs. |
| DexScreener Boosted Tokens Scraper | Trending boosted / promoted DEX tokens. |
| DexScreener Pair Security Scraper | Per-pair security & rug-risk signals. |
| Token Due Diligence Report | One-shot token DD โ liquidity, holders and risk flags. |
| GMGN Trending Memecoin Scanner | Live trending Solana/EVM memecoins with momentum metrics. |
| GMGN Smart Money Buy Signals | Smart-money wallet buy signals in real time. |
| Polymarket Events & Odds Scraper | Prediction-market events, odds and AI summaries. |
๐ Browse all logiover scrapers on Apify Store โ 180+ actors across real estate, jobs, crypto, social media & B2B data.
โฐ Scheduling & integration
Use Apify's scheduler (cron down to every minute) to keep your Binance dataset always fresh:
- Every 1 minute โ high-frequency trading bots and arbitrage detection.
- Every 5 minutes โ live dashboards and screeners.
- Every 15 minutes โ portfolio refresh and alerts.
- Hourly / daily โ backtesting archives, analytics and end-of-day tax snapshots.
Export results to JSON, CSV or Excel, sync to Google Sheets, or push to your database, BI tools and webhooks through the Apify API. Connect it to Make, n8n or Zapier to build automated crypto data pipelines.
โญ Support & feedback
Found a bug or need an extra field? Open an issue on the Issues tab โ response is usually fast. If this Actor saves you time, a โ โ โ โ โ review on the Store page genuinely helps and is hugely appreciated. ๐
โ๏ธ Legal
This Actor extracts only publicly available market data from Binance's own public API and is intended for legitimate research, analytics and trading use. You are responsible for complying with Binance's terms of service and any applicable local laws.
๐ Changelog
2026-07-06
- โจ README overhaul: richer output sample with the full 19-field reference, ready-to-run example scenarios, crypto & web3 suite cross-links, and a clearer 3-step quick start.
2026-07-01
- Maintenance pass: re-verified end-to-end on live data and confirmed successful runs within the 5-minute quality window on the default input.
- Sharpened Store metadata (SEO title & description) and expanded the FAQ with high-intent, long-tail questions for easier discovery in Google and Apify Store search.
- Added ready-to-run example tasks that cover common real-world use cases.
2026-06-15
- Reliability pass: re-verified end-to-end on live data with real-world inputs. Routine maintenance build.
2026-06-07
- Docs: added coverage for Binance unofficial API alternative, exporting Binance data to CSV/JSON, and scraping Binance spot prices without an API key.
2026-06-05
- ๐ก๏ธ Reliability fix: results are no longer dropped by strict output validation โ runs now complete cleanly even at high volume (thousands of results).
- โก Stability & performance hardening; fresh rebuild.
2026-06-04
- Verified live & refreshed build โ reliability/maintenance pass.
2026-06-01
- Maintenance & reliability pass: pulled the latest source and rebuilt the Actor on the current base image; build verified.
2026-05-25
- Maintenance & reliability pass: pulled the latest source and rebuilt the Actor on the current base image; build verified.
2026-05-20
- Maintenance pass: reviewed the input schema and default values for a smooth one-click start, and rebuilt the Actor on the latest base image.