Magpie Scraping Service
A managed scraping API that handles large request volumes, tracks progress, and delivers merged results on demand.
1. Submit
POST /shopee/variant_sold_v1/submit
accepts up to 50,000 items per request. 1 credit per item.
2. Poll
GET /shopee/variant_sold_v1/retrieve/{job_id}
returns per-batch status and progress.
3. Download
GET /shopee/variant_sold_v1/download/{job_id}
returns a signed URL to the merged JSON.
All client endpoints require a Bearer token. Manage yours in the dashboard.