Weibo Hot Search Scraper - Trending Topics (微博热搜) avatar

Weibo Hot Search Scraper - Trending Topics (微博热搜)

Pricing

from $0.80 / 1,000 hot search items

Go to Apify Store
Weibo Hot Search Scraper - Trending Topics (微博热搜)

Weibo Hot Search Scraper - Trending Topics (微博热搜)

See what China is talking about, minute by minute. Scrape Weibo (微博) live 热搜榜 — rank, keyword, heat value, category — and put it on a schedule to build a China-trend time series no one else has. Cookie-free, no login.

Pricing

from $0.80 / 1,000 hot search items

Rating

0.0

(0)

Developer

Creator Fusion

Creator Fusion

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

5 days ago

Last modified

Share

Weibo Hot Search Scraper — Trending Topics (微博热搜)

Cookie-free Weibo / 微博 hot search scraper. Weibo's 热搜榜 (hot search board) is China's real-time pulse — what the whole country is talking about, minute by minute. This Actor pulls the live board with rank, keyword, hot value, category label, and a ready-to-use search URL.

No account, no session cookie, no CAPTCHA. Run it on a schedule to build a China-trend time series.

Quick start

Just press Start:

{}

Both boards:

{ "boards": ["realtime", "hotgov"] }

Output fields

rank, keyword, note, hotValue, label (e.g. 新 / 热 / 沸), category, board, onboardTime, searchUrl, capturedAt.

Why this one

  • Cookie-free — pure public-endpoint extraction, no login token.
  • Schedule it — the hot board changes constantly; run this every N minutes with Apify Scheduler to build a trend history no one else has.
  • Search-ready — every row includes a searchUrl so you can pivot straight into the topic.
  • Agent-ready — typed rows + a SUMMARY in the key-value store, capturedAt on every row for time-series joins.
  • Self-healing — direct first (free); on rate-limit/failure it retries through Apify residential proxy with a fresh rotating session before giving up, so proxy is billed only when needed.

中文说明(微博热搜采集)

无需登录 Cookie 的微博热搜采集工具。 实时拉取微博 热搜榜要闻榜:排名、关键词、热度值、标签(新/热/沸)、分类,以及可直接跳转的话题搜索链接。

配合 Apify 定时调度,可每隔几分钟抓取一次,积累别人没有的中国热点趋势时间序列。适合舆情监测、内容选题、品牌预警。

{ "boards": ["realtime", "hotgov"] }

Apify 平台在中国大陆及台湾地区可正常访问,每月 $5 免费额度,无需信用卡即可试用。


For AI agents

curl -X POST "https://api.apify.com/v2/acts/apricot_blackberry~weibo-hotsearch-scraper/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
-H "Content-Type: application/json" -d '{}'

Empty input returns the realtime hot board (never an error). Every row is rowType: "hot-search" with a capturedAt timestamp for building time series.

Honest limits

  • This Actor covers the hot-search boards. Individual post/user timelines and keyword search require a logged-in Weibo session and are not included in this cookie-free version.