Skip to main content
POST /crawl and POST /batch/scrape return an ID immediately. Poll the matching status endpoint with offset and limit query parameters.

Crawl

The status response includes status, total, completed, failed, page data, errors, and pagination metadata. Use DELETE /crawl/{id} to request cancellation.

Batch scrape

Batch scrape processes the submitted URLs independently and never follows links:
Use GET /batch/scrape/{id} to poll and DELETE /batch/scrape/{id} to cancel.