Curriculum
Lessons
Four self-contained lessons. Each page: an intro, a parameter reference, and copy-ready code samples in seven languages.
01
Getting Started
The base endpoint, your API key, and the one URL parameter that does the work.
02
GET Requests
Encoding, useful parameters, and how to read the response body.
03
POST Requests
Forward form-encoded or JSON bodies to any target endpoint.
04
Best Practices
Timeouts, retries, concurrency, and status codes — habits that make scraping reliable.