TikTok / Social Commerce

Chuhaijiang TikTok Creator Search MCP Tool

Provider business records for Chuhaijiang TikTok Creator Search. Known row fields: account_type, author_avg_engagement_rate, bio_email, category_label, country_code, ecom_video_avg_play_count, facebook_url, follower_count, follower_count_growth_for_last_7_days, has_live_product, has_shop_product, has_video_product, id, ins_id, live_30d_gmv, live_30d_gpm, nickname, product_category_label_list, total_favorited, total_video_live_30d_gmv, unique_id, user_avatar, user_sell_product_l3_category, video_30d_gmv, video_30d_gpm, video_avg_like_count, video_avg_play_count, video_total_like_count_to_follower_count_ratio, youtube_channel_id. Missing and null fields remain unchanged; monetary values retain their original unit and runtime type.

MCP tool name
nexscope_chuhaijiang_tiktok_creator_search
Equivalent REST API path
https://api.nexscope.ai/api/skill-api/v1/skills/chuhaijiang-tiktok-creator-search/run
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-creator-search-1",
  "method": "tools/call",
  "params": {
    "name": "nexscope_chuhaijiang_tiktok_creator_search",
    "arguments": {
      "country": "us",
      "keyword": "beauty",
      "pageSize": 5
    }
  }
}
REST API equivalent
POST https://api.nexscope.ai/api/skill-api/v1/skills/chuhaijiang-tiktok-creator-search/run
Canonical detail URL
https://www.nexscope.ai/mcp-map/chuhaijiang-tiktok-creator-search

Arguments

NameTypeRequiredMeaning
countrystringrequired
Lowercase TikTok market code.
Example: us
pageintegeroptional
Page number, starting at 1.
Example: 1
pageSizeintegeroptional
Maximum records per page.
Example: 5
keywordstringoptional
Creator search keyword.
Example: beauty
categorystringoptional
Creator category.
Example: {}
hasContactbooleanoptional
Filter by availability of public contact information.
Example: true
sortstringoptional
Provider sort field and direction (field:asc or field:desc).
Example: gmv_30d:desc
minFollowersnumberoptional
Minimum follower count.
Example: {}
maxFollowersnumberoptional
Maximum follower count.
Example: {}
minGmv30dnumberoptional
Minimum 30-day GMV.
Example: {}
maxGmv30dnumberoptional
Maximum 30-day GMV.
Example: {}
minAvgViewsnumberoptional
Minimum average view count.
Example: {}
maxAvgViewsnumberoptional
Maximum average view count.
Example: {}
minEngagementnumberoptional
Minimum engagement rate.
Example: {}
maxEngagementnumberoptional
Maximum engagement rate.
Example: {}

Response fields

Treat structuredContent as the programmatic API response payload.

No response field schema is defined for this tool.

Examples

Example arguments

{
  "country": "us",
  "keyword": "beauty",
  "pageSize": 5
}

Example structuredContent

{
  "errmsg": "ok",
  "errcode": 200,
  "data": {
    "items": [
      {
        "account_type": null,
        "author_avg_engagement_rate": null,
        "bio_email": null
      }
    ]
  }
}