CrawlShift
## CrawlShift — Intelligent Web Scraping API CrawlShift is a production-ready web scraping API that handles the hard parts of data extraction: ### Key Features - **JavaScript Rendering** — Full Chromium browser renders SPAs, dynamic content, and lazy-loaded elements - **Stealth Mode** — Built-in anti-bot detection bypass (Cloudflare, DataDome, PerimeterX) - **Multiple Output Formats** — Get data…
CrawlShift endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Scrape URL /v1/scrape |
Scrape a single URL and extract its content as HTML, Markdown, or plain text. Supports JavaScript rendering, stealth mode for anti-bot bypass, and custom wait strategies. |
| POST |
Batch Scrape URLs /v1/scrape/batch |
Scrape up to 10 URLs concurrently in a single API call. Returns individual results for each URL with content, metadata, and error details. |