Crawl Tool

The Crawl tool is used to get all links from a webpage according to a selector and create download tasks for them for further processing with notifications on retries.

Arguments

Name Type Description
task DownloadTask Required. A task from the previous Start or Crawl tool response
selector String Required. A valid CSS or XPATH selector.
attributeName String Optional. Attribute name to get data from. Use val to get inner text. Default value: href

DownloadTask

Name Type Description
Id String Required. Task Id
Url String Required. Page URL

Return Type

Array of DownloadTask

Please rotate your device to landscape mode

This documentation is specifically designed with a wider layout to provide a better reading experience for code examples, tables, and diagrams.
Rotating your device horizontally ensures you can see everything clearly without excessive scrolling or resizing.

Return to Web Data Source Home