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§
Structs§
- Response
- A Response to a submitted
Request
.
Traits§
- From
CssSelector - Use CssSelector to extract the HTML response body into the derived struct
- FromX
Path - Use XPath to extract the HTML response body into the derived struct
- Scraper
Response - Support extended traits of jsonpath, css selector, and xpath