# KuCoin Crypto Tickers Scraper (`parseforge/kucoin-tickers-scraper`) Actor

Scrapes KuCoin spot tickers and returns each pair as a flat row with last price, 24h volume, high/low, and percent change. Filter by quote asset and sort by volume or change.

- **URL**: https://apify.com/parseforge/kucoin-tickers-scraper.md
- **Developed by:** [ParseForge](https://apify.com/parseforge) (community)
- **Categories:** Business, Developer tools, Automation
- **Stats:** 2 total users, 0 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $22.80 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

[![ParseForge](https://raw.githubusercontent.com/ParseForge/apify-assets/main/banner.jpg)](https://apify.com/parseforge?fpr=vmoqkp)

### KuCoin Crypto Tickers Scraper

**Scrape KuCoin crypto tickers for every spot pair, with price, 24h volume, and percent change.** Filter by quote asset, sort by volume or change, and export up to a million rows to CSV, JSON, Excel, or XML. No API key needed.

KuCoin's official API needs an account, API key, and rate limits that slow you down. This reads the public ticker endpoint directly and returns every spot pair in one flat row: last price, 24h base and quote volume, high/low, and percent change. Filter by quote asset like USDT or BTC, sort by volume or change, and cap the result count.

| Who uses it | What they scrape KuCoin for |
|---|---|
| Crypto traders | Which KuCoin pairs are moving the most right now |
| Quant developers | A clean ticker dataset to feed a trading bot or backtest |
| Market analysts | Volume and price change across the KuCoin spot market |
| Portfolio trackers | Current prices for KuCoin pairs to update a dashboard |

### What it does

This Actor collects KuCoin spot tickers and returns each pair as a flat row with price, volume, and 24h change.

- 📊 **All spot pairs:** every KuCoin ticker in one run, no symbol list needed.
- 🔍 **Quote asset filter:** narrow to USDT, USDC, BTC, ETH, KCS, DAI, TUSD, EUR, or TRX pairs.
- 📈 **Sort by signal:** order by 24h quote volume, base volume, percent change, last price, or symbol.
- ⚡ **Fast and keyless:** public endpoint, no API key, no login, no rate limit headaches.
- 📦 **Export anywhere:** CSV, JSON, Excel, or XML, ready for your pipeline.

Results export to CSV, JSON, Excel, or XML, or straight from the API.

### What you can do with KuCoin data

**📈 Track market movers.**

A trader runs the Actor with quoteAsset USDT and sortBy changePercent to see which KuCoin USDT pairs gained the most in 24 hours.

**🤖 Feed a trading bot.**

A quant developer schedules the Actor every minute, filters to BTC pairs, and pipes the latest prices into a bot that rebalances on volume spikes.

**📊 Monitor exchange liquidity.**

An analyst pulls all KuCoin tickers sorted by quoteVolume to rank pairs by 24h turnover and spot illiquid markets.

**💼 Update a portfolio dashboard.**

A portfolio tracker runs the Actor daily for a fixed list of symbols and refreshes current prices in a Google Sheet.

### Why choose this scraper

|  | What you get |
|---|---|
| **No API key** | Reads the public KuCoin ticker endpoint, no registration or auth |
| **One flat row per pair** | Price, volume, high/low, and 24h change in a fixed schema |
| **Filter and sort** | Quote asset, sort by volume or change, and cap the result count |
| **Scales to a million rows** | Paid users can pull up to 1,000,000 tickers per run |

### How it compares

This Actor focuses on current KuCoin spot tickers with filtering and sorting, while the competitors below either track listings across exchanges or offer a similar KuCoin ticker scrape.

| Feature | ParseForge | CEX Token Listings Tracker - New Listings & Delistings | KuCoin Crypto Ticker Scraper - Prices, Volume & 24h Change |
|---|---|---|---|
| All KuCoin spot tickers | Yes | Not listed | Yes |
| Filter by quote asset | Yes | Not listed | Not listed |
| Sort by volume or change | Yes | Not listed | Not listed |
| Export to CSV, JSON, Excel, XML | Yes | Not listed | Yes |
| No API key required | Yes | Not listed | Yes |
| Track new listings and delistings | Not listed | Yes | Not listed |

### Configure the run

Drive the Actor with an optional quote asset filter, a sort field, and a maximum item count. Filters run before results are returned, so only the pairs you want reach your dataset. The Input tab lists every parameter.

A first run with the defaults:

```json
{
  "maxItems": 10,
  "sortBy": "quoteVolume"
}
```

A larger pull:

```json
{
  "maxItems": 200,
  "sortBy": "quoteVolume"
}
```

### Pricing

Pay-per-result: **$0.0304 per result** collected. You pay only for the results written to your dataset.

| Results collected | Approximate cost |
|---|---|
| 100 results | $3.04 |
| 1,000 results | $30.40 |
| 10,000 results | $304.00 |

New Apify accounts start with $5 in free credit.

### Free users

Free-plan runs return up to 10 results as a preview. [Upgrade your Apify plan](https://console.apify.com/sign-up?fpr=vmoqkp) to collect up to 1,000,000 results per run.

### Run it

1. [Create a free Apify account with $5 in credit](https://console.apify.com/sign-up?fpr=vmoqkp).
2. Open the [KuCoin Crypto Tickers Scraper](https://apify.com/parseforge/kucoin-tickers-scraper?fpr=vmoqkp).
3. Set your inputs and any filters, then click **Start**.
4. Export the results as CSV, Excel, JSON, or XML from the **Dataset** tab.

Run it programmatically through the [Apify API](https://docs.apify.com/api/v2) (`run-sync-get-dataset-items`) or the [ApifyClient](https://docs.apify.com/api/client/js) for JavaScript and Python.

### Use with AI agents (MCP)

Give an AI agent live access to KuCoin through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:

```bash
claude mcp add --transport http apify "https://mcp.apify.com/?tools=parseforge/kucoin-tickers-scraper"
```

Then prompt it in plain language to run the scraper and read back the results.

### Troubleshooting

**Why am I getting no results?**

Check your quoteAsset filter. If you selected a quote asset that has no pairs, the result will be empty. Try leaving it empty to see all pairs.

**Why am I only getting 10 items?**

Free users are limited to 10 items as a preview. Upgrade to a paid plan and set maxItems to a higher number to get more tickers.

**The run failed with a timeout.**

If you set maxItems very high, the run may take longer. Try reducing maxItems or increasing the Actor's timeout in the run settings.

**The data looks stale.**

The Actor fetches live data on each run. If you are using a cached dataset, run the Actor again to get fresh tickers.

**Can I get only specific symbols?**

This Actor does not support filtering by individual symbols. You can filter by quote asset and sort, then filter the exported dataset by symbol.

### FAQ

| Question | Answer |
|---|---|
| Do I need a KuCoin API key? | No. This Actor reads the public ticker endpoint, so no API key, account, or authentication is required. |
| What data does each ticker include? | Each row includes the symbol, last price, 24h base volume, 24h quote volume, 24h high, 24h low, and 24h percent change. |
| Can I filter by quote asset? | Yes. Use the quoteAsset input to select USDT, USDC, BTC, ETH, KCS, DAI, TUSD, EUR, or TRX. Leave it empty for all pairs. |
| How many tickers can I get in one run? | Free users are limited to 10 items as a preview. Paid users can set maxItems up to 1,000,000. |
| Can I sort the results? | Yes. Sort by 24h quote volume, 24h base volume, 24h percent change, last price, or symbol. |
| What export formats are supported? | You can export the dataset to CSV, JSON, Excel, or XML from the Apify platform. |
| How often is the data updated? | The Actor fetches live data from KuCoin on each run. Schedule it as often as you need, from every minute to daily. |
| Does this include futures or margin pairs? | No, this Actor scrapes spot tickers only. Futures and margin pairs are not included. |
| Is this legal to scrape? | This Actor reads publicly available ticker data from KuCoin. You are responsible for complying with KuCoin's terms of service and any applicable laws. |
| Can I get historical data? | No, this Actor returns current ticker data only. For historical prices, you would need a different data source. |

### Related actors

Browse the full [ParseForge collection](https://apify.com/parseforge?fpr=vmoqkp) for more scrapers.

🆘 **Need help?** Email parseforge@protonmail.com with your run ID, your input, and what you expected.

⚠️ **Disclaimer.** This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by KuCoin. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.

# Actor input Schema

## `quoteAsset` (type: `string`):

Filter pairs by quote asset (e.g. USDT, USDC, BTC). Leave empty for all pairs.

## `maxItems` (type: `integer`):

Free users: Limited to 10 items (preview). Paid users: Optional, max 1,000,000

## `sortBy` (type: `string`):

Sort results by this field

## Actor input object example

```json
{
  "quoteAsset": "",
  "maxItems": 10,
  "sortBy": "quoteVolume"
}
```

# Actor output Schema

## `overview` (type: `string`):

Overview of scraped data

## `fullData` (type: `string`):

Complete dataset

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "quoteAsset": "",
    "maxItems": 10,
    "sortBy": "quoteVolume"
};

// Run the Actor and wait for it to finish
const run = await client.actor("parseforge/kucoin-tickers-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "quoteAsset": "",
    "maxItems": 10,
    "sortBy": "quoteVolume",
}

# Run the Actor and wait for it to finish
run = client.actor("parseforge/kucoin-tickers-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "quoteAsset": "",
  "maxItems": 10,
  "sortBy": "quoteVolume"
}' |
apify call parseforge/kucoin-tickers-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,parseforge/kucoin-tickers-scraper"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/pjuQUR6nMmhiKM1Vo/builds/IQ0tpiOQAo4D6chUV/openapi.json
