The Spidra API gives you programmatic access to web data. All endpoints share a common base URL, authentication scheme, and response format described on this page.Documentation Index
Fetch the complete documentation index at: https://docs.spidra.io/llms.txt
Use this file to discover all available pages before exploring further.
Features
Scrape
Extract content from any webpage with browser automation and AI processing.
Batch Scrape
Queue up to 50 URLs in one request and collect per-item results in parallel.
Crawl
Crawl entire websites and extract structured data from every page.
Base URL
All API requests use this base URL:Authentication
Include your API key in thex-api-key header:
Response Codes
| Code | Meaning | What it indicates |
|---|---|---|
200 | OK | Request completed successfully |
202 | Accepted | Job queued. Poll the status endpoint for results |
400 | Bad Request | Missing or invalid parameters in the request body |
401 | Unauthorized | API key is missing, invalid, or expired |
403 | Forbidden | Credits exhausted or plan limit reached |
404 | Not Found | The job or resource does not exist |
429 | Too Many Requests | Rate limit hit. Wait and retry with backoff |
500 | Server Error | Something went wrong on our end |

