Flipkart Search Scrapper avatar

Flipkart Search Scrapper

Pricing

$3.00 / 1,000 results

Go to Apify Store
Flipkart Search Scrapper

Flipkart Search Scrapper

Scrape Flipkart search results by keyword. Extracts product title, URL, price, MRP, discount, rating, reviews, and thumbnail. Supports multiple keywords, sorting options, and configurable result limits. Uses residential proxies to avoid blocks

Pricing

$3.00 / 1,000 results

Rating

0.0

(0)

Developer

Aadyantha Solutions

Aadyantha Solutions

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

a day ago

Last modified

Share

Flipkart Search Scraper

Flipkart Search Scraper extracts product details from Flipkart search results using one or more keywords.
It is designed for fast, lightweight, and cost-effective scraping, with predictable behavior and clear limits.

This actor uses a non-JavaScript (Cheerio-based) crawling approach, making it significantly faster than browser-based scrapers.
Because JavaScript is not executed, some dynamically rendered fields may occasionally be unavailable.


Key Capabilities

  • Run multiple search keywords in a single execution
  • Per-keyword maximum result limit (max_results)
  • Configurable Flipkart sorting options
  • Automatic pagination
  • Sequential keyword processing — keywords are scraped one after another, results never mix
  • Hard stop once result limit is reached per keyword
  • Native Apify proxy configuration
  • Lightweight and fast using Cheerio
  • All extracted data is displayed in a single table view

Crawling Approach

This actor uses a non-browser crawler optimized for speed and low proxy usage.

How it works

  • Search result pages are parsed directly from HTML
  • All product data is extracted from search cards in a single pass
  • No JavaScript rendering or browser automation is used

Implications

  • ✅ Faster execution
  • ✅ Lower proxy cost
  • ✅ More stable for large keyword lists
  • ⚠️ Some dynamic fields may occasionally return null

Input Parameters

ParameterTypeRequiredDefaultDescription
search_stringsArrayYes--List of keywords to search on Flipkart
max_resultsNumberNo10Maximum number of products per keyword
sort_byStringNorelevanceSorting method for Flipkart search results
proxyConfigurationObjectNoApify defaultProxy settings

Sort Options (sort_by)

ValueDescription
relevanceRelevance (default)
price_ascPrice: Low to High
price_descPrice: High to Low
ratingPopularity / Rating
newestNewest Arrivals

Output Fields

All extracted data is displayed directly in a single table view in the Apify UI.

FieldDescription
search_keywordKeyword used to find the product
pidFlipkart Product ID
titleProduct title
product_urlFlipkart product page URL
thumbnailProduct image URL
priceDisplayed product price
mrpMaximum retail price (if available)
discountDiscount percentage (e.g. 32% off)
ratingAverage customer rating
reviews_countTotal number of ratings/reviews
is_assuredWhether the product is Flipkart Assured
is_sponsoredWhether the product is a sponsored listing

Example Input

{
"search_strings": ["lenovo", "apple"],
"max_results": 50,
"sort_by": "relevance",
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"],
"apifyProxyCountry": "IN"
}
}

Proxy Configuration

This actor supports Apify's native proxy configuration:

  • Residential proxies (recommended for Flipkart)
  • Datacenter proxies
  • Country-specific routing
  • Custom proxy URLs

Residential proxies generally provide better stability and fewer blocks on Flipkart.


Support

For issues, questions, or feature requests:

📧 aadyanthasolutions@gmail.com