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.
nexscope_chuhaijiang_tiktok_creator_searchhttps://api.nexscope.ai/api/skill-api/v1/skills/chuhaijiang-tiktok-creator-search/runtools/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-creator-search-1",
"method": "tools/call",
"params": {
"name": "nexscope_chuhaijiang_tiktok_creator_search",
"arguments": {
"country": "us",
"keyword": "beauty",
"pageSize": 5
}
}
}POST https://api.nexscope.ai/api/skill-api/v1/skills/chuhaijiang-tiktok-creator-search/runhttps://www.nexscope.ai/mcp-map/chuhaijiang-tiktok-creator-searchArguments
| Name | Type | Required | Meaning |
|---|---|---|---|
country | string | required | Lowercase TikTok market code. Example: us |
page | integer | optional | Page number, starting at 1. Example: 1 |
pageSize | integer | optional | Maximum records per page. Example: 5 |
keyword | string | optional | Creator search keyword. Example: beauty |
category | string | optional | Creator category. Example: {} |
hasContact | boolean | optional | Filter by availability of public contact information. Example: true |
sort | string | optional | Provider sort field and direction (field:asc or field:desc). Example: gmv_30d:desc |
minFollowers | number | optional | Minimum follower count. Example: {} |
maxFollowers | number | optional | Maximum follower count. Example: {} |
minGmv30d | number | optional | Minimum 30-day GMV. Example: {} |
maxGmv30d | number | optional | Maximum 30-day GMV. Example: {} |
minAvgViews | number | optional | Minimum average view count. Example: {} |
maxAvgViews | number | optional | Maximum average view count. Example: {} |
minEngagement | number | optional | Minimum engagement rate. Example: {} |
maxEngagement | number | optional | Maximum engagement rate. Example: {} |
Response fields
Treat structuredContent as the programmatic API response payload.
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
}
]
}
}