TikTok / Social Commerce
TikTok Ad Search MCP Tool
TikTok Ad Search. Execute only this operation; no automatic retries or pagination. Preserve provider fields and metric units.
MCP tool name
nexscope_chuhaijiang_tiktok_ad_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-ad-search-1",
"method": "tools/call",
"params": {
"name": "nexscope_chuhaijiang_tiktok_ad_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-ad-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 | Ad search keyword. Example: beauty |
category | string | optional | Provider-approved product category. Example: |
adType | string | optional | Provider-approved ad type value; no enum is published. Example: |
excludeSparkAds | boolean | optional | Whether to exclude Spark Ads. 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 |
minGmv | number | optional | Provider filter value; retain the provider metric definition without unit conversion. Example: 0 |
maxGmv | number | optional | Provider filter value; retain the provider metric definition without unit conversion. Example: 0 |
minDays | number | optional | Provider filter value; retain the provider metric definition without unit conversion. Example: 0 |
maxDays | number | optional | Provider filter value; retain the provider metric definition without unit conversion. Example: 0 |
sort | string | optional | Provider-approved field followed by :asc or :desc. No complete field enum is published. Example: gmv: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 | Ad identity and copy: id. |
data.data.items[].video_id | string | optional | Ad identity and copy: video id. |
data.data.items[].product_id | string | optional | Ad identity and copy: product id. |
data.data.items[].advertiser_id | string | optional | Ad identity and copy: advertiser id. |
data.data.items[].ad_url | string | optional | Ad identity and copy: ad url. |
data.data.items[].web_url | string | optional | Ad identity and copy: web url. |
data.data.items[].advertiser_url | string | optional | Ad identity and copy: advertiser url. |
data.data.items[].ad_title | string | optional | Ad identity and copy: ad title. |
data.data.items[].advertiser_name | string | optional | Ad identity and copy: advertiser name. |
data.data.items[].button_text | string | optional | Ad identity and copy: button text. |
data.data.items[].product_title | string | optional | Ad identity and copy: product title. |
data.data.items[].video_play_count | integer | optional | Ad delivery count: video play count. |
data.data.items[].video_like_count | integer | optional | Ad delivery count: video like count. |
data.data.items[].ad_day_count | integer | optional | Ad delivery count: ad day count. |
data.data.items[].video_like_rate | number | optional | Provider engagement ratio: video like rate. |
data.data.items[].video_engagement_rate | number | optional | Provider engagement ratio: video engagement rate. |
data.data.items[].total_gmv | object | optional | Monetary metric with original unit and value: total gmv. |
data.data.items[].video_gpm_30d | object | optional | Monetary metric with original unit and value: video gpm 30d. |
data.data.items[].last_update_time | any | optional | Provider last update time. The source establishes this field name; preserve its runtime JSON type and missing values. |
data.data.items[].total_sc | any | optional | Provider total sc. The source establishes this field name; preserve its runtime JSON type and missing values. |
data.data.items[].ad_create_time | any | optional | Provider ad create time. The source establishes this field name; preserve its runtime JSON type and missing values. |
data.data.items[].ad_maximum_cost | any | optional | Maximum ad spend as returned; preserve monetary units and the runtime JSON type. |
data.data.items[].product_l3_category | any | optional | Provider product l3 category. The source establishes this field name; preserve its runtime JSON type and missing values. |
data.data.items[].product_l2_category | any | optional | Provider product l2 category. The source establishes this field name; preserve its runtime JSON type and missing values. |
data.data.items[].product_l1_category | any | optional | Provider product l1 category. The source establishes this field name; preserve its runtime JSON type and missing values. |
data.data.items[].create_time | any | optional | Provider create time. The source establishes this field name; preserve its runtime JSON type and missing values. |
data.data.items[].duration | any | optional | Provider duration. The source establishes this field name; preserve its runtime JSON type and missing values. |
data.data.items[].ad_roas | any | optional | Provider return on ad spend; preserve the runtime JSON type and metric definition. |
data.data.items[].video_popularity | any | optional | Provider video popularity. 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
}