Extract content from a list of links recursively
Parameter | Type | Description |
---|---|---|
Start URLs | Array[String] | Initial URLs to scrape |
Link Selector | String | CSS selector for finding links |
Content Selectors | Object | Selectors for content extraction |
Max Depth | Number | Maximum crawl depth |
Follow Rules | Object | Rules for following links |