
Want to extract Flipkart data straight into your spreadsheet?
You can see below the selectors designed for any Flipkart listing page to use within your =IMPORTFROMWEB() function; just pick them up directly in our Flipkart product scraper template or use them by yourself in your own spreadsheet.
=IMPORTFROMWEB("Flipkart product URL", "title, price")
=IMPORTFROMWEB(A2,B1:C1)
Product built-in selectors
Selector | Description |
---|---|
title | Title of the listing |
sale_price | Sale price of the listing / buyBox price |
buybox_winner | Seller who gets the buybox |
ratings | Average rating |
ratings_count | Number of ratings |
reviews_count | Number of reviews |
availability | Availability of the product |
images_source | All the images of the product page (make sure to leave empty cells below) |