KuCoin Market Scraper
Pricing
from $3.50 / 1,000 results
KuCoin Market Scraper
Scrape live market data for every trading pair on KuCoin in one run β last price, 24h change, high/low, volume, volume value and bid/ask. Filter by quote currency. Schedule it for a continuously fresh price feed.
Pricing
from $3.50 / 1,000 results
Rating
0.0
(0)
Developer
Logiover
Maintained by CommunityActor stats
0
Bookmarked
50
Total users
4
Monthly active users
8 hours ago
Last modified
Categories
Share
π’ KuCoin Market Scraper β Live Crypto Prices for All Pairs to JSON & CSV
Scrape live cryptocurrency market data from KuCoin, one of the world's leading crypto exchanges, straight from its official public API. This KuCoin scraper returns a clean, structured snapshot of every trading pair on KuCoin in a single run β last price, 24h change, high/low, volume, volume value and best bid/ask. No login, no API key, no proxy, no blocking. Export KuCoin price data to JSON, CSV or Excel.
Crypto prices move every second, so this Actor is built for scheduled, recurring runs β filter to the quote currencies you care about and get a continuously fresh KuCoin market feed with zero manual work.
β¨ What this Actor does / Key features
- π’ Official KuCoin public API β reliable, fast and fully structured, with no scraping fragility.
- π Complete market coverage β every trading pair on KuCoin in one run.
- πΉ Rich data per pair β last price, open price, 24h high/low, 24h price change and percent change, volume, volume value, best bid/ask and average price.
- πͺ Quote-currency filtering β narrow results to pairs quoted in
USDT,BTC,ETHor any other quote currency. - π’ Sort & rank β order pairs by 24h volume value, volume, price change or last price.
- π Volume threshold filter β drop low-liquidity pairs below a minimum 24h volume value.
- π― Flexible scope β leave
maxPairsempty to pull every available pair, or set a number for a smaller, faster run. - π¦ Export-ready output β flat JSON downloadable as CSV, Excel, JSON or XML, with a pre-built Overview dataset view.
π Input
| Field | Type | Description |
|---|---|---|
quoteCurrencies | array of strings | Filter to pairs with these quote currencies, e.g. USDT, BTC, ETH. Leave empty for all pairs. |
minVolValue | integer | Drop pairs with 24h volume value below this number. 0 = no filter. Default 0. |
sortBy | string (enum) | Metric used to rank pairs: volValue, volume24h, priceChangePercent24h or lastPrice. Default volValue. |
maxPairs | integer | Maximum number of pairs to save. 0 = all available pairs. |
π Example input
{"quoteCurrencies": ["USDT"],"minVolValue": 100000,"sortBy": "volValue","maxPairs": 0}
π¦ Output
One Apify dataset record per KuCoin trading pair. Records are flat JSON and can be exported to CSV, Excel, JSON or XML, or pulled via the Apify API. A pre-built Overview dataset view shows the key columns.
| Field | Description |
|---|---|
symbol | Trading pair symbol (e.g. BTC-USDT) |
baseCurrency | Base asset of the pair |
quoteCurrency | Quote asset of the pair |
lastPrice | Most recent traded price |
openPrice | Price 24 hours ago |
high24h | Highest price in the last 24 hours |
low24h | Lowest price in the last 24 hours |
priceChangePercent24h | 24-hour price change, percent |
priceChange24h | 24-hour price change, absolute |
volume24h | 24-hour traded volume (base asset) |
volumeValue24h | 24-hour volume value (quote asset) |
bidPrice | Best bid price |
askPrice | Best ask price |
averagePrice | Average price over the period |
scrapedAt | ISO-8601 timestamp of when the snapshot was taken |
π‘ Use cases
- Traders & trading bots β feed live KuCoin prices and spreads into automated strategies and dashboards.
- Market researchers & analysts β track volume, volatility and price trends across the entire exchange.
- Price monitoring & alerts β watch specific pairs on a schedule and trigger notifications on big moves.
- Quant & data teams β build a historical KuCoin market-data archive by running the Actor on a recurring schedule.
- Arbitrage & comparison tools β combine KuCoin data with other exchange scrapers to spot price gaps.
β Frequently Asked Questions
Is using this KuCoin scraper allowed? Yes. It reads only public market data from KuCoin's official public API endpoints β no private account data, no order placement. Use the data responsibly and in line with KuCoin's terms.
Do I need a KuCoin account or API key? No. The Actor uses KuCoin's public market endpoints, so there is no login, no API key and no proxy required.
Can I scrape every trading pair?
Yes. By default the Actor pulls every pair on KuCoin. You can narrow the run by quote currency, minimum volume value, or maxPairs.
Can I filter by quote currency?
Yes β set quoteCurrencies to one or more values (e.g. USDT, BTC, ETH) to keep only pairs quoted in those currencies.
How do I focus on liquid markets?
Use minVolValue to drop pairs below a minimum 24h volume value, and sortBy: "volValue" to rank the most-traded pairs first.
Can I schedule it for a continuously updated feed? Yes. Crypto prices change constantly, so the Actor is designed for scheduled runs β every few minutes, hourly or daily β to keep a fresh dataset.
What output formats are supported? Every run produces a structured dataset you can export to JSON, CSV, Excel or XML, or access through the Apify API.
β° Scheduling & integration
Schedule this Actor on Apify to run every few minutes, hourly or daily for a continuously updated KuCoin market dataset. Export results to JSON, CSV or Excel, or use the Apify API and webhooks to push live prices into Google Sheets, a database, a trading bot or a monitoring dashboard.