Prerequisites
Authentication is a single header on every request:Your first scrape
Send aPOST /scrape request with a target URL. This example also extracts the book
titles on the page using a CSS selector.
The response
You get structured JSON back.elapsed_ms is the billing basis; success and blocked
tell you whether the scrape is reliable.
Next steps
POST /scrape reference
Every parameter and response field.
Errors
Status codes and how to handle them.
