Keep payment, response, evidence, and cost behavior explicit
Payment
Current paid routes use x402 payment proof. No API key is required unless a future route explicitly states otherwise.
Response envelope
Successful responses expose structured data, request metadata, and pricing context.
Errors
Errors preserve a stable code, readable message, and request identifier for debugging.
Evidence posture
Platform parameters guide retrieval, but response contracts should disclose confidence and evidence posture where relevant.
Cost visibility
Agent and API workflows should preserve per-request cost context so automation layers can reason about budget.
API quickstart and route reference
Start with one paid request, one unpaid retry path, and one standard envelope
Use x402 payment proof in the request header, expect structured JSON on success, and treat `meta.request_id` as the debugging anchor when a request fails.
Agent workflows
Looking to build agent workflows?
Start with the capability layer to map tasks such as visibility snapshots, creator scouting, and travel movement to the right primitives.
No API key required. Core API access is payment-gated via x402. No API key is required unless a future route explicitly states otherwise.
Execution time
Dataset-backed routes usually return quickly. Live provider-backed routes can take roughly 30 to 45 seconds, so buyers should keep the connection open and use the returned artifact path instead of retrying payment.
Successful responses include `data`, `meta`, and `pricing`. Errors include a stable `error.code`, a readable `message`, and the same `meta.request_id` anchor for support and log correlation.
Weekly signals contract
Signal endpoints expose published weekly snapshots across creators, topics, brands, and categories. Rankings use `category` plus a route-specific `rank_type`, while snapshots add freshness metadata.
Evidence posture
Platform parameters steer retrieval toward the best available lane, but not every China platform is equally indexable. RED requests currently behave as RED-proxy reads unless stronger native evidence is available.
Payment Required
json
{
"success": false,
"error": {
"code": "payment_required",
"message": "Payment is required before this resource can be accessed."
},
"meta": {
"request_id": "req_demo"
}
}
Capability wrappers
Use the agent-first wrapper routes when you want one decision-ready contract per task
These additive routes keep the raw endpoint families intact while packaging the most common agent jobs into one paid call with cost, recommendation, confidence, source summary, and optional session continuity.
$0.63 orchestrated
Brand Visibility Snapshot
/v1/visibility/snapshot
Generate a China brand visibility snapshot with summary assessment, scored strengths and gaps, and priority actions.
Typical wait: about 45s. Live provider-backed visibility runs can take up to 45 seconds. Keep the request open while the system gathers trend, sentiment, and optional weekly snapshot context.
Typical wait: about 15s. Destination demand usually returns quickly. Spend context is included when the destination can be mapped cleanly to a supported market.
Typical wait: about 35s. Shortlist generation can take up to 35 seconds when provider-backed discovery is required. Keep the request open rather than retrying.
Underlying routes: /v1/china/kols
China intelligence
Trend, sentiment, and KOL routes for programmatic checks across China platform topics and narratives.
Starting from $0.08. Use the anchors below for direct links to individual routes.
Trend momentum, related keywords, themes, and content-angle summaries for a keyword or topic, with confidence tied to the strength of the retrieved evidence.
Best for: Monitoring topic momentum
keyword platform timeframe industry region lang
$0.08 Request-time analysis
Trends (Douyin)
/v1/china/trends/douyin
Douyin-specific trend discovery with a forced Douyin retrieval lane and narrower Douyin-first query shaping.
Best for: Douyin-first topic monitoring
keyword timeframe industry region lang
$0.08 Request-time analysis
Trends (WeChat)
/v1/china/trends/wechat
WeChat-specific trend discovery with a forced WeChat retrieval lane and narrower WeChat-article query shaping.
Best for: WeChat narrative checks
keyword timeframe industry region lang
$0.08 Request-time analysis
Trends (RED)
/v1/china/trends/red
RED-specific trend discovery using the current RED-proxy evidence posture with RED-focused query shaping.
Best for: RED-proxy trend discovery
keyword timeframe industry region lang
$0.15 Request-time analysis
Sentiment
/v1/china/sentiment
Localized narrative and sentiment framing for brands, destinations, products, and topics.
Best for: Narrative framing
entity platform timeframe industry lang
$0.45 Request-time analysis
KOLs
/v1/china/kols
Focused KOL and KOC shortlists with fit scoring, engagement-quality estimates, and recommendation summaries.
Best for: Shortlist generation
category platform city tier budget_band industry
Weekly signal snapshots
Published weekly rankings and snapshots for creator, topic, brand, and category visibility monitoring.
Starting from $0.18. Use the anchors below for direct links to individual routes.
List the available source months for the flight-arrivals dataset.
Best for: Dataset freshness checks
No query params
$0.10 Month-based source periods
Flight Summary
/v1/market-data/flights/summary
Latest or month-specific destination flight summary with route, seat, passenger, and concentration metrics.
Best for: Destination prioritization
destination month
$0.10 Month-based source periods
Flight Trend
/v1/market-data/flights/trend
Monthly scheduled-flight trend series for a destination.
Best for: Capacity trend tracking
destination limit
$0.10 Month-based source periods
Top Routes
/v1/market-data/flights/top-routes
Top departure cities feeding a destination in a given month.
Best for: Route mix analysis
destination month limit
$0.10 Month-based source periods
Flight Ranking
/v1/market-data/flights/ranking
Destination ranking by estimated passengers for a given or latest month.
Best for: Destination prioritization
month
$0.10 Month-based source periods
Flight Growth
/v1/market-data/flights/growth
Fastest-growing destinations by month-over-month passenger trend.
Best for: Growth scouting
month
$0.16 Month-based source periods
Flight Aggregate
/v1/market-data/flights/aggregate
Aggregate multiple destinations into one destination-cluster summary for route planning or market grouping.
Best for: Cluster planning
destinations label
Platform evidence posture
RED / Xiaohongshu
Treat current `platform=red` responses as RED-proxy evidence. The endpoint may cite open-web analysis, reports, or platform-adjacent coverage when direct RED-native indexing is not reliable enough.
WeChat
WeChat requests are routed toward Tencent-first discovery, then fall back to broader web evidence when needed.
Douyin
Douyin requests are routed toward Ark-first discovery, then broadened only if the evidence set remains too thin.