Crawl Web
block is designed to systematically explore websites and extract (nested) links for various purposes, such as analysis, SEO enhancements, or competitive research.
I/O | Feature | Type | Simple Explanation |
---|---|---|---|
input | url | string | The URL of the website you wish to crawl. |
input | depth | number | Determines how many layers deep the crawler will go; max value is 3. |
input | domain_whitelist (optional) | list | Restricts crawling to specified domains only. |
output | url_list | string[] | A collection of all URLs found during the crawl process. |
Crawl Web
block proves invaluable!