RAW PACK
Bounded native platform operations
Use explicitly granted, priced native operations with a per-call budget.
Discover allowed operations
Grant Raw on your Key and add packs=raw for MCP. Call capabilities for the chosen platform and use one of its raw_operations names. Missing names do not grant permission to guess another operation. These operations read supported public data.
Set a budget for one operation
Call raw with platform, operation, params and a positive max_cost in credits. max_cost cannot exceed 1,000,000. Unknown parameters, arbitrary endpoints, credentials and unsupported identities are rejected. HTTP GET and POST require Idempotency-Key; GET encodes params as JSON.
Inputs are limited to 8 KiB. Each accepted call makes one fixed supplier request. Check the operation's exact input schema in OpenAPI and its price below. Successful and confirmed empty results are billed; failures cost zero. Replaying the same logical request adds no charge or supplier request.
{
"platform": "bilibili",
"operation": "video_parts",
"params": {
"video": "PASTE_PUBLIC_BV_ID"
},
"max_cost": 0.2
}Read the native fields and limits
A successful response returns one item containing platform_extra.raw and semantic_guarantee=native_fields_only. Names, units and relative times keep their source meaning. source_unknown marks optional nulls; it does not mean zero. Required missing or null business data fails free.
Outputs select only documented business fields. Text is limited to 2,000 characters per leaf and truncated_fields marks summaries. The result must fit 64 KiB; oversized lists and objects fail explicitly. There are no media downloads or private-content operations. Calls have an 8-second execution budget; WeChat related uses 25 seconds.
Continue one page at a time
For operations with pagination, pass page.cursor inside params.cursor and keep the original business parameters. Every page has its own call price and logical request. Cursors are encrypted, bound to the workspace, platform, operation and parameters, expire after 30 minutes and stop at 250 pages. A repeated page or inconsistent source cursor fails free; no automatic pagination runs.
Native operation prices
Price version: standard-2026-09-08-12ebeeeacfa39f97. These are gateway call prices.
| Platform | Operation | Credits |
|---|---|---|
| Xiaohongshu | favorites | 1.5 |
| Douyin | video_stats | 0.2 |
| Douyin | related | 0.2 |
highlights | Paused · 0 charged | |
active_subs | Paused · 0 charged | |
trophies | 0.2 | |
article_stats | 1.5 | |
related | 1.5 | |
reactions | 0.2 | |
reposts | 0.2 | |
| Bilibili | video_parts | 0.2 |
| Bilibili | collections | 0.2 |
| Bilibili | dynamics | 0.2 |
| Bilibili | creator_stats | Paused · 0 charged |
| Zhihu | column_articles | 0.2 |
| Zhihu | pins | 0.2 |
| YouTube | community_posts | 0.2 |
| YouTube | related | 0.2 |