Expand description
A web scraper implementing the seedframe::loader::Loader trait.
This module provides a WebScraper struct that can fetch HTML content from a URL,
optionally filter it using CSS selectors, and publish the results at regular intervals.
Structsยง
- WebScraper
- A web scraper implementation of the
seedframe::Loadertrait.