Weibo modelsapi generation api

weibo/app/hot-search

Get Weibo hot search ranking, supports multiple categories.

Input
Idle

Example output — click Run to generate your own

API README

Get hot search

Purpose:

  • Get Weibo hot search ranking, supports multiple categories. Parameters:
  • category: Hot search category
    • mineband: My hot search
    • realtimehot: Realtime hot search (default)
    • social: Social hot search
    • fun: Entertainment hot search
    • technologynav: Technology hot search
    • lifenav: Life hot search
    • region: Local hot search (use region_name to specify city)
    • sportnav: Sports hot search
    • gamenav: ACG hot search
  • page: Page number, starts from 1 (default 1)
  • count: Items per page, default 20, max 50
  • region_name: City name for local hot search, only effective when category=region, default Beijing Return:
  • Hot search ranking data, including search terms, popularity, etc. Note:
  • Hot search ranking updates in real-time

[Example]

category = "realtimehot" page = 1 count = 20

Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.

Related Models