cURL
curl --request GET \ --url https://api.spidra.io/api/crawl/history \ --header 'x-api-key: <api-key>'
{ "jobs": [ { "id": "abc-123", "base_url": "https://example.com", "status": "completed", "max_pages": 10, "pages_crawled": 8, "created_at": "2025-12-17T15:00:00Z", "credits_used": 25 } ], "total": 15, "page": 1, "totalPages": 2 }
Get your past crawl jobs
x >= 1
1 <= x <= 100
Paginated list of crawl jobs
Show child attributes
Was this page helpful?