Job Lifecycle
Job Creation
{
"api_key": "<YOUR API KEY>",
"start_url": "https://www.zillow.com/homes/44269_rid/",
"max_depth": 5,
"crawl_budget": 50,
"url_regexp_include": ".*", //Use .* to crawl all pages on the site.
"url_regexp_exclude": ".*/product/.*", //Optional parameter. Leave empty to include all pages on the site.
"api_params": {
"country_code": "us"
},
"callback": {
"type": "webhook",
"url": "<YOUR CALLBACK WEBHOOK URL>"
},
"enabled": true,
"schedule": {
"name": "NAME_OF_CRAWLER", // Name of the crawler.
"interval": "once" //once, hourly, daily, weekly, monthly.
}
}Control Properties
Job Management
Starting a Job
Cancelling a Job
Job States
Job Summary
Last updated

