Prerequisites
Pick the target site
Choose the scraper endpoint
Build the request
Pick run mode: /scrape vs /trigger
Mode | Path | Behaviour | Good For |
---|---|---|---|
Sync | /scrape | Return the data as a response to the API call in real time. This endpoint has a 1-minute timeout, If it runs longer it auto-switches to async. | Quick and light jobs with results in real time. |
Async | /trigger | Returns snapshot_id instantly; you poll /snapshots/{id} or wait for the results in your logs/webhook/storage . | Production & large jobs |
Copy the Code
Monitor & Retrieve Results
{snapshot_id, status, result_url}
payload.