Pricing
from $4.75 / 1,000 overview products
Croma Product Scraper
Scrape Croma (India) products โ INR price, MRP, discount, ratings, images & specs. Keyword or category search, full detail enrichment, clean JSON/CSV, no code.
Pricing
from $4.75 / 1,000 overview products
Rating
0.0
(0)
Developer
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
6 days ago
Last modified
Categories
Share
Croma Product Scraper โ Price, Specs, Ratings & Images (India ยท INR) ๐๏ธ
๐ SIรN Agency Store
๐ Home Depot Product Scraper
๐ Google Shopping Price Scraper
๐ Walmart Data Scraper
๐ Turn any Croma search into a clean product dataset โ INR prices, MRP, discounts, ratings & full specifications, in seconds
Built for pricing analysts, catalog teams, and e-commerce researchers tracking India's largest electronics retailer
๐ Overview
Need live Croma product data without copy-pasting from the site? The Croma Product Scraper turns any keyword or category into a clean, structured dataset โ built for anyone monitoring prices, discounts, and catalogs across India's biggest consumer-electronics retailer.
Why thousands of professionals choose us:
- โ Complete product records: INR price, MRP, discount %, ratings, images, brand, category and full specifications โ up to 29 fields per product
- โก Two speeds, one dataset: fast Overview search or deep Detail enrichment with the full spec sheet
- ๐ฏ Real shopper ranking: sort by Featured, Price, Discount, Top Rated or Latest Arrival โ exactly what Croma shows
- ๐ฐ Pay-per-result pricing: only pay for the products you actually receive โ no wasted spend
- ๐ No code, no account, no API key: type a keyword, press run, export JSON/CSV/Excel
- โจ NEW: detail mode adds the complete specifications table, key features, long description, EAN and full image gallery
โจ Features
- ๐ Keyword search: scrape any term you'd type into the Croma search bar (
laptop,smartphone,refrigerator). - ๐งญ Category browsing: harvest an entire Croma category by its id.
- ๐ต India pricing: current INR price, MRP (list price) and discount amount + percent.
- โญ Ratings & reviews: average star rating, review count and rating count.
- ๐ Full specifications: complete key-value spec table in Detail mode (50-70+ attributes on electronics).
- ๐ธ Image gallery: hero image in Overview, full product gallery in Detail.
- ๐ก๏ธ Warranty & EAN: standard warranty period and barcode for catalog matching.
- ๐ Native sorting: Featured, Price (low/high), Discount, Top Rated, Latest Arrival.
- ๐ฆ Bulk runs: many keywords or categories in a single run, all into one dataset.
- ๐ค Clean exports: JSON, CSV and Excel straight from the Apify dataset.
๐ฌ Quick Start
Add one or more keywords, pick a mode, press Start โ your products land in the dataset, ready to export. You can also run it via the API:
curl-X POST https://api.apify.com/v2/acts/sian.agency~croma-product-scraper/runs?token=YOUR_TOKEN \-H'Content-Type: application/json'\-d'{"keywords": ["laptop"], "scrapeMode": "overview", "maxResults": 50}'
๐ Getting Started (3 Simple Steps)
Step 1: Add your searches
Enter one or more keywords (e.g. smartphone, headphones) โ or category ids for whole-category harvesting.
Step 2: Choose depth & sort
Pick Overview (fast) or Detail (full specs), and a sort order that matches your research.
Step 3: Run & export
Press Start, then download your results as JSON, CSV or Excel.
That's it! In under a minute, you'll have:
- A structured table of Croma products with INR prices and discounts
- Ratings, images, brand and category for every product
- A full specifications sheet (in Detail mode) ready for feeds and comparisons
๐ฅ Input Configuration
| Field | Type | Required | Description |
|---|---|---|---|
| keywords | array | No* | Free-text Croma searches (one per line) |
| categoryIds | array | No* | Croma category ids for whole-category harvesting |
| scrapeMode | string | No | overview (fast) or detail (full specs). Default overview |
| sort | string | No | relevance, price_low, price_high, discount, top_rated, newest |
| maxResults | integer | No | Cap on total products returned. Default 100 |
*Provide at least one of keywords or categoryIds.
Example:
{"keywords":["laptop","smartphone"],"scrapeMode":"detail","sort":"discount","maxResults":100}
Category browsing:
{"categoryIds":["20"],"scrapeMode":"overview","sort":"price_low"}
๐ค Output
Results are saved to the Apify dataset with 29+ fields including:
| Field | Type | Description |
|---|---|---|
| productTitle | string | Full product name |
| brand | string | Manufacturer / brand |
| price | number | Current selling price (INR) |
| original_price | number | MRP / list price (INR) |
| discount_value | string | Discount label (e.g. "14%") |
| discount_amount | number | Absolute discount (INR) |
| rating | number | Average rating (0โ5) |
| review_count | integer | Number of reviews |
| in_stock | boolean | Availability |
| warranty | string | Standard warranty (months) |
| breadcrumbs | array | Category trail (detail mode) |
| specs | object | Full specifications table (detail mode) |
| key_features | array | Key feature bullets (detail mode) |
| images | array | Product image URLs |
| url | string | Product page link |
Example:
{"item_id":"315070","productTitle":"ASUS Vivobook 16 X1605VA-MB1627WS Intel Core i5 13th Gen Thin & Light Laptop","brand":"Asus","price":62990,"original_price":72990,"currency":"INR","discount_value":"14%","discount_amount":10000,"rating":4.67,"review_count":1,"in_stock":true,"warranty":"12","images":["https://media.tatacroma.com/.../315070_0.png"],"url":"https://www.croma.com/asus-vivobook-16-.../p/315070","source":"overview"}
๐ผ Use Cases & Examples
1. Price & Discount Monitoring
Pricing analysts tracking competitor moves on electronics in India.
Input: A list of product keywords on a schedule Output: Daily INR price, MRP and discount snapshots Use: Spot price drops and promotions the moment they go live.
2. Catalog & Assortment Research
Category managers mapping what's on the shelf.
Input: Category ids for laptops, phones, TVs Output: Full assortment with brands, prices and ratings Use: Benchmark range depth against your own catalog.
3. Competitive Pricing Intelligence
Brands and retailers benchmarking against Croma.
Input: Your SKUs as keywords, Detail mode Output: Matched products with specs + EAN for accurate mapping Use: Build a like-for-like price comparison feed.
4. Product Feed Enrichment
Marketplace sellers needing clean spec sheets.
Input: Keywords in Detail mode Output: Full specifications, key features and image galleries Use: Populate product feeds and PDP content at scale.
5. Market & Demand Research
Analysts studying India's electronics market.
Input: Broad category sweeps Output: Ratings, review counts and pricing distributions Use: Quantify demand and price bands across segments.
6. Deal & Discount Aggregation
Deal sites surfacing the best savings.
Input: Keywords sorted by Discount Output: Biggest-saving products first, with MRP vs price Use: Auto-build "top deals" lists.
๐ Integration Examples
JavaScript/Node.js
import{ ApifyClient }from'apify-client';const client =newApifyClient({token:'YOUR_TOKEN'});const run =await client.actor('sian.agency/croma-product-scraper').call({keywords:['laptop'],scrapeMode:'overview'});const{ items }=await client.dataset(run.defaultDatasetId).listItems();console.log(items[0]);
Python
from apify_client import ApifyClientclient = ApifyClient('YOUR_TOKEN')run = client.actor('sian.agency/croma-product-scraper').call(run_input={'keywords':['laptop'],'scrapeMode':'overview'})for item in client.dataset(run['defaultDatasetId']).iterate_items():print(item)
cURL
curl-X POST 'https://api.apify.com/v2/acts/sian.agency~croma-product-scraper/runs?token=YOUR_TOKEN'\-H'Content-Type: application/json'\-d'{"keywords": ["laptop"], "scrapeMode": "overview"}'
Automation Workflows (N8N / Zapier / Make)
- Trigger: Schedule or webhook
- HTTP Request: Call the actor API
- Process: Handle the JSON results
- Action: Save to a sheet, notify a channel, or update a price feed
๐ Performance & Pricing
FREE Tier (Try It Now)
- 25 products per run โ full feature access, same quality
- No credit card required
- Perfect for testing and small projects
PAID Tier (Production Ready)
- Unlimited products per run
- Faster processing, no delays
- Pay-per-result: only charged for the products you receive
๐ฐ Best value on the market โ transparent pay-per-result pricing with a cheap, high-volume Overview event.
๐ View current pricing
โ Frequently Asked Questions
Q: How many products can I scrape? A: FREE tier: 25 per run. PAID tier: unlimited.
Q: What currency are the prices in? A: Indian Rupees (INR) โ including the current price and the MRP (list price).
Q: What's the difference between Overview and Detail mode? A: Overview returns search-result data (price, MRP, discount, rating, hero image). Detail adds the full specifications table, long description, key features, EAN and the complete image gallery.
Q: Can I scrape a whole category?
A: Yes โ paste the numeric category id from any Croma category URL into categoryIds.
Q: What output formats are available? A: JSON, CSV and Excel โ export directly from the Apify dataset.
Q: Is this legal? A: Yes โ we only extract publicly available product data. See the legal section below.
๐ Troubleshooting
No results returned
- Check the keyword spelling and try a broader term.
- For category runs, confirm the category id from the Croma URL (the number after
/c/).
Fewer products than expected
- FREE tier caps at 25 products per run โ upgrade for unlimited.
- Lower-volume searches simply have fewer matching products.
Specifications are empty
- Specs are populated in Detail mode only. Switch
scrapeModetodetail.
โ๏ธ Is it legal to scrape data?
Our actors are ethical and do not extract any private user data, such as email addresses, gender, or location. They only extract what the user has chosen to share publicly. We therefore believe that our actors, when used for ethical purposes by Apify users, are safe.
However, you should be aware that your results could contain personal data. Personal data is protected by the GDPR in the European Union and by other regulations around the world. You should not scrape personal data unless you have a legitimate reason to do so. If you're unsure whether your reason is legitimate, consult your lawyers.
You can also read Apify's blog post on the legality of web scraping.
Trademark notice: Croma is a trademark of Infiniti Retail Limited (a Tata Enterprise). This actor is an independent tool and is not affiliated with, endorsed by, or sponsored by Croma or Infiniti Retail Limited. All product names, logos, and brands are the property of their respective owners and are used here for identification purposes only.
๐ค Support
Join our active support community
- For issues or questions, open an issue in the actor's repository
- Check SIรN Agency Store for more automation tools
- ๐ง apify@sian-agency.online
Built by SIรN Agency | More Tools
