# Huobi (HTX) Crypto Tickers Scraper (`parseforge/huobi-tickers-scraper`) Actor

Collects live Huobi (HTX) spot market tickers with last price, 24h base and quote volume, and percent change. Filter by quote asset and sort by volume or price movement.

- **URL**: https://apify.com/parseforge/huobi-tickers-scraper.md
- **Developed by:** [ParseForge](https://apify.com/parseforge) (community)
- **Categories:** Business, Developer tools, Automation
- **Stats:** 3 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: 5.00 out of 5 stars

## Pricing

from $23.25 / 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)

### Huobi (HTX) Crypto Tickers Scraper

**Scrape live crypto tickers from Huobi (HTX) spot markets, filtered by quote asset and sorted by volume or price change.** Every ticker includes last price, 24h volume, and percent change. No API key required. Export to CSV, JSON, Excel, or XML.

Huobi (HTX) is a top-tier crypto exchange, but its official API requires account creation, key management, and rate limits. This scraper reads the public market ticker endpoint directly, letting you pull live price, volume, and 24h change data for any spot trading pair. Filter by quote asset like USDT or BTC, sort by volume or price movement, and collect up to a million tickers in one run.

| Who uses it | What they scrape Huobi (HTX) for |
|---|---|
| Crypto traders | Scanning the market for the biggest 24h movers before placing a trade. |
| Quantitative analysts | Pulling a full snapshot of Huobi spot pairs for volatility and volume models. |
| Portfolio trackers | Updating the latest prices and 24h changes for assets held on Huobi. |
| Market researchers | Comparing Huobi (HTX) trading volumes and pair availability against other exchanges. |

### What it does

This Actor collects live Huobi (HTX) spot market tickers and returns each one as a flat row with last price, 24h base and quote volume, and percent change.

- 📊 **Quote asset filter:** narrow results to USDT, USDC, BTC, ETH, HUSD, TRX, or HT pairs only.
- 📈 **Flexible sorting:** order tickers by quote volume, base volume, 24h percent change, last price, or symbol.
- 🔢 **Result cap:** set a maximum number of tickers to collect, from 1 up to 1,000,000 per run.
- 📁 **Multi-format export:** download your dataset as CSV, JSON, Excel, or XML directly from Apify.

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

### What you can do with Huobi (HTX) data

**📈 Monitor top movers.**

A day trader runs the scraper every 15 minutes, sorted by 24h percent change, to spot the fastest-moving USDT pairs on Huobi (HTX) before entering a position.

**📊 Build a market screener.**

A quant pulls all BTC and ETH quote pairs daily, sorted by quote volume, to feed a custom screener that ranks pairs by liquidity and volatility.

**💰 Track portfolio prices.**

A portfolio manager filters by USDT and collects the last price for every held asset to update a Net Asset Value dashboard in Google Sheets.

**🔍 Compare exchange coverage.**

A researcher collects the full Huobi (HTX) ticker list weekly and compares pair counts and volumes against Binance and OKX to map market fragmentation.

### Why choose this scraper

|  | What you get |
|---|---|
| **No API key** | Reads the public Huobi (HTX) market endpoint with zero authentication. |
| **Live data** | Every ticker is fetched fresh on each run, not from a stale cache. |
| **Fixed schema** | All tickers arrive in one consistent flat structure for easy analysis. |
| **High throughput** | Collect up to a million tickers in a single run with no per-request throttling. |

### How it compares

This Actor competes directly with the other Huobi (HTX) ticker scraper on Apify, offering comparable core data with a different filtering and sorting approach.

| Feature | ParseForge | HTX (Huobi) Crypto Ticker Scraper - Prices, Volume & 24h Change |
|---|---|---|
| Quote asset filter | Yes (USDT, USDC, BTC, ETH, HUSD, TRX, HT) | Not listed |
| Sort by volume or change | Yes (5 sort options) | Not listed |
| Maximum tickers limit | Yes (1 to 1,000,000) | Not listed |
| No API key required | Yes | Yes |
| CSV, JSON, Excel, XML export | Yes | Yes |

### Configure the run

Drive the Actor by choosing a quote asset filter and a sort order, then set a maximum number of tickers to collect. Filters apply before results are written to 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.031 per result** collected. You pay only for the results written to your dataset.

| Results collected | Approximate cost |
|---|---|
| 100 results | $3.10 |
| 1,000 results | $31.00 |
| 10,000 results | $310.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 [Huobi (HTX) Crypto Tickers Scraper](https://apify.com/parseforge/huobi-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 Huobi (HTX) 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/huobi-tickers-scraper"
```

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

### Troubleshooting

**Why am I getting fewer tickers than my maxItems setting?**

The quote asset filter may be limiting the available pairs. Try setting the filter to 'All pairs' to see the full spot market. Huobi (HTX) lists fewer pairs for some quote assets like HUSD or TRX.

**Why are some tickers showing zero volume?**

Some trading pairs on Huobi (HTX) have low or no trading activity in the last 24 hours. This is normal for newly listed or illiquid pairs. Sort by volume to push these to the bottom.

**The scraper returns an error or empty dataset.**

Huobi (HTX) may have changed their public endpoint or be experiencing downtime. Check the Actor's run log for the specific HTTP status code. A 503 or timeout usually means temporary exchange unavailability; retry in a few minutes.

**Can I get the bid and ask prices?**

This Actor scrapes the 24h ticker summary endpoint, which provides last price, volume, and percent change. It does not include order book depth, bid, or ask. For that, you would need a different endpoint or Actor.

### FAQ

| Question | Answer |
|---|---|
| Do I need a Huobi (HTX) API key to use this scraper? | No. This Actor reads the public market ticker endpoint, which requires no authentication, no account, and no API key. |
| What data does each ticker row contain? | Each row includes the trading pair symbol, last price, 24h base volume, 24h quote volume, and 24h percent change. The exact field list is shown in the sample output on the Actor's page. |
| Can I filter by a specific quote asset like USDT? | Yes. Use the Quote Asset Filter input to select USDT, USDC, BTC, ETH, HUSD, TRX, or HT. Leave it on 'All pairs' to get every spot ticker. |
| How many tickers can I collect in one run? | You can set the maximum anywhere from 1 to 1,000,000. The Actor stops after collecting that many tickers, respecting the sort order you chose. |
| What sorting options are available? | You can sort by 24h quote volume, 24h base volume, 24h percent change, last price, or symbol alphabetically. All sorts are descending except symbol, which is A to Z. |
| How fresh is the data? | Every run fetches live data directly from the Huobi (HTX) public API at that moment. There is no caching, so you always get the current ticker state. |
| Can I schedule this scraper to run automatically? | Yes. Apify supports scheduled runs. You can set this Actor to run every minute, every hour, or on any cron schedule you need. |
| What export formats are supported? | Your dataset can be exported as CSV, JSON, Excel, or XML from the Apify platform, or accessed via the Apify API. |
| Does this scraper handle Huobi (HTX) futures or margin pairs? | No. This Actor scrapes only the spot market tickers. Futures, margin, and other derivative markets are not included. |
| Is this the same exchange as HTX? | Yes. Huobi rebranded to HTX, but the public market endpoints and trading pairs remain the same. This scraper works for both the Huobi and HTX names. |

### 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 Huobi Global Limited. 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`):

How many tickers to collect per run.

## `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/huobi-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/huobi-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/huobi-tickers-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,parseforge/huobi-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/U6ddfTXJk18azKYKq/builds/dirp4hWU5V7vtmeax/openapi.json
