Web Endpoints
Crawl Status
Get the status and results of a crawl by job ID.
GET
Documentation Index
Fetch the complete documentation index at: https://docs.supadata.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Path Parameters
The crawl job ID
Query Parameters
Required range:
x >= 0Response
Successfully retrieved crawl status
The status of the crawl job
Available options:
scraping, completed, failed, cancelled Example:
"completed"
List of pages that were crawled (only present when status is completed)
URL for fetching the next page of results
Example:
"https://api.supadata.ai/v1/crawl/123e4567-e89b-12d3-a456-426614174000?skip=1"