TikTok Post Search API
by @justoneapi
Call GET /api/tiktok/search-post/v1 for TikTok Post Search through JustOneAPI with keyword.
clawhub install justoneapi-tiktok-search-postπ About This Skill
name: TikTok Post Search API description: Call GET /api/tiktok/search-post/v1 for TikTok Post Search through JustOneAPI with keyword. author: JustOneAPI homepage: https://api.justoneapi.com metadata: {"openclaw":{"homepage":"https://api.justoneapi.com","primaryEnv":"JUST_ONE_API_TOKEN","requires":{"bins":["node"],"env":["JUST_ONE_API_TOKEN"]},"skillKey":"justoneapi_tiktok_search_post"}}
TikTok Post Search
Use 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.
Endpoint Scope
tiktoksearch-postjustoneapi-tiktok-search-post| Operation | Version | Method | Path | OpenAPI summary |
| --- | --- | --- | --- | --- |
| searchPostV1 | v1 | GET | /api/tiktok/search-post/v1 | Post Search |
Inputs
| 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.
Version Choice
Use searchPostV1 for the documented v1 endpoint. There are no alternate versions grouped in this skill.
Run This Endpoint
Supported operation IDs in this skill: searchPostV1.
node {baseDir}/bin/run.mjs --operation "searchPostV1" --token "$JUST_ONE_API_TOKEN" --params-json '{"keyword":""}'
Ask for any missing required parameter before calling the helper. Keep user-provided IDs, cursors, keywords, and filters unchanged.
Environment
JUST_ONE_API_TOKEN--token "$JUST_ONE_API_TOKEN"; do not paste token values into chat messages, screenshots, or logs.Output Focus
searchPostV1 on /api/tiktok/search-post/v1.keyword) before summarizing results.