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
Changes
No recorded changes to this endpoint across all 12 revisions of this API.