获取微博热门榜单时间轴/Get hot ranking timeline

Weiboapi

About

获取微博热门榜单时间轴/Get hot ranking timeline

Documentation

获取微博热门榜单时间轴/Get hot ranking timeline

[中文]

用途:

  • 获取微博平台各种类型的热门榜单内容。

参数:

  • ranking_type: 榜单类型(必填)
    • hour: 小时榜
    • yesterday: 昨日榜
    • day_before: 前日榜
    • week: 周榜
    • male: 男榜
    • female: 女榜
  • max_id: 翻页游标,首次请求传"0"
  • count: 获取数量(默认10)

返回:

  • 热门微博列表,包含微博内容、作者信息、互动数据等

注意:

  • 不同榜单更新频率不同:小时榜实时性最强,周榜影响力较大

[English]

Purpose:

  • Get various types of hot ranking content from Weibo platform.

Parameters:

  • ranking_type: Ranking type (required)
    • hour: Hourly ranking
    • yesterday: Yesterday ranking
    • day_before: Day before ranking
    • week: Weekly ranking
    • male: Male ranking
    • female: Female ranking
  • max_id: Pagination cursor, pass "0" for first request
  • count: Count (default 10)

Return:

  • Hot post list, including post content, author info, interaction data

Note:

  • Different rankings have different update frequencies: hourly has highest real-time relevance, weekly has high influence

[示例/Example]

ranking_type = "hour" max_id = "0" count = 10

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

Try 获取微博热门榜单时间轴/Get hot ranking timeline

Test this model in the Sandbase Playground with your own prompts.

Open in Playground

Related Models