CrawlAPI
## CrawlAPI — Web Scraping for AI Agents Convert any URL into clean markdown and structured data. Built specifically for AI agent frameworks that need reliable web browsing. ### Endpoints - **POST /v1/scrape** — Scrape a single URL → markdown, metadata, links - **POST /v1/batch** — Scrape up to 10 URLs in parallel - **POST /v1/search** — Google search → scrape top results ### Why CrawlAPI? -…
CrawlAPI endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Scrape URL /v1/scrape |
Convert any URL to clean markdown and structured metadata. Renders JavaScript via headless Chrome. |
| POST |
Batch Scrape /v1/batch |
Scrape up to 10 URLs in parallel. Returns markdown and metadata for each URL. |
| POST |
Search and Scrape /v1/search |
Search Google and scrape the top results. Returns markdown and metadata for each result page. |