docs / flipkart

Flipkart API

Flipkart API

base /flipkart/v110 endpoints
post/flipkart/v1/product1 credit

full product page facts (title/price/mrp/rating/specs/highlights/images/seller/similar)

ParameterAllowed / rangeDescription
urloptionalFull Flipkart product URL.
itm_idoptionalFlipkart item id (the itmXXXX in a /p/ URL).
Try in playground →
post/flipkart/v1/reviews1 credit

buyer reviews for a product (paginated)

ParameterAllowed / rangeDescription
urloptionalFull Flipkart product URL.
slugoptionalProduct slug (the part before /p/; derived from url if omitted).
itm_idoptionalFlipkart item id (the itmXXXX in a /p/ URL).
page = 1optional1–Result page (1-based). Page forward with meta.next_page.
sortoptionalMOST_RECENT · MOST_HELPFUL · POSITIVE_FIRST · NEGATIVE_FIRSTReview ordering.
Try in playground →
post/flipkart/v1/category1 credit

category/browse listing cards from a Flipkart category URL/path

ParameterAllowed / rangeDescription
urloptionalFull Flipkart category URL. (category needs url OR path.)
pathoptionalSite-relative category path (alternative to url).
page = 1optional1–Result page (1-based). Page forward with meta.next_page.
Try in playground →
post/flipkart/v1/browse1 credit

alias of category

ParameterAllowed / rangeDescription
urloptionalFull Flipkart category URL (alias of the category action).
pathoptionalSite-relative category path.
page = 1optional1–Result page (1-based). Page forward with meta.next_page.
Try in playground →
post/flipkart/v1/similar1 credit

similar/related products from a product page reco widgets

ParameterAllowed / rangeDescription
urloptionalFull Flipkart product URL.
itm_idoptionalFlipkart item id (the itmXXXX in a /p/ URL).
product_idoptionalFlipkart product id (FSN) to exclude from results.
Try in playground →
post/flipkart/v1/seller1 credit

seller storefront catalog cards + seller metadata

ParameterAllowed / rangeDescription
seller_idoptionalFlipkart seller id. (seller needs seller_id OR seller_path/url.)
seller_pathoptionalSite-relative seller storefront path.
seller_urloptionalFull seller storefront URL.
product_idoptionalProduct id for seller-of-this-product lookup.
product_urloptionalProduct URL to resolve the seller from.
urloptionalGeneric Flipkart URL (seller or product).
page = 1optional1–Result page (1-based). Page forward with meta.next_page.
Try in playground →
post/flipkart/v1/autocomplete1 credit

search autosuggest suggestions for a partial query

ParameterAllowed / rangeDescription
qrequiredSearch keyword.
Try in playground →
post/flipkart/v1/categories1 credit

top-level navigation/category links from homepage state

Try in playground →
post/flipkart/v1/variants1 credit

product variant matrix (color/storage/etc.) from product page

ParameterAllowed / rangeDescription
urloptionalFull Flipkart product URL.
itm_idoptionalFlipkart item id (the itmXXXX in a /p/ URL).
product_idoptionalFlipkart product id (FSN).
Try in playground →