Weibo Trending Scraper โ€” Hot Search Board avatar

Weibo Trending Scraper โ€” Hot Search Board

Pricing

from $0.001 / topic scraped

Go to Apify Store
Weibo Trending Scraper โ€” Hot Search Board

Weibo Trending Scraper โ€” Hot Search Board

Scrape the Weibo (ๅพฎๅš) hot-search / trending board: rank, topic, heat value, category and label (new/hot/boiling). Realtime board or government board.

Pricing

from $0.001 / topic scraped

Rating

0.0

(0)

Developer

hiper soft

hiper soft

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

17 days ago

Last modified

Share

Weibo Scraper โ€” Trending Topics, Hot Search Board, Heat & Rankings (ๅพฎๅš็ƒญๆœ)

Scrape Weibo hot-search and trending data into clean JSON, CSV, Excel or XML. This Weibo scraper extracts the full ๅพฎๅš็ƒญๆœ hot-search board โ€” rank, topic, heat value (ๆœ็ดขๆŒ‡ๆ•ฐ), category and label (new / hot / boiling / exploding) for every trending topic, plus a ready-to-open search link. A fast, cheap, no-code way to track what China is talking about right now.

No login, no setup and no complicated tooling: add your inputs, click Run, and get a structured dataset of Weibo's live trending topics you can push straight into analytics, dashboards, an LLM pipeline or a spreadsheet.

Weibo Scraper input โ€” options in the Apify Console

What does the Weibo Scraper do?

The Weibo Scraper crawls and extracts the public Weibo hot-search / trending board and returns it as structured data points โ€” the rank of each topic, its heat value, its category, its status label and a direct search URL. Choose the main realtime board (ๅพฎๅš็ƒญๆœ) or the side board (government + realtime), set how many topics you want, and export everything as JSON, CSV, Excel or XML. Because the board updates in real time, you can schedule the Actor to build a running time series of trending topics, viral hashtags and breaking news across Chinese social media.

What data can you scrape from Weibo?

GroupFields
๐Ÿ”ฅ Trending topicrank, topic / hashtag text, heat value (ๆœ็ดขๆŒ‡ๆ•ฐ), board
๐Ÿท๏ธ Status & categorylabel (ๆ–ฐ new / ็ƒญ hot / ๆฒธ boiling / ็ˆ† exploding), category, is-new flag, is-hot flag
๐Ÿ”— Linkdirect Weibo search URL for the topic
โฑ๏ธ TimestampcollectedAt โ€” when the topic was captured, for building time series

Use cases

  • China social-trend monitoring โ€” track the realtime hot-search board and see what's trending across Chinese social media minute by minute.
  • PR & brand tracking โ€” get alerted when your brand, campaign or executive lands on the Weibo trending board.
  • News & story discovery โ€” surface breaking stories and viral topics before they hit Western outlets.
  • Virality & marketing research โ€” study how topics climb the ranks, peak on heat value and fade, and time your own posts.
  • Build a trending dataset โ€” schedule the Actor to record rank and heat over time for topic modelling and forecasting.
  • Competitor & industry watch โ€” filter by category to follow entertainment, tech, auto, sports or finance topics.
  • Content & editorial planning โ€” feed live trending topics into a newsroom or content calendar.
  • Academic & market research โ€” analyse public attention, agenda-setting and information flow on the world's largest Chinese microblog.
  1. Click Try for free / Start to open the Weibo Scraper.
  2. Choose the board โ€” realtime for the main ๅพฎๅš็ƒญๆœ hot-search board, or side for the government + realtime side board.
  3. Set maxItems โ€” how many trending topics you want per run.
  4. Click Run.
  5. Download the results as JSON, CSV, Excel or XML, or pull them from the Apify API.

Input

Pick a board and a topic limit โ€” that's the whole setup.

{
"board": "realtime",
"maxItems": 100
}
FieldTypeDescription
boardstringWhich board to scrape: realtime (the main ๅพฎๅš็ƒญๆœ hot-search board) or side (government + realtime side board). Default realtime.
maxItemsintegerMaximum number of trending topics to scrape (1โ€“1000, default 100). The board typically returns about 50 realtime topics.

Scrape the realtime hot-search board (ๅพฎๅš็ƒญๆœ)

Set board to realtime to pull the iconic Weibo hot-search list โ€” roughly 50 live topics ranked by heat, the same board millions of users refresh throughout the day.

Scrape the side board (gov + realtime)

Set board to side to add the government board alongside the realtime topics, useful for policy, news and official-topic monitoring.

Output

Weibo Scraper output โ€” a trending/hot-search dataset with rich fields

Each trending topic is one dataset item:

{
"rank": 1,
"topic": "ๅฐ็ฑณๅ‘ๅธƒไผš",
"heat": 1092924,
"category": "ๆฑฝ่ฝฆ",
"label": "ๆ–ฐ",
"isNew": true,
"isHot": false,
"board": "realtime",
"url": "https://s.weibo.com/weibo?q=%23%E5%B0%8F%E7%B1%B3%E5%8F%91%E5%B8%83%E4%BC%9A%23",
"collectedAt": "2026-07-30T12:00:00.000Z"
}

Output schema

FieldTypeDescription
rankintegerPosition of the topic on the board (1 = hottest).
topicstringThe trending topic or hashtag text.
heatintegerWeibo's heat value / search index (ๆœ็ดขๆŒ‡ๆ•ฐ) โ€” higher means hotter.
categorystringTopic category, e.g. entertainment, tech, auto, sports.
labelstringStatus label: ๆ–ฐ (new), ็ƒญ (hot), ๆฒธ (boiling) or ็ˆ† (exploding).
isNewbooleanWhether the topic is flagged as newly trending.
isHotbooleanWhether the topic carries the hot (็ƒญ) label.
boardstringWhich board the topic came from โ€” realtime or side.
urlstring (URL)Direct Weibo search URL for the topic.
collectedAtstring (ISO date)Timestamp when the topic was captured, for building time series.

Need more Chinese platform data?

Building a wider view of Chinese social media and culture? Pair the Weibo Scraper with our other China-focused Actors:

FAQ

Do I need a Weibo account or login? No. There's no setup and no login โ€” just choose a board, set a topic limit and run.

How many topics can I scrape per run? The realtime hot-search board returns roughly 50 topics; the side board adds a government board. Use maxItems to cap how many you keep per run.

How fresh is the data? The hot-search board is realtime. Schedule the Actor (for example every 15โ€“30 minutes) to build a continuous time series of what's trending in China.

Can I filter by category? Every item includes a category and status label, so you can filter the dataset to entertainment, tech, auto, sports, finance and more after each run.

How does billing work? You pay only per topic you get, so a run costs in proportion to the data it returns โ€” one of the cheapest ways to monitor Weibo trends.

What export formats are supported? JSON, CSV, Excel and XML, plus webhooks and the Apify API.

Can I automate or integrate the Weibo Scraper? Yes. The Weibo Scraper can be connected with almost any cloud service or web app thanks to integrations on the Apify platform. It works with Make, Zapier, Slack, Airbyte, GitHub, Google Drive and many more, plus the Apify API, JavaScript/Python clients and MCP. Or use webhooks to trigger an action whenever a run finishes โ€” get a notification, or kick off another process such as loading your data downstream.

Is scraping Weibo legal? The Actor collects only public data. You are responsible for how you use it and for complying with Weibo's terms and applicable laws.

Notes

Original clean-room implementation. Collects only public Weibo data; you are responsible for how you use the data and for complying with Weibo's terms. This is an independent tool and is not affiliated with or endorsed by Weibo.