Shopsy Scraper: Flipkart Value Marketplace Data
Pricing
from $0.74 / 1,000 product records
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
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
| Field | Type | Required | Description |
|---|---|---|---|
query | string | Yes | The keyword to search on Shopsy, for example kurti, saree, or bluetooth speaker. |
startUrls | array of URLs | No | Paste Shopsy search or listing URLs to scrape directly instead of using a keyword. |
sortBy | enum | No | The order products come back in: Popularity, Price low to high, Price high to low, or Newest First. |
minPrice | integer | No | Only return products priced at or above this amount in rupees. Set to 0 for no lower limit. |
maxPrice | integer | No | Only return products priced at or below this amount in rupees. Set to 0 for no upper limit. |
maxItems | integer | No | The most products to return in one run. |
proxyConfiguration | object | No | Connection 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
| Field | Type | Description |
|---|---|---|
product_id | string | Shopsy product identifier. |
item_id | string | Identifier for the specific item variant. |
title | string | The full product title as shown on the listing. |
brand | string | The brand name attached to the product. |
subtitle | string | Short variant descriptor such as color or style, for example "Green, Pink". |
category | string | The product category, for example Kurtis or Speakers. |
vertical | string | Product vertical code, for example "shopsy_kurta". |
price | number | Current selling price in rupees. |
mrp | number | Original maximum retail price in rupees. |
discount_percent | number | Discount off the MRP as a percentage. |
discount_amount | number | Rupees saved against the MRP. |
currency | string | Currency code for all prices, always INR. |
rating | number | Average star rating out of five. |
rating_count | number | Total number of star ratings. |
review_count | number | Total number of written text reviews. |
rating_breakup_5_star | number | Count of five-star ratings. |
rating_breakup_4_star | number | Count of four-star ratings. |
rating_breakup_3_star | number | Count of three-star ratings. |
rating_breakup_2_star | number | Count of two-star ratings. |
rating_breakup_1_star | number | Count of one-star ratings. |
availability | string | Stock state of the product, for example IN_STOCK. |
is_sponsored | boolean | True when the listing is a paid sponsored ad. |
image_url | string | High-resolution link to the primary product image. |
images_count | number | Number of product images found. |
images | string | All product image links. |
product_url | string | Direct link to the product page on Shopsy. |
scraped_at | string | Timestamp 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.