KuCoin Market Scraper avatar

KuCoin Market Scraper

Pricing

from $3.50 / 1,000 results

Go to Apify Store
KuCoin Market Scraper

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

Logiover

Maintained by Community

Actor stats

0

Bookmarked

50

Total users

4

Monthly active users

8 hours ago

Last modified

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, ETH or 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 maxPairs empty 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

FieldTypeDescription
quoteCurrenciesarray of stringsFilter to pairs with these quote currencies, e.g. USDT, BTC, ETH. Leave empty for all pairs.
minVolValueintegerDrop pairs with 24h volume value below this number. 0 = no filter. Default 0.
sortBystring (enum)Metric used to rank pairs: volValue, volume24h, priceChangePercent24h or lastPrice. Default volValue.
maxPairsintegerMaximum 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.

FieldDescription
symbolTrading pair symbol (e.g. BTC-USDT)
baseCurrencyBase asset of the pair
quoteCurrencyQuote asset of the pair
lastPriceMost recent traded price
openPricePrice 24 hours ago
high24hHighest price in the last 24 hours
low24hLowest price in the last 24 hours
priceChangePercent24h24-hour price change, percent
priceChange24h24-hour price change, absolute
volume24h24-hour traded volume (base asset)
volumeValue24h24-hour volume value (quote asset)
bidPriceBest bid price
askPriceBest ask price
averagePriceAverage price over the period
scrapedAtISO-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.