Flipkart Bulk Product Enrichment & Search avatar

Flipkart Bulk Product Enrichment & Search

Pricing

from $2.50 / 1,000 results

Go to Apify Store
Flipkart Bulk Product Enrichment & Search

Flipkart Bulk Product Enrichment & Search

Bulk Flipkart product enrichment by FSN (name, brand, MRP, selling price, discount, rating, image, availability) and search/category listings: optionally pincode-scoped for Flipkart Grocery and Minutes.

Pricing

from $2.50 / 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

9 hours ago

Last modified

Categories

Share

Turns Flipkart product IDs, search terms or category URLs into clean price and availability rows for India's largest marketplace. Enrich a catalogue of FSNs in bulk, or pull whole search and category listings with MRP, selling price, discount and stock state. Flipkart Grocery (Supermart) and Flipkart Minutes are covered too, priced for the pincode you give.

What you get

  • Price economics on every row: mrp, selling_price, discount_percent, discount_amount.
  • Availability you can act on: in_stock plus the raw availability_state (IN_STOCK, OUT_OF_STOCK, NOT_SERVICEABLE).
  • Identity and merchandising: product_id (FSN), listing_id, title, brand, subtitle (pack or colour), vertical, image_url and images.
  • Ratings where Flipkart exposes them: rating, rating_count, review_count.
  • Location scoping: set a pincode and every row carries it, with Grocery and Minutes prices resolved for that area.
  • Nothing is silently dropped: switch on includeUnresolved and delisted or invalid IDs come back as found: false rows.

Input

Give at least one of productIds, searchQueries or listingUrls. This is the exact input from a verified run.

{
"productIds": ["PSLGFSY3FKSMGZVZ"],
"searchQueries": ["oats"],
"maxPages": 1,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"],
"apifyProxyCountry": "IN"
},
"sort": "",
"marketplace": "FLIPKART",
"includeUnresolved": false,
"concurrency": 3
}
  • productIds: FSNs such as PSLGFSY3FKSMGZVZ. Product URLs work as well, and books can be given as a bare ISBN-13.
  • searchQueries / listingUrls: search terms, or listing URLs with filters already applied.
  • maxPages: pages per query or URL.
  • marketplace: FLIPKART, GROCERY or HYPERLOCAL. The last two require pincode.
  • proxyConfiguration: off by default, because these endpoints answer without one.

Output

One row per product. That run produced 38 rows, one enriched FSN plus 37 products from the search listing.

{
"product_id": "PSLGFSY3FKSMGZVZ",
"listing_id": "LSTPSLGFSY3FKSMGZVZKWXELC",
"title": "MUSCLEBLAZE Biozyme Performance Whey Protein",
"brand": "MUSCLEBLAZE",
"subtitle": "1 kg, Rich Chocolate",
"mrp": 4999,
"selling_price": 3999,
"discount_percent": 20,
"discount_amount": 1000,
"rating": null,
"in_stock": true,
"availability_state": "IN_STOCK",
"vertical": "protein_supplement",
"marketplace": "FLIPKART",
"pincode": null,
"product_url": "https://www.flipkart.com/muscleblaze-biozyme-performance-whey-protein/p/itm4d58",
"requested_id": "PSLGFSY3FKSMGZVZ",
"found": true
}

rating, rating_count and review_count are null when Flipkart does not publish them. pincode is null unless you set one.

Use cases

  • Daily price and MRP tracking across a competitor catalogue, using selling_price, mrp and discount_percent.
  • Stock-out alerting from in_stock and availability_state.
  • Share of search: run searchQueries and count how many of the 40 results per page carry your brand.
  • Assortment gaps: feed a list of FSNs and see which return found: false.

Notes and limits

  • Around 120 IDs are resolved per request, so large ID lists finish in minutes.
  • maxPages accepts 1 to 200. Search pages hold 40 products, category pages 24.
  • Flipkart's default popularity sort reshuffles between requests, so deep pagination repeats and misses products. Pick price_asc, price_desc or recency_desc for complete coverage.
  • marketplace: GROCERY or HYPERLOCAL without a pincode stops the run with a plain message instead of returning national prices.
  • These rows carry no sponsored or ad flag. Flipkart's listing payload does not mark paid placements here.

FAQ

Do I need a proxy? Usually not. It is off by default because the endpoints serve these requests directly. If you see 403 or 529 responses at high volume, switch on a residential proxy with country IN.

How many results can I get? Up to 200 pages per query or URL, at 40 products per search page and 24 per category page, and there is no cap on the ID list.

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

What does the pincode change? It scopes prices and availability to that delivery area. It is mandatory for Grocery and Minutes, which only exist for a resolved location.