Nexscope

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_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-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/mcp
Canonical detail URL
https://www.nexscope.ai/mcp-map/chuhaijiang-tiktok-ad-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
Ad search keyword.
Example: beauty
categorystringoptional
Provider-approved product category.
Example:
adTypestringoptional
Provider-approved ad type value; no enum is published.
Example:
excludeSparkAdsbooleanoptional
Whether to exclude Spark Ads.
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
minGmvnumberoptional
Provider filter value; retain the provider metric definition without unit conversion.
Example: 0
maxGmvnumberoptional
Provider filter value; retain the provider metric definition without unit conversion.
Example: 0
minDaysnumberoptional
Provider filter value; retain the provider metric definition without unit conversion.
Example: 0
maxDaysnumberoptional
Provider filter value; retain the provider metric definition without unit conversion.
Example: 0
sortstringoptional
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.

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
Ad identity and copy: id.
data.data.items[].video_idstringoptional
Ad identity and copy: video id.
data.data.items[].product_idstringoptional
Ad identity and copy: product id.
data.data.items[].advertiser_idstringoptional
Ad identity and copy: advertiser id.
data.data.items[].ad_urlstringoptional
Ad identity and copy: ad url.
data.data.items[].web_urlstringoptional
Ad identity and copy: web url.
data.data.items[].advertiser_urlstringoptional
Ad identity and copy: advertiser url.
data.data.items[].ad_titlestringoptional
Ad identity and copy: ad title.
data.data.items[].advertiser_namestringoptional
Ad identity and copy: advertiser name.
data.data.items[].button_textstringoptional
Ad identity and copy: button text.
data.data.items[].product_titlestringoptional
Ad identity and copy: product title.
data.data.items[].video_play_countintegeroptional
Ad delivery count: video play count.
data.data.items[].video_like_countintegeroptional
Ad delivery count: video like count.
data.data.items[].ad_day_countintegeroptional
Ad delivery count: ad day count.
data.data.items[].video_like_ratenumberoptional
Provider engagement ratio: video like rate.
data.data.items[].video_engagement_ratenumberoptional
Provider engagement ratio: video engagement rate.
data.data.items[].total_gmvobjectoptional
Monetary metric with original unit and value: total gmv.
data.data.items[].video_gpm_30dobjectoptional
Monetary metric with original unit and value: video gpm 30d.
data.data.items[].last_update_timeanyoptional
Provider last update time. The source establishes this field name; preserve its runtime JSON type and missing values.
data.data.items[].total_scanyoptional
Provider total sc. The source establishes this field name; preserve its runtime JSON type and missing values.
data.data.items[].ad_create_timeanyoptional
Provider ad create time. The source establishes this field name; preserve its runtime JSON type and missing values.
data.data.items[].ad_maximum_costanyoptional
Maximum ad spend as returned; preserve monetary units and the runtime JSON type.
data.data.items[].product_l3_categoryanyoptional
Provider product l3 category. The source establishes this field name; preserve its runtime JSON type and missing values.
data.data.items[].product_l2_categoryanyoptional
Provider product l2 category. The source establishes this field name; preserve its runtime JSON type and missing values.
data.data.items[].product_l1_categoryanyoptional
Provider product l1 category. The source establishes this field name; preserve its runtime JSON type and missing values.
data.data.items[].create_timeanyoptional
Provider create time. The source establishes this field name; preserve its runtime JSON type and missing values.
data.data.items[].durationanyoptional
Provider duration. The source establishes this field name; preserve its runtime JSON type and missing values.
data.data.items[].ad_roasanyoptional
Provider return on ad spend; preserve the runtime JSON type and metric definition.
data.data.items[].video_popularityanyoptional
Provider video popularity. 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
}