Crate flipkart_scraper

source ·
Expand description

Scrape flipkart product details and search results.

ProductDetails can fetch details from product’s URL and ProductSearch can search a product from a given search query from Flipkart.

Feature Flags:

  • serde: Enables serde support for the structs. (default)
  • fetch: Enables fetching product details from the URL.
  • wasm_parser: Enables parsing the HTML Body parsing for nodejs by building wasm build for the parser API.

Re-exports§

Modules§

Structs§

  • A parsed URL record.