🇨🇳 China Trends Tracker · 中国趋势汇总(微博/百度/头条/抖音) avatar

🇨🇳 China Trends Tracker · 中国趋势汇总(微博/百度/头条/抖音)

Pricing

from $25.00 / 1,000 trends

Go to Apify Store
🇨🇳 China Trends Tracker · 中国趋势汇总(微博/百度/头条/抖音)

🇨🇳 China Trends Tracker · 中国趋势汇总(微博/百度/头条/抖音)

Aggregate real-time trending topics from China's top platforms: Weibo Hot Search, Baidu Hot, Toutiao Hot Board and Douyin Hot Search. Returns topic, rank, score and source URL in one call. For PR agencies, brand-monitoring teams and marketing analysts tracking what's hot in mainland China.

Pricing

from $25.00 / 1,000 trends

Rating

0.0

(0)

Developer

NexGenData

NexGenData

Maintained by Community

Actor stats

0

Bookmarked

18

Total users

5

Monthly active users

3 days ago

Last modified

Categories

Share

🇨🇳 China Trends Tracker — Weibo + Baidu + Toutiao + Douyin Hot Search

Get every top trending topic in mainland China in a single call — Weibo Hot Search (微博热搜), Baidu Hot (百度热搜), Toutiao Hot Board (今日头条热榜) and Douyin Hot Search (抖音热搜) — aggregated, ranked, and normalized into one feed of topic, rank, score and source URL. Instead of running four separate single-platform scrapers and stitching the output, PR, brand-monitoring and marketing teams point one actor at all four boards on demand. It is the fastest way for a Western team to see what is actually going viral inside China right now.

中文说明

中国趋势汇总一次性聚合微博、百度、头条、抖音的热搜与热门话题,输出统一的结构化数据(JSON/CSV/Excel),方便做市场、营销与消费者洞察。

定价:按趋势条目计费,每条 $0.025(约 $1 = 40 条)。

定时运行:在 Apify 的「Schedules」中新建每日计划任务,即可持续追踪各平台热点的起落。

AI 智能体:采用按事件计费(PPE),支持通过 Apify 的 x402 让智能体用 USDC 直接调用,无需账号。

说明:所有内容均来自各平台公开的热搜与热门榜单。

Use cases

  1. PR & brand monitoring — catch a brand or issue trending across multiple China platforms at once.
  2. Marketing timing — align launches to viral demand windows in mainland China.
  3. Category demand signals — feed trending topics into sourcing and market-entry decisions.
  4. Crisis / reputation watch — early detection of a spiking topic across boards.
  5. Content & research — a daily snapshot of China's attention economy in one dataset.

Sample input

{ "sources": ["weibo", "baidu", "toutiao", "douyin"] }

Pass a single source (e.g. "weibo") or any subset to query just one or two boards. Aliases platforms, source, platform and urls are also accepted.

Sample output

Each record contains topic, rank, score, source and url:

{ "source": "weibo", "rank": 1, "topic": "新能源汽车补贴政策", "score": 3820411, "url": "https://s.weibo.com/weibo?q=..." }

Code example — Python

from apify_client import ApifyClient
client = ApifyClient("YOUR_APIFY_TOKEN")
run = client.actor("nexgendata/china-trends-tracker").call(run_input={
"sources": ["weibo", "baidu", "toutiao", "douyin"]
})
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
print(item)

Code example — cURL

curl -X POST "https://api.apify.com/v2/acts/nexgendata~china-trends-tracker/run-sync-get-dataset-items?token=YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{"sources": ["weibo", "baidu", "toutiao", "douyin"]}'

FAQ

What platforms does China Trends Tracker cover? Weibo Hot Search, Baidu Hot, Toutiao Hot Board, and Douyin Hot Search — selectable per run via the sources field.

How do I see what's trending in China right now? Run with all four sources; each board is fetched live at run time and returned ranked by score.

Can I query just one platform? Yes — pass a single source (e.g. "weibo") or any subset; the aliases platforms, source, platform and urls are also accepted.

What does each record contain? topic, rank, score, source platform, and a source URL.

Do I need a Chinese account or VPN? No — it runs on Apify with a residential proxy; no account or VPN on your side.


Built and maintained by NexGenData. Home: thenextgennexus.com.