Flipkart Listings Scraper avatar

Flipkart Listings Scraper

Pricing

from $6.00 / 1,000 listing scrapeds

Go to Apify Store
Flipkart Listings Scraper

Flipkart Listings Scraper

Extract public Flipkart search and category listings: product titles, prices, MRP, discounts, ratings, images, availability, and source URLs. Batch queries or listing URLs in, structured listing cards out.

Pricing

from $6.00 / 1,000 listing scrapeds

Rating

0.0

(0)

Developer

Khadin Akbar

Khadin Akbar

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

5 days ago

Last modified

Share

Extract public Flipkart search and category listing cards into structured JSON. Send batch keywords or public Flipkart browse URLs and receive product titles, product IDs, prices, MRP, discounts, ratings, rating/review counts, thumbnail URLs, source page, and position.

This is a fast, listing-grade actor for catalog monitoring and market research. It deliberately does not visit each product detail page. Use the separate Flipkart Product Scraper when you need detail-page specifications, sellers, offers, or descriptions.

Use it for

  • Price and MRP monitoring by keyword or category.
  • Assortment, ranking, and rating analysis for ecommerce teams.
  • Structured inputs for agents that need public Flipkart listing cards.
  • Repeatable exports to JSON, CSV, Excel, XML, RSS, or the Apify API.

It collects public pages only. It does not log in, place orders, or access private customer data.

Input

FieldDefaultPurpose
searchQueries['wireless earbuds']One or more product keywords.
listingUrls[]Public Flipkart search, category, browse, or collection URLs.
maxItemsPerInput50Result cap for each query or URL.
maxTotalItems500Hard cap across the whole run.
maxPagesPerInput10Pagination safety cap per input.
sortByrelevanceGenerated-query ordering only.
minPrice, maxPriceINR filters applied after extraction.
minRatingKeeps cards at or above this visible rating.

Example

{
"searchQueries": ["wireless earbuds", "gaming mouse"],
"listingUrls": ["https://www.flipkart.com/mobiles/pr?sid=tyy,4io"],
"maxItemsPerInput": 50,
"maxTotalItems": 120,
"sortBy": "price_asc",
"minRating": 4,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"],
"apifyProxyCountry": "IN"
}
}

Output

Each dataset item represents one validated product card:

{
"productId": "itm6ac6485515ae4",
"title": "Example Wireless Earbuds",
"productUrl": "https://www.flipkart.com/example/p/itm6ac6485515ae4",
"sourceUrl": "https://www.flipkart.com/search?q=wireless+earbuds",
"sourceType": "search",
"sourceQuery": "wireless earbuds",
"position": 1,
"page": 1,
"currentPrice": 1499,
"originalPrice": 2999,
"discountPercent": 50,
"rating": 4.2,
"currency": "INR",
"scrapedAt": "2026-07-15T12:00:00.000Z"
}

Fields unavailable on a particular public card are omitted, not invented. OUTPUT contains the compact terminal outcome; RUN_SUMMARY contains safe diagnostics, source counts, pagination counts, and charged-event counts.

Pricing

EventPrice
Actor start$0.00005 per run
Validated listing persisted$0.006 per listing

The actor bills a listing only when its complete validated record is stored in the dataset. Filters, duplicates, invalid cards, blocks, and failed pages are not billed. Apify platform usage (including proxy/network) is passed through separately, so use maxTotalItems to make the listing-event part of the cost predictable.

Reliability and limitations

Flipkart is geo-targeted and may challenge datacenter traffic. The actor defaults to Apify Residential Proxy with country IN, maintains browser-like sessions, retries transient page failures, and returns an explicit UPSTREAM_FAILED outcome when every page is blocked rather than silently returning an empty dataset.

An empty result for a successfully processed query is VALID_EMPTY; useful data plus page/write failures is PARTIAL. This actor does not guarantee that every field is displayed by every Flipkart listing layout.

Use only for lawful collection and processing of public information, consistent with Flipkart's terms, Apify's terms, and applicable laws. This actor is not affiliated with or endorsed by Flipkart.