Features
Scrape
Extract content from any webpage with browser automation and AI processing.
Crawl
Crawl entire websites and extract structured data from every page.
Base URL
All API requests use this base URL:Authentication
Include your API key in thex-api-key header:
Response Codes
| Code | Meaning | What it indicates |
|---|---|---|
200 | OK | Request completed successfully |
202 | Accepted | Job queued. Poll the status endpoint for results |
400 | Bad Request | Missing or invalid parameters in the request body |
401 | Unauthorized | API key is missing, invalid, or expired |
403 | Forbidden | Credits exhausted or plan limit reached |
404 | Not Found | The job or resource does not exist |
429 | Too Many Requests | Rate limit hit. Wait and retry with backoff |
500 | Server Error | Something went wrong on our end |

