Chuhaijiang TikTok Live Intelligence
Scope
Livestream search, livestream detail, and related-product drill-down with GMV, GPM, OPM, audience, and sales metrics.
Public-market intelligence only. It does not control livestreams or access seller operations.
Read references/api.md for the authoritative source-derived request and response contract.
Operations
| Script |
NexScope route |
chuhaijiang_live_detail.py |
POST /api/v1/tools/research/chuhaijiang/lives/detail |
chuhaijiang_live_related_products.py |
POST /api/v1/tools/research/chuhaijiang/lives/related-products |
chuhaijiang_live_search.py |
POST /api/v1/tools/research/chuhaijiang/lives/search |
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_live_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-live3description: Research public TikTok commerce livestreams through Chuhaijiang and NexScope.4---56# Chuhaijiang TikTok Live Intelligence78## Scope910Livestream search, livestream detail, and related-product drill-down with GMV, GPM, OPM, audience, and sales metrics.1112Public-market intelligence only. It does not control livestreams or access seller operations.1314Read [references/api.md](references/api.md) for the authoritative source-derived request and response contract.1516## Operations1718| Script | NexScope route |19|---|---|20| `chuhaijiang_live_detail.py` | `POST /api/v1/tools/research/chuhaijiang/lives/detail` |21| `chuhaijiang_live_related_products.py` | `POST /api/v1/tools/research/chuhaijiang/lives/related-products` |22| `chuhaijiang_live_search.py` | `POST /api/v1/tools/research/chuhaijiang/lives/search` |2324## Authentication and safety2526- Set `NEXSCOPE_PROXY_BASE` and `NEXSCOPE_API_KEY`. Send the NexScope key as `Authorization: Bearer <key>`.27- No marketplace account authorization is required; these operations read public-market data.28- Provider credentials and upstream tokens remain backend-owned. Never accept, print, or persist them.29- Treat HTTP 401 as NexScope authentication failure and HTTP 402 as insufficient NexScope credits.30- Do not substitute another account, market, region, creator, product, or operation after an authorization or ambiguous network failure.31- This operation consumes credits. Preserve `X-Cost-Token` and `X-Cost-Credit` from response headers as server-reported billing metadata.3233## Workflow34351. Identify the exact operation, market/account context, filters, dates, pagination, and requested output.362. Validate required fields, types, enums, ranges, and operation-specific limits against `references/api.md` before any request.373. Explain that additional pages, markets, or operations may consume more credits and obtain approval before a paid call.384. Run only the selected entry script, for example: `python scripts/chuhaijiang_live_detail.py '<JSON parameters>' --no-cache` when the script supports that flag.395. Preserve the full response under `nexscope/<date>/<session>/data`; return a concise summary and the saved path.406. On an ambiguous timeout or upstream failure, do not retry automatically. Report the trace ID and reconcile state first.4142## Output rules4344- Distinguish the NexScope transport envelope from the nested business response.45- Report only returned facts. Preserve absent values as unknown and keep provider-specific metric definitions intact.46- Never expose API keys, provider tokens, presigned URL query strings, internal account records, or raw secrets.47- Do not submit feedback or make any unrelated external mutation unless the user explicitly requests it.484950## Authentication5152Set 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.