/flipkart/sellers
Get the Flipkart seller (store) offering a given product, by item id or product URL: seller name, seller rating, years on Flipkart, units sold, quality and speed scores, product-quality and service-quality ratings, and the seller description.
Price: 10 credits
💡 AI Hint: Fetch the marketplace seller behind a Flipkart product, identified by item id (itm…) or a product URL. Returns one seller with id, name, rating, years_with_flipkart, product_sold (units, e.g. ‘1.1L+’), quality_score and speed_score (percent), product_quality_rating and service_quality_rating (out of 5), description, and product_id (the product this seller offers). Flipkart exposes seller data only in the context of a product, so the input is a product, not a bare seller id.
⚠️ Common errors: 412: Seller not found (nonexistent product, or the product page carries no seller block)
Authorizations
API token from the dashboard
Headers
Body
Flipkart product item id or a product URL — returns the seller (store) offering that product
1"itm6ac6485515ae4"
"https://www.flipkart.com/apple-iphone-15-black-128-gb/p/itm6ac6485515ae4?pid=MOBGTAGPTB3VS24W"
Max scrapping execution timeout (in seconds)
20 <= x <= 1500Response
Successful Response