Shopsy Scraper: Flipkart Value Marketplace Data avatar

Shopsy Scraper: Flipkart Value Marketplace Data

Pricing

from $0.74 / 1,000 product records

Go to Apify Store
Shopsy Scraper: Flipkart Value Marketplace Data

Shopsy Scraper: Flipkart Value Marketplace Data

Scrape product listings from Shopsy, Flipkart's value marketplace in India. Get titles, brand, price, MRP, discount, rating, review counts, stock state, and high-resolution images. Filter by price and sort order, then export to Excel, Google Sheets, CSV, or JSON.

Pricing

from $0.74 / 1,000 product records

Rating

0.0

(0)

Developer

GetAScraper

GetAScraper

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Shopsy Products Scraper

Get live Shopsy.in product listings, prices, MRP, discounts, ratings, and high-resolution images, ready for your spreadsheet in under 60 seconds.

Shopsy is Flipkart's value marketplace for India. This scraper turns any Shopsy search or listing page into a clean table of products. Search by keyword like kurti, or paste Shopsy URLs. Filter by price range and choose the sort order. Each product comes back with its title, brand, price, MRP, discount, rating, review counts, stock state, and full-resolution image links.

What this scraper does

You give it a keyword like kurti or bluetooth speaker, or paste Shopsy URLs directly. It returns every matching product as a flat row.

For each product you get:

  • Product title, brand, subtitle, category, and vertical
  • Current price, original MRP, and discount in rupees and percent
  • Average rating, total ratings count, and review count
  • Star-by-star rating breakdown from five down to one
  • Stock state and whether the listing is a sponsored ad
  • Product ID, item ID, product URL, and high-resolution image links

The data lands as plain rows. Export to Excel, CSV, JSON, or Google Sheets in one click, or pull it straight into your own tools.

Who uses this scraper

  • I am a price-monitoring analyst at an India ecommerce brand, tracking Shopsy prices on my own products every morning so I can react fast when a rival undercuts me.
  • I am a competitive-intelligence researcher mapping how budget brands price kurtis and sarees across Shopsy, building a weekly snapshot of discounts and star ratings for my reports.
  • I am a retail arbitrage seller hunting products with deep MRP discounts and strong review counts, so I can source winners and resell them on other marketplaces.
  • I am a market researcher studying demand in Tier 2 and Tier 3 India, pulling rating breakdowns and review volumes to see which categories shoppers actually trust.

Input

FieldTypeRequiredDescription
querystringYesThe keyword to search on Shopsy, for example kurti, saree, or bluetooth speaker.
startUrlsarray of URLsNoPaste Shopsy search or listing URLs to scrape directly instead of using a keyword.
sortByenumNoThe order products come back in: Popularity, Price low to high, Price high to low, or Newest First.
minPriceintegerNoOnly return products priced at or above this amount in rupees. Set to 0 for no lower limit.
maxPriceintegerNoOnly return products priced at or below this amount in rupees. Set to 0 for no upper limit.
maxItemsintegerNoThe most products to return in one run.
proxyConfigurationobjectNoConnection settings for the run. India residential proxies are recommended so Shopsy serves Indian listings and rupee prices.

Output

Every product is one flat row. Here is a sample of two products.

[
{
"product_id": "KRTGYZ8QH4FKZHWP",
"item_id": "ITMGYZ8QH4FKZHWP",
"title": "Women Printed Cotton Blend Straight Kurti",
"brand": "Anubhutee",
"subtitle": "Green, Pink",
"category": "Kurtis",
"vertical": "shopsy_kurta",
"price": 449,
"mrp": 1499,
"discount_percent": 70,
"discount_amount": 1050,
"currency": "INR",
"rating": 4.2,
"rating_count": 18432,
"review_count": 1203,
"rating_breakup_5_star": 9800,
"rating_breakup_4_star": 4200,
"rating_breakup_3_star": 2100,
"rating_breakup_2_star": 1100,
"rating_breakup_1_star": 1232,
"availability": "IN_STOCK",
"is_sponsored": false,
"image_url": "https://rukminim2.flixcart.com/image/832/832/kurti-sample-1.jpeg?q=90",
"images_count": 5,
"images": "https://rukminim2.flixcart.com/image/832/832/kurti-sample-1.jpeg?q=90, https://rukminim2.flixcart.com/image/832/832/kurti-sample-2.jpeg?q=90",
"product_url": "https://www.shopsy.in/women-printed-cotton-blend-straight-kurti/p/itm123",
"scraped_at": "2026-06-25T09:14:07.000Z"
},
{
"product_id": "SPKZF3M9PLN2QWRT",
"item_id": "ITMZF3M9PLN2QWRT",
"title": "Portable Wireless Bluetooth Speaker 10W",
"brand": "boAt",
"subtitle": "Black",
"category": "Speakers",
"vertical": "shopsy_speaker",
"price": 899,
"mrp": 2990,
"discount_percent": 69,
"discount_amount": 2091,
"currency": "INR",
"rating": 4.4,
"rating_count": 52310,
"review_count": 4877,
"rating_breakup_5_star": 32000,
"rating_breakup_4_star": 12000,
"rating_breakup_3_star": 4500,
"rating_breakup_2_star": 1800,
"rating_breakup_1_star": 2010,
"availability": "IN_STOCK",
"is_sponsored": true,
"image_url": "https://rukminim2.flixcart.com/image/832/832/speaker-sample-1.jpeg?q=90",
"images_count": 6,
"images": "https://rukminim2.flixcart.com/image/832/832/speaker-sample-1.jpeg?q=90, https://rukminim2.flixcart.com/image/832/832/speaker-sample-2.jpeg?q=90",
"product_url": "https://www.shopsy.in/portable-wireless-bluetooth-speaker/p/itm456",
"scraped_at": "2026-06-25T09:14:07.000Z"
}
]

Data fields

FieldTypeDescription
product_idstringShopsy product identifier.
item_idstringIdentifier for the specific item variant.
titlestringThe full product title as shown on the listing.
brandstringThe brand name attached to the product.
subtitlestringShort variant descriptor such as color or style, for example "Green, Pink".
categorystringThe product category, for example Kurtis or Speakers.
verticalstringProduct vertical code, for example "shopsy_kurta".
pricenumberCurrent selling price in rupees.
mrpnumberOriginal maximum retail price in rupees.
discount_percentnumberDiscount off the MRP as a percentage.
discount_amountnumberRupees saved against the MRP.
currencystringCurrency code for all prices, always INR.
ratingnumberAverage star rating out of five.
rating_countnumberTotal number of star ratings.
review_countnumberTotal number of written text reviews.
rating_breakup_5_starnumberCount of five-star ratings.
rating_breakup_4_starnumberCount of four-star ratings.
rating_breakup_3_starnumberCount of three-star ratings.
rating_breakup_2_starnumberCount of two-star ratings.
rating_breakup_1_starnumberCount of one-star ratings.
availabilitystringStock state of the product, for example IN_STOCK.
is_sponsoredbooleanTrue when the listing is a paid sponsored ad.
image_urlstringHigh-resolution link to the primary product image.
images_countnumberNumber of product images found.
imagesstringAll product image links.
product_urlstringDirect link to the product page on Shopsy.
scraped_atstringTimestamp of when the record was collected, in ISO format.

Pricing

Pricing is pay per result. You are billed per product saved to your dataset. Empty runs cost nothing, and there are no subscriptions or fixed monthly fees.

The billed event is named Product record. One Product record is one product with its price, rating, and image links.

  • Free tier: about $0.99 per 1,000 results.
  • Business (GOLD) plan: about $0.74 per 1,000 results.
  • 100 products cost about $0.10.
  • 1,000 products cost about $0.99.

Failed or empty runs are never charged.

Frequently asked questions

Does it get blocked?

No. The scraper routes traffic through India residential proxies and rotates connections automatically. This keeps Shopsy serving Indian listings and rupee prices without geographic blocks. The defaults handle this for you.

Does it extract seller or phone number details?

No. Shopsy search data does not expose seller names or phone numbers, so the scraper does not return them. You get public product data only: titles, prices, ratings, reviews, stock state, and image links.

How fresh is the data?

The data is live. Each run reads current Shopsy pages at the moment you start it, so prices, discounts, ratings, and stock states reflect what shoppers see right now. Schedule daily runs to track price changes over time.

Which products and categories are supported?

All public Shopsy search results and listings are supported, including fashion, home, electronics, beauty, and more. Search by keyword to scan a category, or paste specific Shopsy search URLs to target exactly what you need.