flipkart_product
Scrape any Flipkart product page by URL to retrieve structured data including title, pricing, specifications, images, ratings, reviews, and offers.
Instructions
Scrape any Flipkart product page by URL to retrieve title, brand, pricing, specifications, images, customer ratings, reviews, payment options, and available offers. [Credits: 5 API credits per successful request] Notes: Product identity is embedded in the url (the /p/ path segment, e.g. itm909c8202e1864). Returns: { product_results: { title, brand, brand_url, description, price, previous_price, discount, delivery_date, payment_options: { emi_available, cod_available, net_banking }, seller: { name, rating, services: [] }, highlights: [], main_image, images: [], overall_rating, ratings_count, reviews_count, specifications: { : { : value } }, reviews: [ { rating, title, comment, reviewer, helpful_count } ] } }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL of the Flipkart product page to scrape (e.g., https://www.flipkart.com/product/p/itm909c8202e1864). | |
| html | No | Return the full HTML of the Flipkart page instead of parsed JSON. (default: false) |