ByteKit Docs
ByteKitIntroductionQuickstart
MCP Server
API Reference
Health
Account
Screenshots
Scrape
POST /v1/scrapeScrape a URLGET /v1/scrape/{id}Get scrape result
Scrape Bulk
Fetch
Fetch Bulk
Bulk
Monitors
Sitemap
Plans
Schema
Search
Usage
Webhooks
ByteKit Docs
API Reference

Scrape

Scrape API — endpoints, requests, and responses.

The Scrape API. 2 endpoints:

Scrape a URL

POST /v1/scrape

Get scrape result

GET /v1/scrape/:id

GET /v1/screenshots/{id}Get screenshot status

Previous Page

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.