Chuhaijiang TikTok Product Intelligence
Scope
Product search and detail, related creators, livestreams, videos and reviews, product rankings, and image-based similar-product discovery.
Public-market intelligence only. It does not access seller-console product management, orders, fulfillment, advertising accounts, or content publishing.
Read references/api.md for the authoritative source-derived request and response contract.
Operations
| Script |
NexScope route |
chuhaijiang_product_detail.py |
POST /api/v1/tools/research/chuhaijiang/products/detail |
chuhaijiang_product_image_search.py |
POST /api/v1/tools/research/chuhaijiang/products/image-search |
chuhaijiang_product_rank_most_promoted.py |
POST /api/v1/tools/research/chuhaijiang/products/rankings/most-promoted |
chuhaijiang_product_rank_new_arrivals.py |
POST /api/v1/tools/research/chuhaijiang/products/rankings/new-arrivals |
chuhaijiang_product_rank_top_selling.py |
POST /api/v1/tools/research/chuhaijiang/products/rankings/top-selling |
chuhaijiang_product_related_creators.py |
POST /api/v1/tools/research/chuhaijiang/products/related-creators |
chuhaijiang_product_related_lives.py |
POST /api/v1/tools/research/chuhaijiang/products/related-lives |
chuhaijiang_product_related_videos.py |
POST /api/v1/tools/research/chuhaijiang/products/related-videos |
chuhaijiang_product_reviews.py |
POST /api/v1/tools/research/chuhaijiang/products/reviews |
chuhaijiang_product_search.py |
POST /api/v1/tools/research/chuhaijiang/products/search |
upload_image.py |
POST /api/skill-asset/presign → presigned PUT → POST /api/skill-asset/confirm |
Authentication and safety
- Set
NEXSCOPE_PROXY_BASE and NEXSCOPE_API_KEY. Send the NexScope key as Authorization: Bearer <key>.
- No marketplace account authorization is required; these operations read public-market data.
- Provider credentials and upstream tokens remain backend-owned. Never accept, print, or persist them.
- Treat HTTP 401 as NexScope authentication failure and HTTP 402 as insufficient NexScope credits.
- Do not substitute another account, market, region, creator, product, or operation after an authorization or ambiguous network failure.
- This operation consumes credits. Preserve
X-Cost-Token and X-Cost-Credit from response headers as server-reported billing metadata.
Workflow
- Identify the exact operation, market/account context, filters, dates, pagination, and requested output.
- Validate required fields, types, enums, ranges, and operation-specific limits against
references/api.md before any request.
- Explain that additional pages, markets, or operations may consume more credits and obtain approval before a paid call.
- Run only the selected entry script, for example:
python scripts/chuhaijiang_product_detail.py '<JSON parameters>' --no-cache when the script supports that flag.
- Preserve the full response under
nexscope/<date>/<session>/data; return a concise summary and the saved path.
- On an ambiguous timeout or upstream failure, do not retry automatically. Report the trace ID and reconcile state first.
Output rules
- Distinguish the NexScope transport envelope from the nested business response.
- Report only returned facts. Preserve absent values as unknown and keep provider-specific metric definitions intact.
- Never expose API keys, provider tokens, presigned URL query strings, internal account records, or raw secrets.
- Do not submit feedback or make any unrelated external mutation unless the user explicitly requests it.
Authentication
Set the NEXSCOPE_API_KEY environment variable. If credentials are missing or expire, visit https://www.nexscope.ai/help/skills-external-access?co-from=skillNS to top up credits.
1---2name: ecommerce-chuhaijiang-tiktok-product3description: Research public TikTok Shop products and related market entities through Chuhaijiang and NexScope.4---56# Chuhaijiang TikTok Product Intelligence78## Scope910Product search and detail, related creators, livestreams, videos and reviews, product rankings, and image-based similar-product discovery.1112Public-market intelligence only. It does not access seller-console product management, orders, fulfillment, advertising accounts, or content publishing.1314Read [references/api.md](references/api.md) for the authoritative source-derived request and response contract.1516## Operations1718| Script | NexScope route |19|---|---|20| `chuhaijiang_product_detail.py` | `POST /api/v1/tools/research/chuhaijiang/products/detail` |21| `chuhaijiang_product_image_search.py` | `POST /api/v1/tools/research/chuhaijiang/products/image-search` |22| `chuhaijiang_product_rank_most_promoted.py` | `POST /api/v1/tools/research/chuhaijiang/products/rankings/most-promoted` |23| `chuhaijiang_product_rank_new_arrivals.py` | `POST /api/v1/tools/research/chuhaijiang/products/rankings/new-arrivals` |24| `chuhaijiang_product_rank_top_selling.py` | `POST /api/v1/tools/research/chuhaijiang/products/rankings/top-selling` |25| `chuhaijiang_product_related_creators.py` | `POST /api/v1/tools/research/chuhaijiang/products/related-creators` |26| `chuhaijiang_product_related_lives.py` | `POST /api/v1/tools/research/chuhaijiang/products/related-lives` |27| `chuhaijiang_product_related_videos.py` | `POST /api/v1/tools/research/chuhaijiang/products/related-videos` |28| `chuhaijiang_product_reviews.py` | `POST /api/v1/tools/research/chuhaijiang/products/reviews` |29| `chuhaijiang_product_search.py` | `POST /api/v1/tools/research/chuhaijiang/products/search` |30| `upload_image.py` | `POST /api/skill-asset/presign` → presigned `PUT` → `POST /api/skill-asset/confirm` |3132## Authentication and safety3334- Set `NEXSCOPE_PROXY_BASE` and `NEXSCOPE_API_KEY`. Send the NexScope key as `Authorization: Bearer <key>`.35- No marketplace account authorization is required; these operations read public-market data.36- Provider credentials and upstream tokens remain backend-owned. Never accept, print, or persist them.37- Treat HTTP 401 as NexScope authentication failure and HTTP 402 as insufficient NexScope credits.38- Do not substitute another account, market, region, creator, product, or operation after an authorization or ambiguous network failure.39- This operation consumes credits. Preserve `X-Cost-Token` and `X-Cost-Credit` from response headers as server-reported billing metadata.4041## Workflow42431. Identify the exact operation, market/account context, filters, dates, pagination, and requested output.442. Validate required fields, types, enums, ranges, and operation-specific limits against `references/api.md` before any request.453. Explain that additional pages, markets, or operations may consume more credits and obtain approval before a paid call.464. Run only the selected entry script, for example: `python scripts/chuhaijiang_product_detail.py '<JSON parameters>' --no-cache` when the script supports that flag.475. Preserve the full response under `nexscope/<date>/<session>/data`; return a concise summary and the saved path.486. On an ambiguous timeout or upstream failure, do not retry automatically. Report the trace ID and reconcile state first.4950## Output rules5152- Distinguish the NexScope transport envelope from the nested business response.53- Report only returned facts. Preserve absent values as unknown and keep provider-specific metric definitions intact.54- Never expose API keys, provider tokens, presigned URL query strings, internal account records, or raw secrets.55- Do not submit feedback or make any unrelated external mutation unless the user explicitly requests it.565758## Authentication5960Set the `NEXSCOPE_API_KEY` environment variable. If credentials are missing or expire, visit [https://www.nexscope.ai/help/skills-external-access?co-from=skillNS](https://www.nexscope.ai/help/skills-external-access?co-from=skillNS) to top up credits.