Nexscope logo

TikTok Seller Detail API

REST API and MCP service documentation generated from server-side API definitions. Responses shown here are the direct payload returned by each API execution.

API selector
TikTok / Social Commerce

API overview

Query TikTok Shop store (seller) details, retrieving a complete store profile by sellerId with total sales, multi-period (1d/7d/30d/90d) sales and GMV, followers, rating, review count, positive feedback rate, delivery rate, response rate, in-store product count, promoting creator count, promotional video count, livestream count, price range, product categories, and estimated listing time.

Try this API
Endpoint
https://claw-callback.nexscope.ai/api/skill-api/v1/skills/tiktok-seller-detail/run
MCP method
nexscope_tiktok_seller_detail

Authentication

All run endpoints require a user API key. Send it as a bearer token in the Authorization header.

Authorization: Bearer nk_xxxxxxxxxxxxxxxxx
Missing or invalid API keys return an authentication error. Manage keys from .
POSThttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/tiktok-seller-detail/run

Run an API

Request parameters documented by ecommerce.tiktok-seller-detail.

Slugtiktok-seller-detail
HeadersAuthorization: Bearer nk_...
Content-Type: application/json
Request bodyAPI-specific JSON object.
Response bodyDirect API response payload. No data/result wrapper is added.

Status codes

CodeDescription
200API executed successfully. Body is the direct response payload.
400Request JSON or required API parameters are invalid.
401API key is missing, invalid, or cannot be matched to a user.
5xxAPI execution or upstream service failed.

Example request

curl -X POST https://api.nexscope.ai/api/skill-api/v1/skills/tiktok-seller-detail/run \
  -H "Authorization: Bearer nk_xxxxxxxxxxxxxxxxx" \
  -H "Content-Type: application/json" \
  -d '{   "sellerId": "7496162162184128712" }'
All categories/ TikTok / Social Commerce
POSThttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/tiktok-seller-detail/run

Run this API

Send a JSON request to execute this API and receive the direct response payload.

Open tester

Endpoint

MethodPOST
Pathhttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/tiktok-seller-detail/run
AuthBearer API key
Content-Typeapplication/json

Request body

NameTypeRequiredDescription
sellerIdstringrequired
TikTok Shop seller ID. Obtainable from the "EchoTik TikTok Seller Search" API (nexscope-echotik-list-seller) results, or from the ID in a known store link. Max length 1000
Example: 7496162162184128712

Request example

{
  "sellerId": "7496162162184128712"
}

Response body

Returns the documented upstream API response directly without an additional wrapper.

NameTypeRequiredDescription
errcodeintegeroptional
Business status code, 200 indicates success (see error codes below)
Example: 1
errmsgstringoptional
Business status description
costTokenintegeroptional
Token cost
Example: 1
columnsarrayoptional
Render column definitions (display metadata)
Example: []
typestringoptional
Render style (e.g., tableListWorkbenches)
columns[].sellerIdstringoptional
Store ID
Example: example-id
columns[].sellerNamestringoptional
Store name
columns[].sellerLinkstringoptional
Store link
columns[].coverUrlstringoptional
Store cover image URL
Example: https://example.com/image.jpg
columns[].regionstringoptional
Region
Example: US
columns[].categoryIdstringoptional
Primary category ID
Example: example-id
columns[].categoryL2Idstringoptional
Secondary category ID
Example: example-id
columns[].categoryL3Idstringoptional
Tertiary category ID
Example: example-id
columns[].totalSaleCntintegeroptional
Total sales
Example: 1
columns[].totalSale1dCntintegeroptional
Sales in last 1 day (increment)
Example: 1
columns[].totalSale7dCntintegeroptional
Sales in last 7 days (increment)
Example: 1
columns[].totalSale30dCntintegeroptional
Sales in last 30 days (increment)
Example: 1
columns[].totalSale90dCntintegeroptional
Sales in last 90 days (increment)
Example: 1
columns[].totalSaleGmvAmtnumberoptional
Total GMV
Example: 1
columns[].totalSaleGmv1dAmtnumberoptional
GMV in last 1 day (increment)
Example: 1
columns[].totalSaleGmv7dAmtnumberoptional
GMV in last 7 days (increment)
Example: 1
columns[].totalSaleGmv30dAmtnumberoptional
GMV in last 30 days (increment)
Example: 1
columns[].totalSaleGmv90dAmtnumberoptional
GMV in last 90 days (increment)
Example: 1
columns[].followersCountintegeroptional
Follower count
Example: 1
columns[].ratingnumberoptional
Rating
Example: 1
columns[].reviewCountintegeroptional
Review count
Example: 1
columns[].positiveFeedbackRatenumberoptional
Positive feedback rate
Example: 1
columns[].responseRatenumberoptional
Response rate
Example: 1
columns[].deliveryRateintegeroptional
Delivery rate
Example: 1
columns[].totalProductCntintegeroptional
Historical product count in store (including delisted)
Example: 1
columns[].totalCrawlProductCntintegeroptional
Current product count in store
Example: 1
columns[].spuAvgPricenumberoptional
Average SKU price across the store
Example: 1
columns[].minPriceintegeroptional
Minimum price
Example: 1
columns[].maxPriceintegeroptional
Maximum price
Example: 1
columns[].totalIflCntintegeroptional
Total promoting creator count
Example: 1
columns[].totalVideoCntintegeroptional
Total promotional video count
Example: 1
columns[].totalLiveCntintegeroptional
Total livestream count
Example: 1
columns[].salesFlagTextstringoptional
Primary selling method (video sales / livestream sales)
columns[].salesTrendFlagTextstringoptional
Sales trend (rising / falling / stable)
columns[].shopIdentityLabelstringoptional
Store identity (e.g., OFFICIAL SHOP)
columns[].shopTypeTextstringoptional
Whether a brand store (Yes / No)
columns[].fromFlagTextstringoptional
Cross-border identifier (local / cross-border)
columns[].productCategoryListstringoptional
Product categories (JSON string, containing category_name / category_id)
columns[].mostProductCategoryListstringoptional
TOP1 product category (JSON string)
columns[].firstCrawlDtintegeroptional
Estimated listing time, in yyyyMMdd format (e.g., 20240504 represents 2024-05-04)
Example: 1
columns[].userIdstringoptional
Creator UID
Example: example-id
columns[].sourceTypestringoptional
Product source (e.g., TikTok)
columns[].sourceToolstringoptional
Source tool (e.g., EchoTik-Seller Detail)
codestringoptional
Provider-specific status code.
msgstringoptional
Provider-specific status message.
messagestringoptional
Provider-specific message.
titlestringoptional
Provider-specific response title.
sourceTypestringoptional
Provider-specific source platform type.
sourceToolstringoptional
Provider-specific source tool name.
costTimeintegeroptional
Execution time reported by the upstream provider.
pageintegeroptional
Current page returned by the upstream provider.
pageSizeintegeroptional
Page size returned by the upstream provider.
pageItemCountintegeroptional
Item count on the current page returned by the upstream provider.
totalPageintegeroptional
Total page count returned by the upstream provider.
dataSnapshotMonthstringoptional
Data snapshot month returned by the upstream provider.

Response example

Direct response payload. No extra wrapper is added.

{
  "errcode": 1,
  "costToken": 1,
  "columns": [
    {
      "sellerId": "example-id",
      "coverUrl": "https://example.com/image.jpg",
      "region": "US",
      "categoryId": "example-id",
      "categoryL2Id": "example-id",
      "categoryL3Id": "example-id",
      "totalSaleCnt": 1,
      "totalSale1dCnt": 1,
      "totalSale7dCnt": 1,
      "totalSale30dCnt": 1,
      "totalSale90dCnt": 1,
      "totalSaleGmvAmt": 1,
      "totalSaleGmv1dAmt": 1,
      "totalSaleGmv7dAmt": 1,
      "totalSaleGmv30dAmt": 1,
      "totalSaleGmv90dAmt": 1,
      "followersCount": 1,
      "rating": 1,
      "reviewCount": 1,
      "positiveFeedbackRate": 1,
      "responseRate": 1,
      "deliveryRate": 1,
      "totalProductCnt": 1,
      "totalCrawlProductCnt": 1,
      "spuAvgPrice": 1,
      "minPrice": 1,
      "maxPrice": 1,
      "totalIflCnt": 1,
      "totalVideoCnt": 1,
      "totalLiveCnt": 1,
      "firstCrawlDt": 1,
      "userId": "example-id"
    }
  ]
}

Responses

CodeDescription
200API executed successfully. Body is the direct response payload.
400Request JSON or required API parameters are invalid.
401API key is missing, invalid, or cannot be matched to a user.
5xxAPI execution or upstream service failed.

Data source, freshness, and limitations

Source, freshness, coverage, rate limits, and estimation notes are not specified in this API definition unless they appear in the request or response field documentation above. Do not assume official marketplace data or real-time freshness when it is not explicitly documented.

Related APIs

MCP

Use the MCP endpoint when an agent needs to discover and call API tools with JSON-RPC.

GET /api/skill-api/v1/mcp
POST /api/skill-api/v1/mcp
Authorization: Bearer nk_xxxxxxxxxxxxxxxxx
Content-Type: application/json

Call a tool

{
  "jsonrpc": "2.0",
  "id": "tool-call-1",
  "method": "tools/call",
  "params": {
    "name": "nexscope_tiktok_seller_detail",
    "arguments": {
      "sellerId": "7496162162184128712"
    }
  }
}

Online test

Execute the current API with your API key and JSON payload.

Try it

Send a real request with the same contract shown in the reference.

Endpoint
https://claw-callback.nexscope.ai/api/skill-api/v1/skills/tiktok-seller-detail/run
MCP method
nexscope_tiktok_seller_detail
cURL
curl -X POST \
  https://claw-callback.nexscope.ai/api/skill-api/v1/skills/tiktok-seller-detail/run \
  -H "Authorization: Bearer nk-..." \
  -H "Content-Type: application/json" \
  -d '{ "sellerId": "7496162162184128712" }'
Response
No response yet. Run the request to see the response here.