API ReferenceWeb

Crawl Website

View as Markdown

BFS crawl from start_url, bounded by max_pages + max_depth.

Authentication

AuthorizationBearer
Your API key, sent as a Bearer token.

Request

This endpoint expects an object.
start_urlstringRequired
max_pagesintegerOptional1-200Defaults to 20
max_depthintegerOptional0-5Defaults to 2
same_host_onlybooleanOptionalDefaults to true
include_patternslist of strings or nullOptional
exclude_patternslist of strings or nullOptional

Response

Successful Response

Errors

422
Unprocessable Entity Error