POST /v1/read, handle async job polling, parse the envelope contract, and throw typed errors.
Available SDKs
Quick comparison
kind: "scrape" for single-URL requests, kind: "job" for batches and crawls. The SDK auto-polls async jobs to completion and collects all paginated results before returning.
Features
Error handling
Errors from the API are parsed into specific exception subclasses so you can branch on the error type rather than HTTP status:Next
- JavaScript SDK: installation and full API reference
- Python SDK: installation and full API reference

