Crate reqwest_scraper

Source
Expand description

reqwest-scraper

Modules§

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

Macros§

include_http

Structs§

Response
A Response to a submitted Request.

Traits§

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

Derive Macros§

FromCssSelector
FromXPath