Trends
/v1/china/trends
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
Developer Docs
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.
No API key required. Core API access is payment-gated via x402. No API key is required unless a future route explicitly states otherwise.
Minimal Paid Request
bash
curl "https://api.chinamarketing.ai/v1/china/trends?keyword=outbound%20travel&platform=red&timeframe=30d" \
-H "x402-payment: <payment_proof>" Successful Response
json
{
"success": true,
"data": {
"keyword": "outbound travel",
"platform": "red",
"summary": {
"momentum": "rising",
"confidence": 0.74,
"themes": ["visa-free travel", "short-haul luxury", "Japan itineraries"]
}
},
"meta": {
"request_id": "req_demo",
"generated_at": "2026-04-10T12:00:00Z",
"pipeline_version": "v1"
},
"pricing": {
"amount_usd": "0.08",
"payment_status": "paid"
}
} Errors
402 payment_requiredmeta.request_id for debuggingSuccessful 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.
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.
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"
}
} China intelligence
Starting from $0.08. Use the anchors below for direct links to individual routes.
Example: trends request · Request
bash
curl "https://api.chinamarketing.ai/v1/china/trends?keyword=outbound%20travel&platform=red&timeframe=30d" \
-H "x402-payment: <payment_proof>" Example: trends request · Response
json
{
"success": true,
"data": {
"keyword": "outbound travel",
"platform": "red",
"summary": {
"momentum": "rising",
"confidence": 0.74,
"themes": ["visa-free travel", "short-haul luxury", "Japan itineraries"]
},
"evidence_mode": "proxy"
},
"meta": {
"request_id": "req_demo",
"generated_at": "2026-04-10T12:00:00Z",
"pipeline_version": "v1"
},
"pricing": {
"amount_usd": "0.08",
"payment_status": "paid"
}
} /v1/china/trends
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
/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
/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
/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
/v1/china/sentiment
Localized narrative and sentiment framing for brands, destinations, products, and topics.
Best for: Narrative framing
/v1/china/kols
Focused KOL and KOC shortlists with fit scoring, engagement-quality estimates, and recommendation summaries.
Best for: Shortlist generation
Weekly signal snapshots
Starting from $0.18. Use the anchors below for direct links to individual routes.
Example: brand snapshot request · Request
bash
curl "https://api.chinamarketing.ai/v1/signals/brands/lululemon/snapshot?category=athleisure&week_start=2026-03-30" \
-H "x402-payment: <payment_proof>" Example: brand snapshot request · Response
json
{
"success": true,
"data": {
"brand_name": "lululemon",
"brand_slug": "lululemon",
"category": "athleisure",
"visibility_score": 68,
"rank_positions": {
"brand_visibility": 3,
"brand_seeding": 5
},
"summary": "lululemon holds visible weekly momentum across athleisure ranking signals.",
"snapshot_week": "2026-03-30 to 2026-04-05",
"week_start": "2026-03-30",
"week_end": "2026-04-05",
"freshness": "weekly_manual"
},
"meta": {
"request_id": "req_demo",
"generated_at": "2026-04-10T08:28:31Z",
"pipeline_version": "v1"
},
"pricing": {
"amount_usd": "0.40",
"payment_status": "paid"
}
} /v1/signals/creators/rankings
Weekly creator rankings for a supported category and rank type, suitable for monitoring breakout presence and creator momentum.
Best for: Monitoring creator momentum
/v1/signals/topics/rankings
Weekly topic rankings for a supported category and topic rank type, returning a structured snapshot of emerging or high-volume themes.
Best for: Tracking theme visibility
/v1/signals/brands/rankings
Weekly brand rankings for a supported category and brand rank type, deduped to one brand-level row per response item.
Best for: Competitive visibility checks
/v1/signals/brands/:brand_slug/snapshot
Derived weekly brand snapshot for a category, including visibility scoring, contributing rank positions, and freshness metadata.
Best for: Weekly competitive checks
Example path: /v1/signals/brands/lululemon/snapshot?category=athleisure
/v1/signals/categories/:category_slug/snapshot
Weekly category overview that blends top creators, topics, and brands for the latest or requested published release.
Best for: Category-level weekly overviews
Example path: /v1/signals/categories/beauty/snapshot?week_start=2026-03-30
Destination spend data
Starting from $0.03. Use the anchors below for direct links to individual routes.
Example: spend summary request · Request
bash
curl "https://api.chinamarketing.ai/v1/market-data/spend/summary?country=Japan&month=2026-02" \
-H "x402-payment: <payment_proof>" Example: spend summary request · Response
json
{
"success": true,
"data": {
"country": "Japan",
"source_month": "2026-02",
"summary": {
"total_cards": 18422,
"estimated_average_luxury_spend_cny": 6421.5,
"estimated_average_accommodation_spend_cny": 3180.2
}
},
"meta": {
"request_id": "req_demo",
"generated_at": "2026-04-10T12:00:00Z",
"pipeline_version": "v1"
},
"pricing": {
"amount_usd": "0.10",
"payment_status": "paid"
}
} /v1/market-data/spend/months
List the available source months for the destination spend dataset.
Best for: Dataset freshness checks
/v1/market-data/spend/countries
List supported countries in the spend dataset, optionally scoped to a specific month.
Best for: Country availability checks
/v1/market-data/spend/summary
Latest or month-specific destination spend summary for a country, including key metrics, breakdown highlights, and data-quality context.
Best for: Country-level market sizing
/v1/market-data/spend/trends
Country-level destination spend trend pack for downstream planning and prioritization.
Best for: Tracking market direction
/v1/market-data/spend/series
Time series for a supported destination spend metric such as total cards or selected average spend measures.
Best for: Time-series modeling
Flight-arrivals data
Starting from $0.03. Use the anchors below for direct links to individual routes.
Example: flight aggregate request · Request
bash
curl "https://api.chinamarketing.ai/v1/market-data/flights/aggregate?destinations=Tokyo,Osaka&label=Japan%20Core" \
-H "x402-payment: <payment_proof>" Example: flight aggregate request · Response
json
{
"success": true,
"data": {
"label": "Japan Core",
"destinations": ["Tokyo", "Osaka"],
"summary": {
"estimated_passengers": 286400,
"top_origin_city": "Shanghai",
"growth_direction": "up"
}
},
"meta": {
"request_id": "req_demo",
"generated_at": "2026-04-10T12:00:00Z",
"pipeline_version": "v1"
},
"pricing": {
"amount_usd": "0.16",
"payment_status": "paid"
}
} /v1/market-data/flights/months
List the available source months for the flight-arrivals dataset.
Best for: Dataset freshness checks
/v1/market-data/flights/summary
Latest or month-specific destination flight summary with route, seat, passenger, and concentration metrics.
Best for: Destination prioritization
/v1/market-data/flights/trend
Monthly scheduled-flight trend series for a destination.
Best for: Capacity trend tracking
/v1/market-data/flights/top-routes
Top departure cities feeding a destination in a given month.
Best for: Route mix analysis
/v1/market-data/flights/ranking
Destination ranking by estimated passengers for a given or latest month.
Best for: Destination prioritization
/v1/market-data/flights/growth
Fastest-growing destinations by month-over-month passenger trend.
Best for: Growth scouting
/v1/market-data/flights/aggregate
Aggregate multiple destinations into one destination-cluster summary for route planning or market grouping.
Best for: Cluster planning
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 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.