dart_web_scraper 0.1.1 copy "dart_web_scraper: ^0.1.1" to clipboard
dart_web_scraper: ^0.1.1 copied to clipboard

Config-based, reusable web scraper for web and API scraping. Scrape multiple pages or APIs without writing parsers or scraping logic, using simple configurations for efficient scraping.

0.1.1 #

  • Add Regex support for UrlTarget's where property.

0.1.0 #

  • Breaking changes to Optional parameters.
  • Replaced AbstractOptional with Optional with named constructors.
  • Now you can pass cookies to WebScraper.scrape, WebParser.parse and Scraper.scrape, this removes predefined cookies in your config.

0.0.15 #

  • Added concurrentParsing variable to WebParser.parse and WebScraper.scrape.

0.0.14 #

  • Add isUrlSupported method to WebScraper.

0.0.13 #

  • Remove dependency on collection package.

0.0.12 #

  • Update README.md file.

0.0.11 #

  • Print parser debug information with Parser.id.

0.0.10 #

  • Fix queryParameters bug.

0.0.9 #

  • Support header forwarding for ScrapingBee requests.

0.0.8 #

  • POST requests can now use proxyUrl

0.0.7 #

  • Update Readme.md file.

0.0.6 #

  • Rename Spider to WebScraper.

0.0.5 #

  • Add badges to the README.md file.

0.0.4 #

  • The package description was too short.

0.0.3 #

  • First version of the package.
8
likes
150
pub points
63%
popularity

Publisher

verified publishersukhcha.in

Config-based, reusable web scraper for web and API scraping. Scrape multiple pages or APIs without writing parsers or scraping logic, using simple configurations for efficient scraping.

Repository (GitHub)
View/report issues

Topics

#scraping #scraper #scrape

Documentation

API reference

License

MIT (license)

Dependencies

html, http, json5, json_path, path

More

Packages that depend on dart_web_scraper