Scrap Node
The ScrapNode facilitates web scraping, allowing for configurable extraction of information from websites. It utilizes CSS selectors to target specific data for retrieval.
Inputs and Outputs
- URL: Specifies the web page URL for scraping.
- Selectors: CSS selectors used to pinpoint the data to be scraped.
- Headers: Additional headers to customize the scraping request.
Output: Delivers the scraped data from the web page.
Length: The character count of the scraped data.
Properties
URL: The target web page URL for the scraping operation.
Usage
Configure the node with the necessary URL, optional selectors, and headers. Activate the node to commence scraping. The node outputs both the result of the scrape and the data length.