Toutiao News Tracker - China News Hot Board & Search avatar

Toutiao News Tracker - China News Hot Board & Search

Pricing

from $25.00 / 1,000 articles

Go to Apify Store
Toutiao News Tracker - China News Hot Board & Search

Toutiao News Tracker - China News Hot Board & Search

Scrape Toutiao (今日头条), ByteDance's #1 China news app: the live hot board (热榜) plus keyword news search. Get rank, headline, hot value, source, abstract and article URL as JSON. For China news monitoring, media intelligence and sentiment research. No CN account.

Pricing

from $25.00 / 1,000 articles

Rating

0.0

(0)

Developer

NexGenData

NexGenData

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

📰 Toutiao News Tracker — China News Hot Board + Search (今日头条)

Optional delivery: Send results straight to your own Notion database or Supabase table in the same run, via Apify's native MCP connectors — the Actor never sees your credentials. One-click connect: Notion or Supabase. Leave blank to get the dataset as usual.

Pull Toutiao (今日头条) — ByteDance's flagship news aggregator and one of China's most-read news products — as clean structured data. Toutiao is the China news-trend pulse that almost no Western scraper reaches: it is heavily personalized, anti-bot-defended and signed-URL-gated, and this actor clears it to return the live hot board (热榜) and keyword news search results with rank, headline, hot value, source, abstract, published time and direct article URLs as flat JSON / CSV / Excel. No login, no Chinese phone number, no Toutiao API key.

If you do China news monitoring, APAC media intelligence, public-opinion / sentiment tracking, or just want to know what China is reading right now, this is the feed — and it is genuinely hard to source anywhere else.

📊 Sample Output

Real headlines returned by this actor for mode: hot — every row below comes straight from a live run on the Chinese-language Toutiao hot board (今日头条热榜):

#Hot Headline (热榜)Hot ValueLabel
1遇见小面创始人道歉1,422万hot
2主持人:C罗正毁掉葡萄牙夺世界杯机会1,287万new
31至5月份国家铁路发送货物16.7亿吨1,165万
4美伊达成和平协议1,054万hot
5"哈尔滨制造"强势打破美国垄断954万new

Each headline also carries a cluster_id, a topic image, and a direct url to the Toutiao article/topic page — ready for media-monitoring dashboards, sentiment pipelines, or Chinese-language RAG.

What you can do with it

  • China news monitoring — capture the live hot board on a schedule to track the national news cycle and breaking topics.
  • Brand / PR monitoring — run mode: "search" on your brand or competitors to pull matching news articles with source, abstract and published time.
  • Public-opinion / sentiment research — feed headline + abstract text into a sentiment or clustering pipeline for China-market analysis.
  • Chinese-language RAG / AI-training data — clean, deduplicated news records with source attribution.

What you get

Per article, you get a flat, typed record:

  • Rankingrank, hot_value (numeric heat score), label (e.g. hot, new)
  • Headlinetitle (Chinese), abstract where exposed
  • Sourcesource, publisher, published_at where exposed (search mode / detail-backed items)
  • Engagementcomment_count, read_count where exposed (search mode)
  • Referenceurl (direct article/topic link), cluster_id, image, item_id, keyword, mode, scraped_at

Note: hot-board mode pulls Toutiao's live hot_board, which exposes rank, title, hot_value, label, image and url for every topic. Per-article fields like source, abstract, published_at, comment_count and read_count are populated in search mode (which targets individual articles) or where the board surfaces them. We never fabricate fields the source doesn't return.

Input

ParameterTypeDefaultDescription
modestringhothot = live Toutiao hot board (今日头条热榜); search = keyword news search
querystring科技Keyword to search (Chinese or English). Required for mode: "search", ignored for hot
maxArticlesinteger50Hard cap on articles returned and charged (1–100)
proxyConfigurationobjectRESIDENTIALApify proxy. RESIDENTIAL recommended for reliable access from outside China
notionConnector / notionParentIdstringOptional MCP delivery to your Notion workspace
supabaseConnector / supabaseTable / supabaseProjectIdstringOptional MCP delivery into your Supabase project
deliveryDedupbooleantrueSkip records already delivered in a previous run (scheduled runs push only new items)

Sample inputs

1. The live Toutiao hot board (what China is reading now)

{ "mode": "hot", "maxArticles": 20 }

2. Search Toutiao news by keyword (with source + abstract)

{ "mode": "search", "query": "新能源汽车", "maxArticles": 40 }

📊 Sample Output (JSON)

One representative mode: hot record, straight from a live run:

{
"mode": "hot",
"rank": 1,
"title": "遇见小面创始人道歉",
"url": "https://www.toutiao.com/trending/7650640367843180563/",
"hot_value": "14224949",
"label": "hot",
"cluster_id": 7650640367843181000,
"image": "https://p9-sign.toutiaoimg.com/top-static-files-outer/breaknews/...",
"source": null,
"abstract": null,
"published_at": null,
"scraped_at": "2026-06-15T04:15:24Z"
}

How it works

Toutiao (今日头条) personalizes heavily and protects its feeds with signed URLs and anti-bot defenses that block datacenter IPs. This actor routes through Apify residential proxy and reads the official hot_board endpoint (toutiao.com/hot-event/hot-board) and, in search mode, the Toutiao search endpoint (so.toutiao.com/search) directly — no brittle DOM scraping, no heavy rendering. That keeps compute (and your bill) low while returning clean flat fields. The maxArticles cap is a hard ceiling. Optionally deliver results straight to Notion or Supabase via MCP connectors.

💰 Pricing example

This actor uses Pay-Per-Event pricing — you only pay for articles that actually land in your dataset:

  • Actor start: $0.005
  • Per article: $0.025

A 100-article pull = $0.005 + (100 × $0.025) = $2.505. A quick 12-headline hot-board check = $0.005 + (12 × $0.025) = $0.305. No monthly minimum, no seats.

This actor reads only Toutiao's public, unauthenticated hot board and search results — the same headlines any visitor sees without logging in. It does not access private accounts, personalized recommendation internals, or anything behind authentication. You are responsible for using the output in line with Toutiao's terms and your local regulations.

❓ FAQ

Do I need a Toutiao account or a Chinese phone number? No. The actor works entirely off Toutiao's public hot board and search — no login, no registration, no Chinese SIM.

Is this social media or news? Toutiao is a news aggregator, so this is a China news-trend feed — the news counterpart to social platforms like Weibo or Douyin. Pair them for the full picture.

Why are source, abstract or published_at sometimes empty? The hot board surfaces rank, title, hot_value, label and url for every topic. Richer per-article fields appear in search mode, which targets individual articles. We never fabricate fields the source doesn't expose.

How do I get full article metadata instead of just the hot board? Set mode: "search" with a query. That returns individual articles with source, abstract and published time populated.

Can results go straight into Notion or Supabase? Yes — set notionConnector (and optionally notionParentId) or supabaseConnector and the actor writes each article into your destination in the same run, without ever seeing your credentials.

Why did I get fewer articles than maxArticles? The hot board or search simply had fewer results. maxArticles is a ceiling, not a target.

Pair Toutiao news-trend data with the rest of the NexGenData Chinese-social fleet for full cross-platform coverage: