TikTok Post Search API

v1.0.0

Call GET /api/tiktok/search-post/v1 for TikTok Post Search through JustOneAPI with keyword.

0· 30· 1 versions· 0 current· 0 all-time· Updated 7h ago· MIT-0

Install

openclaw skills install 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

  • Platform key: tiktok
  • Endpoint key: search-post
  • Platform family: TikTok
  • Skill slug: justoneapi-tiktok-search-post
OperationVersionMethodPathOpenAPI summary
searchPostV1v1GET/api/tiktok/search-post/v1Post Search

Inputs

ParameterInRequired byOptional byTypeNotes
keywordqueryalln/astringSearch keywords (e.g., 'deepseek')
offsetqueryn/aallintegerPagination offset, starting from 0 and stepping by 20
publishTimequeryn/aallstringFilter 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 enumvaluesn/an/an/aALL, HALF_YEAR, ONE_DAY, ONE_MONTH, ONE_WEEK, THREE_MONTHS
regionqueryn/aallstringISO 3166-1 alpha-2 country code (e.g., 'US', 'GB')
sortTypequeryn/aallstringSorting criteria for search results. Available Values: - RELEVANCE: Relevance (Default) - MOST_LIKED: Most Liked
sortType enumvaluesn/an/an/aMOST_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":"<keyword>"}'

Ask for any missing required parameter before calling the helper. Keep user-provided IDs, cursors, keywords, and filters unchanged.

Environment

  • Required: JUST_ONE_API_TOKEN
  • Pass the token with --token "$JUST_ONE_API_TOKEN"; do not paste token values into chat messages, screenshots, or logs.
  • Get a token from Just One API Dashboard.
  • Authentication details: Just One API Usage Guide.

Output Focus

  • State the operation ID and endpoint path used, for example searchPostV1 on /api/tiktok/search-post/v1.
  • Echo the required lookup scope (keyword) before summarizing results.
  • Prioritize fields that support this endpoint purpose: 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.
  • Return raw JSON only after the short, endpoint-specific summary.
  • If the backend errors, include the backend payload and the exact operation ID.

Version tags

latestvk972bjbcv0pxpgxqekm09c391x85tmes

Runtime requirements

Binsnode
EnvJUST_ONE_API_TOKEN
Primary envJUST_ONE_API_TOKEN