ScrapeThing
Scrape any website and get structured JSON back — no selectors, no parsing. Define your schema, submit URLs, receive clean data in seconds. Datacenter and residential proxies included.
ScrapeThing endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
listJobs /v1/jobs |
Returns a paginated list of all jobs submitted by the authenticated user, ordered newest-first. Use the `nextCursor` value to fetch subsequent pages. |
| POST |
submitJob /v1/jobs |
Submit one or more URLs to scrape. Returns a Job ID immediately; scraping and extraction run asynchronously. Poll `GET /v1/jobs/{jobId}` for status and results. |
| GET |
getJob /v1/jobs/{jobId} |
Returns the current status of a scraping job. When the job reaches a terminal status (`completed`, `completed_with_errors`, or `failed`), the full structured results are included… |