Discover/flipkart.com API
live

flipkart.com APIwww.flipkart.com

Retrieve detailed product reviews and ratings from Flipkart, including overall rating summaries, star breakdowns, and individual review content with pagination support. Monitor customer feedback, ratings distribution, and specific review details to make informed purchasing decisions.

Endpoints
2
Updated
2h ago
Try it
Sort order for reviews context. Accepts: MOST_RECENT, MOST_HELPFUL, POSITIVE_FIRST, NEGATIVE_FIRST.
Flipkart product reviews URL path including query params. Format: /product-name/product-reviews/itemid?pid=PRODUCT_ID&lid=LISTING_ID (e.g. /nivea-body-milk-nourishing-lotion-400ml-120-ml-pack-2/product-reviews/itmf6y86zahhzntz?pid=MSCF6Y86XFKRFZDG&lid=LSTMSCF6Y86XFKRFZDG42HEUC)
api.parse.bot/scraper/dfeb72c1-9b76-4102-a752-70e10f3a0c50/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/dfeb72c1-9b76-4102-a752-70e10f3a0c50/get_rating_summary' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 2 totalclick to expand

Get the rating summary for a Flipkart product including average rating, total ratings count, total reviews count, and rating breakdown by each star level (1-5 stars).

Input
ParamTypeDescription
sort_orderstringSort order for reviews context. Accepts: MOST_RECENT, MOST_HELPFUL, POSITIVE_FIRST, NEGATIVE_FIRST.
product_urlrequiredstringFlipkart product reviews URL path including query params. Format: /product-name/product-reviews/itemid?pid=PRODUCT_ID&lid=LISTING_ID (e.g. /nivea-body-milk-nourishing-lotion-400ml-120-ml-pack-2/product-reviews/itmf6y86zahhzntz?pid=MSCF6Y86XFKRFZDG&lid=LSTMSCF6Y86XFKRFZDG42HEUC)
Response
{
  "type": "object",
  "fields": {
    "rating_base": "integer",
    "total_ratings": "integer",
    "total_reviews": "integer",
    "average_rating": "number",
    "rating_breakdown": "object with 5_star, 4_star, 3_star, 2_star, 1_star counts",
    "histogram_base_count": "integer"
  },
  "sample": {
    "data": {
      "rating_base": 5,
      "total_ratings": 168227,
      "total_reviews": 12325,
      "average_rating": 4.5,
      "rating_breakdown": {
        "1_star": 4706,
        "2_star": 3792,
        "3_star": 11602,
        "4_star": 37443,
        "5_star": 110684
      },
      "histogram_base_count": 110684
    },
    "status": "success"
  }
}

About the flipkart.com API

The flipkart.com API on Parse exposes 2 endpoints for the publicly available data on www.flipkart.com. Calls return JSON over HTTPS and are billed per successful response.

Pin a release with the API-Snapshot-Version header so canonical updates don't silently change your contract.