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_searchLegacy MCP endpoint
/api/skill-api/v1/mcpJSON-RPC method
tools/callAuthentication
Send the user API key as a bearer token on every MCP JSON-RPC request.
Authorization: Bearer nk-xxxxxxxxxxxxxxxxxIf 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/mcpCanonical detail URL
https://www.nexscope.ai/mcp-map/chuhaijiang-tiktok-video-searchArguments
| Name | Type | Required | Meaning |
|---|---|---|---|
country | string | required | Lowercase request market. Returned country_code may differ; preserve both. Example: us |
page | integer | optional | Page number, starting at 1. No automatic pagination. Example: 1 |
pageSize | integer | optional | Items per page, from 1 to 10. Omission preserves the upstream default. Example: 3 |
keyword | string | optional | Video copy or related keyword. Example: beauty |
category | string | optional | Use only provider-approved categories; no category enum is published. Example: |
isCommercial | boolean | optional | Filter videos promoting products. Example: true |
minViews | number | optional | Provider filter value; retain the provider metric definition without unit conversion. Example: 0 |
maxViews | number | optional | Provider filter value; retain the provider metric definition without unit conversion. Example: 0 |
minLikes | number | optional | Provider filter value; retain the provider metric definition without unit conversion. Example: 0 |
maxLikes | number | optional | Provider filter value; retain the provider metric definition without unit conversion. Example: 0 |
minGmv30d | number | optional | Provider filter value; retain the provider metric definition without unit conversion. Example: 0 |
maxGmv30d | number | optional | Provider filter value; retain the provider metric definition without unit conversion. Example: 0 |
minEngagement | number | optional | Provider filter value; retain the provider metric definition without unit conversion. Example: 0 |
maxEngagement | number | optional | Provider filter value; retain the provider metric definition without unit conversion. Example: 0 |
accountType | integer | optional | Provider account type; business labels are unpublished. Example: 0 |
sort | string | optional | 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.
| Name | Type | Required | Description |
|---|---|---|---|
data | any | required | Data value used by this API operation. |
code | integer | required | 0 means accepted or successful; nonzero is a platform error. |
msg | string | null | required | Msg value used by this API operation. |
ts | string | required | Epoch milliseconds. |
time | string | required | Server local time: yyyy-MM-dd HH:mm:ss. |
cost | string | required | Elapsed milliseconds, never credits; -1 outside web requests. |
traceId | string | null | required | Trace id value used by this API operation. |
Any of option 1
| Name | Type | Required | Description |
|---|---|---|---|
data | object | required | Data value used by this API operation. |
data.request_id | string | optional | Request id value used by this API operation. |
data.data | object | optional | Data value used by this API operation. |
data.data.items | array | optional | Items value used by this API operation. |
data.data.items[] | object | required | Item in data data items. |
data.data.items[].id | string | optional | Video identity: id. |
data.data.items[].video_desc | string | optional | Video identity: video desc. |
data.data.items[].share_url | string | optional | Video identity: share url. |
data.data.items[].author_id | string | optional | Video identity: author id. |
data.data.items[].author_unique_id | string | optional | Video identity: author unique id. |
data.data.items[].author_nickname | string | optional | Video identity: author nickname. |
data.data.items[].country_code | string | optional | Video identity: country code. |
data.data.items[].video_play_count | integer | optional | Engagement count: video play count. |
data.data.items[].video_like_count | integer | optional | Engagement count: video like count. |
data.data.items[].video_comment_count | integer | optional | Engagement count: video comment count. |
data.data.items[].video_share_count | integer | optional | Engagement count: video share count. |
data.data.items[].video_collect_count | integer | optional | Engagement count: video collect count. |
data.data.items[].video_engagement_rate | number | optional | Decimal engagement ratio: video engagement rate. |
data.data.items[].video_launch_time | integer | optional | Provider video metadata: video launch time. |
data.data.items[].video_duration | integer | optional | Provider video metadata: video duration. |
data.data.items[].account_type | integer | optional | Provider video metadata: account type. |
data.data.items[].video_30d_gpm | object | optional | Thirty-day GPM with original unit and value: video 30d gpm. |
data.data.items[].is_ad | boolean | optional | Optional provider flag: is ad. |
data.data.items[].is_aigc_video | boolean | optional | Optional provider flag: is aigc video. |
data.data.items[].video_total_like_count_to_follower_count_ratio | any | optional | 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_count | integer | optional | Total count value used by this API operation. |
Any of option 2
| Name | Type | Required | Description |
|---|---|---|---|
data | null | required | 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
}