Flipkart product page
Product detail page (PDP) for a Flipkart listing.
Pass the full product URL (the /…/p/<itm…>?pid=<PID> form); a bare path
works too. The pid query param selects the listing, so keep it, a URL
without it resolves to Flipkart's default listing for that product.
Returns title, brand, price/mrp/discount, rating + rating & review counts, per-parameter ratings (Camera/Battery/…), highlights, breadcrumbs, the full specification table, images, and the seller. A removed or invalid pid is a clean 404.
The example response below is real output from this endpoint, not an illustration. Long lists and long strings are shortened to keep the page readable, and each place that happens is marked. This example took 3.3s.
Authorization
ApiKeyAuth Your API key. Sent on every request.
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/v1/scrapers/flipkart-pdp-v4" \ -H "Content-Type: application/json" \ -d '{ "url": "https://www.flipkart.com/asus/p/itmd83?pid=COMHGWQYTCYV662C" }'{ "request_id": "req_8f2c1d94e7b0", "success": true, "status": { "code": "OK", "message": "Scrape completed.", "retryable": false }, "data": { "brand": "ASUS", "breadcrumbs": [ "LaptopAndDesktop", "Laptops", "… 1 more item in the full response" ], "currency": "INR", "discount_pct": 11, "highlights": [ "Stylish & Portable Thin and Light Laptop", "15.6 Inch", "… 1 more item in the full response" ], "images": [ "https://rukminim1.flixcart.com/image/416/416/xif0q/computer/h/p/x/-original-imah2ger8fwg9raw.jpeg?q=70&crop=false", "https://rukminim1.flixcart.com/image/416/416/xif0q/computer/r/e/w/-original-imah2gerpengybhz.jpeg?q=70&crop=false", "… 74 more items in the full response" ], "listing_id": "LSTCOMHGWQYTCYV662CYZIT49", "mrp": 54990, "parameter_ratings": { "Battery": "3.7", "Design": "4.3", "Design & Features": "4.3", "Display": "4.0", "Performance": "4.2", "Sound Quality": "3.7", "Value for Money": "4.1" }, "price": 48990, "product_id": "COMHGWQYTCYV662C", "rating": 4.3, "rating_count": 1398, "review_count": 117, "seller": { "dormant": false, "id": "8187b3fdf3d64605", "name": "SVPeripherals", "new_seller": false }, "specifications": { "Antivirus": "McAfee 1 Year", "Bluetooth": "v5.2", "Brand": "ASUS", "Brightness": "250 Nits", "Color": "Cool Silver", "Disk Drive": "Not Available", "Graphic Processor": "Intel Graphics Intel Graphics", "Included Software": "Microsoft Office Home 2024 + Microsoft 365 Basic", "Is Fragile": "No", "Is Tablet": "No", "MS Office Provided": "Yes", "Model Name": "Vivobook 15", "Model Number": "X1504VA-D5341WS", "Operating System": "Windows 11 Home", "Part Number": "90NB13Y2-M02C50", "Processor Brand": "Intel", "Processor Generation": "13th Gen", "Processor Name": "Core i3", "RAM": "16 GB", "RAM Type": "DDR5", "SSD": "Yes", "SSD Capacity": "512 GB", "Sales Package": "1 x Laptop, 1 x Power Adaptor, 1 x User Guide, 1 x Warranty Documents", "Screen Resolution": "1920 x 1080 pixel", "Screen Resolution Type": "Full HD", "Screen Size": "39.62 cm (15.6 Inch)", "Series": "Vivobook 15 (2025) with Office 2024 + M365 Basic*", "Storage Type": "SSD", "Suitable For": "Entertainment, Everyday Use, Learning", "Touchscreen": "No", "Type": "Thin and Light Laptop", "Web Camera": "720p HD camera With privacy shutter" }, "title": "ASUS Vivobook 15 (2025) with Office 2024 + M365 Basic* Intel Core i3 13th Gen - (16 GB/512 GB SSD/Windows 11 Home) X1504VA-D5341WS Thin and Light Laptop", "url": "https://www.flipkart.com/asus/p/itmd83?pid=COMHGWQYTCYV662C", "warnings": [] }, "error": null, "meta": { "client_id": "client_abc123", "scraper": "flipkart-pdp-v4", "billable": true, "duration_ms": 2747 }}