Flipkart Product Details avatar

Flipkart Product Details

Pricing

from $7.00 / 1,000 results

Go to Apify Store
Flipkart Product Details

Flipkart Product Details

Full Flipkart product details by FSN or URL — title, brand, price, MRP, discount, rating and review counts, seller and seller rating, stock, serviceability and delivery for a pincode, category path, highlights, specifications, description, images, variants and offers. Also Flipkart Grocery and Minut

Pricing

from $7.00 / 1,000 results

Rating

0.0

(0)

Developer

AtTheRate AI

AtTheRate AI

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Returns the complete Flipkart product page for any FSN or product URL as one flat row: title, brand, price, MRP, discount, ratings and review counts, the buybox seller and its rating, stock, specifications, images, variants and offers. Add a pincode and you also get serviceability, the delivery promise and the local seller. Grocery and Minutes use the same call.

What you get

  • Price economics: price, original_price, discount_percent, plus nep_price and xtra_saver_price where shown.
  • Ratings in full: rating, rating_count, review_count and the 1 to 5 rating_histogram.
  • Buybox intelligence: seller, seller_id, seller_rating and the fbf fulfilment flag.
  • Location answers: serviceable, unserviceability_reason, delivery, sla and, on Minutes, dark_store_id.
  • Page content: category_path, highlights, specifications, description, images, variants, offers, policies, plus in_stock and availability_status.
  • Nothing is dropped: an unknown FSN returns a found: false row carrying the error text instead of failing the run.

Input

products is required. A pincode is optional for Flipkart and mandatory for Grocery and Minutes.

{
"products": [
"PSLGFSY3FKSMGZVZ",
"https://www.flipkart.com/product/p/itm?pid=MOBHQFDZTHKKVGKG"
],
"marketplace": "FLIPKART",
"pincode": "122002",
"concurrency": 2,
"delayMs": 250,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"],
"apifyProxyCountry": "IN"
}
}
  • products: 16-character FSNs or product URLs. marketplace is FLIPKART, GROCERY or HYPERLOCAL; the last two require pincode.
  • pincode: unlocks serviceability, the delivery promise and the local seller and price.
  • proxyConfiguration: residential country IN is the default.

Output

One row per requested product.

{
"requested": "PSLGFSY3FKSMGZVZ",
"id": "PSLGFSY3FKSMGZVZ",
"found": true,
"pincode": "122002",
"name": "MUSCLEBLAZE Biozyme Performance Whey Protein",
"brand": "MUSCLEBLAZE",
"price": 3999,
"original_price": 4999,
"discount_percent": 20,
"rating": null,
"rating_count": null,
"review_count": null,
"in_stock": true,
"serviceable": true,
"seller": null,
"seller_rating": null,
"marketplace": "FLIPKART",
"fetched_at": "2026-09-11T08:57:51.443Z"
}

rating, rating_count, review_count, seller and seller_rating are null when Flipkart does not publish them, as above; on reviewed products they fill in with rating_histogram. stock_quantity is always null: Flipkart publishes no unit count. serviceable, sla and dark_store_id stay null unless you pass a pincode, and dark_store_id only fills in on Minutes.

Use cases

  • Buybox monitoring: watch seller, seller_id and seller_rating shift by pincode and over time.
  • Price tracking on price and discount_percent, with offers for the bank and exchange deals that move the effective price.
  • Serviceability mapping from serviceable, unserviceability_reason and sla, and review velocity from rating_count and rating_histogram.
  • Content and compliance audits against specifications, highlights, images and policies.

Notes and limits

  • One call per product and no browser, so throughput is high. concurrency caps at 4 and a session serves up to 500 fetches.
  • An invalid pincode is rejected before the run starts, so no compute is billed.
  • GROCERY or HYPERLOCAL without a pincode is rejected up front: those surfaces only exist for a resolved location.
  • An unknown or delisted FSN produces a found: false row with the reason, verified on a deliberately invented FSN.
  • These rows carry no sponsored or ad flag: a product page is not an ad surface.

FAQ

Do I need a proxy? A residential proxy in India is recommended and is the default. Flipkart answers without one at low volume, but a proxy avoids throttling at scale.

How many results can I get? One row per product, with no cap on the product list. Fetches run up to 4 in parallel.

Does it need login or an API key? No Flipkart account, cookie or key is required.

What exactly does the pincode change? It sets the delivery location before the product is read, so stock, the delivery promise and the buybox seller reflect that area. On Minutes it also exposes the dark store serving you.