Nexscope

TikTok / Social Commerce

TikTok Video Keyword Search MCP Tool

TikTok Video Keyword Search. Execute only this operation; no automatic retries or pagination. Preserve provider fields and metric units.

MCP tool name
nexscope_chuhaijiang_tiktok_video_search
Legacy MCP endpoint
/api/skill-api/v1/mcp
JSON-RPC method
tools/call

Authentication

Send the user API key as a bearer token on every MCP JSON-RPC request.

Authorization: Bearer nk-xxxxxxxxxxxxxxxxx

If authentication is missing or invalid, ask the user to open API Access and copy a valid key before calling this tool.

Call this MCP tool

Use tools/call with the MCP tool name below. The arguments object should match the table on this page.

{
  "jsonrpc": "2.0",
  "id": "chuhaijiang-tiktok-video-search-1",
  "method": "tools/call",
  "params": {
    "name": "nexscope_chuhaijiang_tiktok_video_search",
    "arguments": {
      "country": "us",
      "pageSize": 3,
      "page": 1
    }
  }
}
Legacy endpoint
POST /api/skill-api/v1/mcp
Canonical detail URL
https://www.nexscope.ai/mcp-map/chuhaijiang-tiktok-video-search

Arguments

NameTypeRequiredMeaning
countrystringrequired
Lowercase request market. Returned country_code may differ; preserve both.
Example: us
pageintegeroptional
Page number, starting at 1. No automatic pagination.
Example: 1
pageSizeintegeroptional
Items per page, from 1 to 10. Omission preserves the upstream default.
Example: 3
keywordstringoptional
Video copy or related keyword.
Example: beauty
categorystringoptional
Use only provider-approved categories; no category enum is published.
Example:
isCommercialbooleanoptional
Filter videos promoting products.
Example: true
minViewsnumberoptional
Provider filter value; retain the provider metric definition without unit conversion.
Example: 0
maxViewsnumberoptional
Provider filter value; retain the provider metric definition without unit conversion.
Example: 0
minLikesnumberoptional
Provider filter value; retain the provider metric definition without unit conversion.
Example: 0
maxLikesnumberoptional
Provider filter value; retain the provider metric definition without unit conversion.
Example: 0
minGmv30dnumberoptional
Provider filter value; retain the provider metric definition without unit conversion.
Example: 0
maxGmv30dnumberoptional
Provider filter value; retain the provider metric definition without unit conversion.
Example: 0
minEngagementnumberoptional
Provider filter value; retain the provider metric definition without unit conversion.
Example: 0
maxEngagementnumberoptional
Provider filter value; retain the provider metric definition without unit conversion.
Example: 0
accountTypeintegeroptional
Provider account type; business labels are unpublished.
Example: 0
sortstringoptional
Provider-approved field followed by :asc or :desc. No complete field enum is published.
Example: views:desc

Response fields

Treat structuredContent as the programmatic API response payload.

NameTypeRequiredDescription
dataanyrequired
Data value used by this API operation.
codeintegerrequired
0 means accepted or successful; nonzero is a platform error.
msgstring | nullrequired
Msg value used by this API operation.
tsstringrequired
Epoch milliseconds.
timestringrequired
Server local time: yyyy-MM-dd HH:mm:ss.
coststringrequired
Elapsed milliseconds, never credits; -1 outside web requests.
traceIdstring | nullrequired
Trace id value used by this API operation.

Any of option 1

NameTypeRequiredDescription
dataobjectrequired
Data value used by this API operation.
data.request_idstringoptional
Request id value used by this API operation.
data.dataobjectoptional
Data value used by this API operation.
data.data.itemsarrayoptional
Items value used by this API operation.
data.data.items[]objectrequired
Item in data data items.
data.data.items[].idstringoptional
Video identity: id.
data.data.items[].video_descstringoptional
Video identity: video desc.
data.data.items[].share_urlstringoptional
Video identity: share url.
data.data.items[].author_idstringoptional
Video identity: author id.
data.data.items[].author_unique_idstringoptional
Video identity: author unique id.
data.data.items[].author_nicknamestringoptional
Video identity: author nickname.
data.data.items[].country_codestringoptional
Video identity: country code.
data.data.items[].video_play_countintegeroptional
Engagement count: video play count.
data.data.items[].video_like_countintegeroptional
Engagement count: video like count.
data.data.items[].video_comment_countintegeroptional
Engagement count: video comment count.
data.data.items[].video_share_countintegeroptional
Engagement count: video share count.
data.data.items[].video_collect_countintegeroptional
Engagement count: video collect count.
data.data.items[].video_engagement_ratenumberoptional
Decimal engagement ratio: video engagement rate.
data.data.items[].video_launch_timeintegeroptional
Provider video metadata: video launch time.
data.data.items[].video_durationintegeroptional
Provider video metadata: video duration.
data.data.items[].account_typeintegeroptional
Provider video metadata: account type.
data.data.items[].video_30d_gpmobjectoptional
Thirty-day GPM with original unit and value: video 30d gpm.
data.data.items[].is_adbooleanoptional
Optional provider flag: is ad.
data.data.items[].is_aigc_videobooleanoptional
Optional provider flag: is aigc video.
data.data.items[].video_total_like_count_to_follower_count_ratioanyoptional
Provider video total like count to follower count ratio. The source establishes this field name; preserve its runtime JSON type and missing values.
data.data.total_countintegeroptional
Total count value used by this API operation.

Any of option 2

NameTypeRequiredDescription
datanullrequired
Data value used by this API operation.

Examples

Example arguments

{
  "country": "us",
  "pageSize": 3,
  "page": 1
}

Example structuredContent

{
  "data": {
    "data": {
      "items": [],
      "total_count": 0
    }
  },
  "code": 0,
  "msg": "ok",
  "ts": "0",
  "time": "2026-01-01 00:00:00",
  "cost": "-1",
  "traceId": null
}