Install
openclaw skills install justoneapi-tiktok-search-postCall GET /api/tiktok/search-post/v1 for TikTok Post Search through JustOneAPI with keyword.
openclaw skills install justoneapi-tiktok-search-postUse this focused JustOneAPI skill for post Search in TikTok. It targets GET /api/tiktok/search-post/v1. Required non-token inputs are keyword. OpenAPI describes it as: Get TikTok post Search data, including key details such as video ID, description, and author information, for trend monitoring and content discovery and keyword-based market analysis and sentiment tracking.
tiktoksearch-postjustoneapi-tiktok-search-post| Operation | Version | Method | Path | OpenAPI summary |
|---|---|---|---|---|
searchPostV1 | v1 | GET | /api/tiktok/search-post/v1 | Post Search |
| Parameter | In | Required by | Optional by | Type | Notes |
|---|---|---|---|---|---|
keyword | query | all | n/a | string | Search keywords (e.g., 'deepseek') |
offset | query | n/a | all | integer | Pagination offset, starting from 0 and stepping by 20 |
publishTime | query | n/a | all | string | Filter posts by publishing time. Available Values: - ALL: All Time - ONE_DAY: Last 24 Hours - ONE_WEEK: Last 7 Days - ONE_MONTH: Last 30 Days - THREE_MONTHS: Last 90 Days - HALF_YEAR: Last 180 Days |
publishTime enum | values | n/a | n/a | n/a | ALL, HALF_YEAR, ONE_DAY, ONE_MONTH, ONE_WEEK, THREE_MONTHS |
region | query | n/a | all | string | ISO 3166-1 alpha-2 country code (e.g., 'US', 'GB') |
sortType | query | n/a | all | string | Sorting criteria for search results. Available Values: - RELEVANCE: Relevance (Default) - MOST_LIKED: Most Liked |
sortType enum | values | n/a | n/a | n/a | MOST_LIKED, RELEVANCE |
Request body: none documented; send parameters through path or query arguments.
Use searchPostV1 for the documented v1 endpoint. There are no alternate versions grouped in this skill.
Supported operation IDs in this skill: searchPostV1.
node {baseDir}/bin/run.mjs --operation "searchPostV1" --token "$JUST_ONE_API_TOKEN" --params-json '{"keyword":"<keyword>"}'
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.searchPostV1 on /api/tiktok/search-post/v1.keyword) before summarizing results.