Crate reqwest_scraper

Source
Expand description

reqwest-scraper

Modules§

  • Select elements in HTML response using CSS selector
  • Scraping Error
  • Use JsonPath to select fields in json response
  • Evalute the value in HTML response using xpath expression

Macros§

Structs§

  • A Response to a submitted Request.

Traits§

  • Use CssSelector to extract the HTML response body into the derived struct
  • Use XPath to extract the HTML response body into the derived struct
  • Support extended traits of jsonpath, css selector, and xpath

Derive Macros§