Shopee-Scraper-Indonesia
## Shopee Indonesia Product Scraper Scrape real-time product data from Shopee Indonesia without managing browsers, proxies, or cookies yourself. --- ## How It Works This API uses an async task pattern: 1. Submit a scraping task → get a `task_id` 2. Poll `GET /scrape/result/{task_id}` until status is `done` 3. Retrieve your structured product data --- ## Scraping Modes | Mode | Description |…
Shopee-Scraper-Indonesia endpoints
| Method | Endpoint | Description |
|---|---|---|
| System | ||
| GET |
healthCheck /health |
Check the operational status of all services (API server, database, and job queue). Use this endpoint to verify the API is reachable before submitting scrape tasks. **No… |
| Scraper | ||
| POST |
submitTaskByProductUrl /scrape/async |
Scrape a specific Shopee product page by URL. ### Request Body | Field | Type | Required | Description | |-------|------|----------|-------------| | `mode` | string | ✅ | Must be… |
| GET |
getResultByTaskId /scrape/result/{task_id} |
Poll the status and retrieve the result of a previously submitted scrape task. Call this endpoint repeatedly after submitting a task. The `task_id` is auto-populated from the… |
| POST |
submitTaskByKeyword /scrape/async |
Submit a keyword-based product search scraping task. ### Request Body | Field | Type | Required | Description | |-------|------|----------|-------------| | `mode` | string | ✅ |… |
| POST |
submitTaskByShopId /scrape/async |
Scrape all products from a specific Shopee shop by Shop ID. ### Request Body | Field | Type | Required | Description | |-------|------|----------|-------------| | `mode` | string… |
Shopee-Scraper-Indonesia pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $12 / month | 3 / second |
|
| ULTRA | $59 / month | 10 / second |
|
| MEGA | $99 / month | 10 / second |
|