WX MovieBox Scraper Proxy
A zero-buffer media proxy & concurrent scaper designed for seamless Movie and TV Series link scraping, high-speed TMDB-to-MovieBox mapping, and instant multilingual audio stream resolution.
API Scraper Tester
Select the content type, enter a valid TMDB ID, and click Send Request to retrieve raw streaming endpoints, metadata, and proxy links instantly.
Execute a query to see real-time JSON response and stream sources.
Core Engine Capabilities
Concurrent Dubs
Scrapes multiple audio track languages (English, Hindi, Spanish, Tamil, French, etc.) simultaneously via edge concurrent routing.
Ultra Low Latency
Built as Cloudflare Pages Functions compiled on the V8 Engine. Responses average under 100ms when cached in KV storage.
Seamless Streaming
Proxy features byte-range support, CORS headers, and fully transparent 403 Forbidden link correction.
Auto Link Refresh
Keeps streams completely alive. When CDN links expire, the proxy fetches refreshed addresses dynamically.
Developer API Documentation
Integrate raw video links and multilingual audio tracks seamlessly into your web, mobile, or smart TV application using these clean endpoints.
| Parameter | Type | Required | Description |
|---|---|---|---|
| id | string | Yes | Standard Movie TMDB ID (e.g., 299534) |
| Parameter | Type | Required | Description |
|---|---|---|---|
| id | string | Yes | Standard Series TMDB ID (e.g., 127529) |
| season | number | No | Season index (Defaults to 1) |
| episode | number | No | Episode index (Defaults to 1) |
| Parameter | Type | Required | Description |
|---|---|---|---|
| id | string | Yes | TMDB Content ID |
| type | string | No | Content type: movie or series (Defaults to movie) |
| season | number | No | Season index (required if series) |
| episode | number | No | Episode index (required if series) |
| Parameter | Type | Required | Description |
|---|---|---|---|
| url | string | Yes | The raw streaming CDN URL (URL encoded) |
| sid | string | No | The subject ID (for auto-link refreshed callbacks) |
| slug | string | No | The detail path slug (for auto-link refreshed callbacks) |