Skip to content

Crawl requests and candidates

Péter Bencze edited this page May 31, 2019 · 3 revisions

Crawl requests

Crawl requests are used to specify which URLs the crawler should visit.

Create an instance

Use:

The priority determines the order in which requests are processed. Requests with higher priority will be processed earlier. Negative values represent low priority.

This data can later be retrieved in the callbacks.

Crawl candidates

Crawl candidates represent crawl requests which have been processed by the crawler.