Social Media

Cross-Platform Search

Searches recent content across news, Weibo, WeChat, Zhihu, Douyin, Xiaohongshu, Bilibili, and Kuaishou with source and time filters. Use it to monitor a topic across multiple platforms.

get/api/search/v1

Query parameters

tokenstring required

Access token for this API service.

keywordstring

Search query string. Supports these five syntax forms:

  • AND (&&): A && B matches content containing both A and B.
  • OR (||): A || B matches content containing A or B.
  • Exclusion (-): -A matches content that does not contain A.
  • Parentheses (): (A && B) || C matches content containing C, or both A and B.
  • English double quotes (""): "A" disables tokenization and requires an exact match for A.
source'ALL' | 'NEWS' | 'WEIBO' | 'WEIXIN' | 'ZHIHU' | 'DOUYIN' | 'XIAOHONGSHU' | 'BILIBILI' | 'KUAISHOU'

Platform types for social media search.

Target social media platform for search filtering.

Available Values:

  • ALL: All platforms
  • NEWS: News
  • WEIBO: Sina Weibo
  • WEIXIN: Weixin (WeChat)
  • ZHIHU: Zhihu
  • DOUYIN: Douyin (TikTok China)
  • XIAOHONGSHU: Xiaohongshu (Little Red Book)
  • BILIBILI: Bilibili
  • KUAISHOU: Kuaishou
startstring

Start time of the search period (yyyy-MM-dd HH:mm:ss). Required for initial request.

endstring

End time of the search period (yyyy-MM-dd HH:mm:ss). Required for initial request.

nextCursorstring

Pagination cursor provided by the 'nextCursor' field in the previous response.

Response

OK

code0 | 100 | 101 | 202 | 300 | 301 | 302 | 303 | 400 | 404 | 500 | 503 | 600 | 601 | 602 required
messagestring nullable required
{"stackTrail":"paths:/api/search/v1:get:responses:200:content:application/json:schema:properties:data","oasType":"schema","type":"unknown"}
recordTimestring nullable required
requestIdstring

Changes