Crawling
Start a new crawling session
Initiates a crawling session with the specified URL and optional filters for paths.
POST
Authorizations
Headers
API key for authentication
Body
application/json
URL to start crawling
List of path patterns to include in the crawl
List of path patterns to exclude from the crawl
Maximum time for crawling in milliseconds
Example:
"1800000 - default 30 minutes"
Maximum depth to traverse during the crawl
Example:
10
Maximum number of pages to crawl
Example:
1000
Set this flag to true when you want the crawler to stay on the same exact domain, not going to subdomains
Example:
true
country flag code to assign to proxy configuration to navigate behind the proxy
Example:
"DE"