Trigger a review scraping job for an ASIN
| Header | Value | Required |
|---|---|---|
| Authorization | Bearer YOUR_API_KEY | Yes |
| Content-Type | application/json | Yes |
| Field | Type | Required | Description |
|---|---|---|---|
| asin | string | Yes | Amazon ASIN (10 alphanumeric characters) |
| marketplace | string | No | Amazon marketplace (defaults to amazon.de if omitted) |
| Field | Type | Description |
|---|---|---|
| jobId | number | Unique job ID (use to poll status) |
| asin | string | The ASIN being processed |
| status | string | Always queued for new jobs |
| message | string | Human-readable confirmation |
| estimatedCompletionSeconds | number | Typical completion time (~60 seconds) |
| Status | Error | Cause | Solution |
|---|---|---|---|
| 400 | Invalid ASIN format | ASIN not 10 alphanumeric characters | Verify ASIN format |
| 401 | Invalid API key | Key doesn’t exist or was revoked | Check your API key |
| 402 | Monthly quota exceeded | Used all refresh jobs for the month | Wait for reset or upgrade plan |
| 403 | Marketplace not authorized | Store doesn’t have marketplace access | Add marketplace in dashboard |
| 429 | Rate limit exceeded | Too many requests per minute | Wait 60 seconds |
| 429 | Too many concurrent jobs | Concurrent job limit reached | Wait for a job to complete |
| 429 | ASIN cooldown active | ASIN was refreshed recently | Wait for cooldown (24h for Free) |
| 500 | service_error | Temporary backend/service issue | Retry after a short delay |
GET /reviews to fetch without triggering a new job.API key passed in Authorization header as Bearer token.