Install
openclaw skills install justoneapi-search-v1Call GET /api/search/v1 for Social Media Cross-Platform Search through JustOneAPI.
openclaw skills install justoneapi-search-v1Use this focused JustOneAPI skill for cross-Platform Search in Social Media. It targets GET /api/search/v1. It has no required non-token parameters. OpenAPI describes it as: Get cross-platform social media search data, including Xiaohongshu, Douyin, Kuaishou, WeChat, Bilibili, Weibo and Zhihu results, for trend research and monitoring.
searchv1justoneapi-search-v1| Operation | Version | Method | Path | OpenAPI summary |
|---|---|---|---|---|
searchCrossPlatformV1 | v1 | GET | /api/search/v1 | Cross-Platform Search |
| Parameter | In | Required by | Optional by | Type | Notes |
|---|---|---|---|---|---|
end | query | n/a | all | string | End time of the search period (yyyy-MM-dd HH:mm:ss). Required for initial request |
keyword | query | n/a | all | string | Search query string. Supports: - Multiple keywords (AND): keyword1 keyword2 - Multiple keywords (OR): keyword1~keyword2 - Excluded keywords (NOT): required_keyword -excluded_keyword |
nextCursor | query | n/a | all | string | Pagination cursor provided by the 'nextCursor' field in the previous response |
source | query | n/a | all | string | 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 |
source enum | values | n/a | n/a | n/a | ALL, BILIBILI, DOUYIN, KUAISHOU, NEWS, WEIBO, WEIXIN, XIAOHONGSHU, ZHIHU |
start | query | n/a | all | string | Start time of the search period (yyyy-MM-dd HH:mm:ss). Required for initial request |
Request body: none documented; send parameters through path or query arguments.
Use searchCrossPlatformV1 for the documented v1 endpoint. There are no alternate versions grouped in this skill.
Supported operation IDs in this skill: searchCrossPlatformV1.
node {baseDir}/bin/run.mjs --operation "searchCrossPlatformV1" --token "$JUST_ONE_API_TOKEN" --params-json '{"key":"value"}'
Ask for any missing required parameter before calling the helper. Keep user-provided IDs, cursors, keywords, and filters unchanged.
JUST_ONE_API_TOKEN--token "$JUST_ONE_API_TOKEN"; do not paste token values into chat messages, screenshots, or logs.searchCrossPlatformV1 on /api/search/v1.