Skip to main content
GET
Download Crawl Results as ZIP
Downloads a ZIP archive of all successfully crawled pages from a completed job. Each page is saved as one or more files inside the archive, organized by hostname and path. Use the include parameter to control which content types are bundled in the ZIP.

Content Types

If you omit the include parameter, all three types are included by default.

Example Requests

ZIP Archive Structure

When a single content type is requested, files are placed at the root of the archive with appropriate extensions:
When multiple content types are requested, each page gets its own folder:

Response

The response is a binary ZIP file with the following headers:
Only pages with status: "success" are included in the download. If no successful pages exist, the API returns a 404 error.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

jobId
string
required

The ID of the completed crawl job to download

Query Parameters

include
string

Comma-separated list of content types to include in the ZIP. Accepted values: html, markdown, data. Defaults to all three. Example: include=data,markdown

Response

ZIP archive containing the crawl results

The response is of type file.