Documentation Index
Fetch the complete documentation index at: https://docs.mindcase.co/llms.txt
Use this file to discover all available pages before exploring further.
$1 / 1k products
Extract Flipkart product details — title, price, ratings, images, specifications, seller info — from product URLs
Endpoint
POST /api/v1/agents/flipkart/products/run
Parameters
List · List of Flipkart product URLs to scrape. Use param name ‘Products’ in confirm widget.
List · Delivery pincodes (6 digits each). Optional — uses default if blank.
Response columns
| Field | Display name | Type |
|---|---|---|
productUrl | Product URL | url |
title | Title | text |
brand | Brand | text |
description | Description | text |
price | Price | currency |
mrp | MRP | currency |
rating | Rating | rating |
ratingCount | Rating Count | number |
reviewCount | Review Count | number |
stockStatus | Stock Status | number |
sellerName | Seller Name | text |
sellerRating | Seller Rating | rating |
otherSellers | Other Sellers | number |
deliveryDate | Delivery Date | text |
returnPolicy | Return Policy | text |
warranty | Warranty | text |
pincode | Pincode | text |
specifications | Specifications | object |
otherSellersDeliveryDate | Other Sellers Delivery Date | text |
otherSellersSellerName | Other Sellers Seller Name | text |
otherSellersSellerPrice | Other Sellers Seller Price | text |
otherSellersSellerRating | Other Sellers Seller Rating | text |
productHighlightsTitle | Product Highlights Title | text |
Example
Example response
Response