Get scrape result
Always returns 200. Check the `status` discriminator for the scrape state.
Authorization
AuthorizationRequiredBearer <token>API key. Manage keys from the dashboard at app.bytekit.com.
In: header
Path Parameters
idRequiredstringPattern:
"^sc_"Scrape state (queued, success, or failed).
POST /v1/scrapeScrape a URL
Fetches and processes a URL, returning content in one or more formats wrapped in a ScrapeEnvelope. Most requests return synchronously in under a second; requests needing a full page render return HTTP 202 and complete asynchronously.
Scrape Bulk
Scrape Bulk API — endpoints, requests, and responses.