Weibo modelsapi generation api

weibo/app/search-all

Comprehensive search in Weibo, return related content. Supports multiple search types.

Input
Idle

Example output — click Run to generate your own

API README

Comprehensive search

Purpose:

  • Comprehensive search in Weibo, return related content. Supports multiple search types. Parameters:
  • query: Search keyword (required)
  • page: Page number, starts from 1 (default 1)
  • search_type: Search type
    • 1: General/All (default)
    • 61: Realtime
    • 3: Users
    • 64: Videos
    • 63: Images
    • 62: Following
    • 60: Hot
    • 21: Whole network
    • 38: Topics
    • 98: Super topics
    • 92: Places/Locations
    • 97: Products/Goods Return:
  • Search result list, including post content, author info, images, videos, etc. Note:
  • Search results sorted by relevance
  • Only use page parameter for pagination

[Example]

query = "NVIDIA" page = 1 search_type = 1 # General search

search_type = 3 # Search users

search_type = 64 # Search videos

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

Related Models