Download the results of a completed crawl job as a ZIP archive containing HTML, markdown, and extracted data files.
include parameter to control which content types are bundled in the ZIP.
| Value | What is included |
|---|---|
html | Raw HTML file for each page |
markdown | Markdown version of each page |
data | AI-extracted data in JSON, CSV, or Markdown format (format is auto-detected from your transformInstruction) |
include parameter, all three types are included by default.
| Header | Value |
|---|---|
Content-Type | application/zip |
Content-Disposition | attachment; filename=crawl-{jobId}.zip |
status: "success" are included in the download. If no successful pages exist, the API returns a 404 error.The ID of the completed crawl job to download
Comma-separated list of content types to include in the ZIP. Accepted values: html, markdown, data. Defaults to all three. Example: include=data,markdown
ZIP archive containing the crawl results
The response is of type file.