Get Crawled Pages
Crawl Endpoints
Get Crawled Pages
Retrieve all pages from a completed crawl job, including extracted data and signed URLs to the raw HTML and markdown files.
GET
Get Crawled Pages
Returns every page processed by a crawl job. Call this once the job status is
The
What
completed.
Each page record includes the extracted content in data, plus signed URLs to the original HTML snapshot and markdown version stored by Spidra.
Example Request
Response Fields
Example Response
The data Field
What data contains depends on how you configured the job:
- With
transformInstruction—datais whatever the AI extracted based on your prompt. It could be a string, an object, or structured JSON depending on what you asked for. - With
schema—datais a JSON object matching the schema you defined, with all fields present. - With neither —
datais the raw page markdown. No AI was involved and no token credits were charged. ThehtmlandmarkdownURLs point to the same content in its original format.
Handling Failed Pages
Pages withstatus: "failed" still appear in the response. The error_message explains what went wrong. To re-run extraction on a failed page without re-crawling the site, use the extract endpoint.

