Weibo modelsapi generation api

weibo/web/search

Search Weibo content

Input
Idle

Example output — click Run to generate your own

API README

Search Weibo

Purpose:

  • Search Weibo content Parameters:
  • keyword: Search keyword
    • Normal search: game, news
    • Hashtag search: #topic# (e.g., #TopicName#)
  • page: Page number
    • Starts from 1 and increments: 1, 2, 3, 4...
    • Returns ~10-20 results per page
    • NOT offset mode like 1, 10, 20
  • search_type: Search type
    • 1: Comprehensive (default, sorted by relevance)
    • 61: Real-time (sorted by time, newest first)
    • 3: Users (search user accounts)
    • 60: Hot (sorted by popularity)
    • 64: Video (video content only)
    • 63: Pictures (image content only)
    • 21: Articles (long articles only)
  • time_scope: Time range filter
    • null/empty: No time limit (default)
    • hour: Within one hour
    • day: Within one day (24 hours)
    • week: Within one week
    • month: Within one month Return:
  • Search results list Note:
  • This endpoint auto-generates visitor cookies, no login required
  • Auto-retry on 432 error

[Example]

page = 1 search_type = "1" time_scope = null

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

Related Models