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§
pub use product_details::ProductDetails;pub use search::ProductSearch;
Modules§
Structs§
- Url
- A parsed URL record.