dart_web_scraper 0.0.14
dart_web_scraper: ^0.0.14 copied to clipboard
Easy-to-use, reusable web scraper for scraping data. Extracts and cleans HTML/JSON, providing structured data results from web scraping. Ideal for scrapers looking for efficient ways to scrape and pro [...]
0.0.14 #
- Add
isUrlSupportedmethod toWebScraper.
0.0.13 #
- Remove dependency on
collectionpackage.
0.0.12 #
- Update
README.mdfile.
0.0.11 #
- Print parser debug information with
Parser.id.
0.0.10 #
- Fix
queryParametersbug.
0.0.9 #
- Support header forwarding for ScrapingBee requests.
0.0.8 #
- POST requests can now use
proxyUrl
0.0.7 #
- Update
Readme.mdfile.
0.0.6 #
- Rename
SpidertoWebScraper.
0.0.5 #
- Add badges to the
README.mdfile.
0.0.4 #
- The package description was too short.
0.0.3 #
- First version of the package.