/flipkart/products/reviews
Get customer reviews for a Flipkart product by item id (or product URL): rating (1-5), title, review text, author, date, location, certified-buyer flag, helpful and downvote counts, and review photos.
Price: 10 credits per 20 results
💡 AI Hint: Fetch customer reviews for a single Flipkart product by item id (itm…) or a product URL. Returns a list of reviews, each with rating (1-5 stars), title, text, author, date (relative for recent reviews e.g. ‘8 months ago’, month+year for older ones), location, is_certified_buyer, helpful_count, downvote_count and images (review photos).
⚠️ Common errors: 412: Product not found (well-formed but nonexistent item id, or page has no reviews)
Authorizations
API token from the dashboard
Headers
Body
Flipkart product item id or a product URL containing it
1"itm6ac6485515ae4"
"https://www.flipkart.com/apple-iphone-15-black-128-gb/p/itm6ac6485515ae4?pid=MOBGTAGPTB3VS24W"
Max number of reviews to return
x >= 1Max scrapping execution timeout (in seconds)
20 <= x <= 1500Response
Successful Response