CDiscount Scraper — French E-commerce Products, Prices & Deals
Pricing
from $5.00 / 1,000 result scrapeds
CDiscount Scraper — French E-commerce Products, Prices & Deals
Scrape products, prices, specs, ratings, and deals from Cdiscount.com — France's #2 e-commerce platform. Supports search and category browsing. No login required.
Pricing
from $5.00 / 1,000 result scrapeds
Rating
0.0
(0)
Developer
Studio Amba
Maintained by CommunityActor stats
0
Bookmarked
3
Total users
2
Monthly active users
8 days ago
Last modified
Categories
Share
Cdiscount Scraper
Scrape products, prices, specifications, ratings, and availability from Cdiscount.com — France's second-largest e-commerce platform.
Why use this actor?
Cdiscount is one of France's biggest online marketplaces with millions of products across electronics, home, fashion, and more. This actor lets you extract structured product data at scale for price monitoring, competitor analysis, market research, and lead generation without building your own scraper infrastructure.
Input
| Field | Type | Required | Description |
|---|---|---|---|
startUrls | Array | No | Category or product URLs to scrape |
searchQuery | String | No | Search for products by keyword (e.g., "iPhone 16", "aspirateur robot") |
maxResults | Integer | No | Maximum results to return (default: 100) |
proxyConfiguration | Object | No | Proxy settings (recommended for large runs) |
If neither startUrls nor searchQuery is provided, the actor defaults to searching for "smartphone".
Output
Each result contains:
| Field | Type | Example |
|---|---|---|
name | String | "Samsung Galaxy S25 Ultra 256Go" |
brand | String | "Samsung" |
price | Number | 1099.99 |
currency | String | "EUR" |
originalPrice | Number | 1299.99 |
sku | String | "SAM-S25U-256" |
ean | String | "8806095577890" |
inStock | Boolean | true |
rating | Number | 4.5 |
reviewCount | Number | 87 |
url | String | Full product URL |
imageUrl | String | Primary product image URL |
imageUrls | Array | All product image URLs |
specs | Object | {"Stockage": "256 Go", "RAM": "12 Go"} |
category | String | "Téléphonie > Smartphones" |
description | String | Product description text |
seller | String | "Cdiscount" |
Example output
{"name": "Samsung Galaxy S25 Ultra 256Go Bleu Titane","brand": "Samsung","price": 1099.99,"originalPrice": 1299.99,"currency": "EUR","sku": "SAM-S25U-256BT","inStock": true,"rating": 4.5,"reviewCount": 87,"url": "https://www.cdiscount.com/telephonie/telephone-mobile/samsung-galaxy-s25-ultra/f-1440404-sam8806095577890.html","imageUrl": "https://www.cdiscount.com/pdt2/5/7/7/1/700x700/sam8806095577890/rw/samsung-galaxy-s25-ultra.jpg","specs": {"Stockage": "256 Go","RAM": "12 Go","Taille d'ecran": "6.9 pouces"},"category": "Téléphonie > Smartphones","description": "Samsung Galaxy S25 Ultra avec S Pen intégré...","seller": "Cdiscount","scrapedAt": "2026-04-03T14:30:00.000Z"}
Cost estimate
This actor uses Playwright (browser-based) to bypass Cloudflare protection. It charges $0.04 per run (start fee, based on its 4 GB memory allocation) plus $0.005 per result scraped. 100 results costs about $0.54; 1,000 results about $5.04. A run's usage cost only settles after it reports SUCCEEDED.
Tips
- Use proxies — Cdiscount has Cloudflare protection. Apify proxy (residential group) is recommended for reliable scraping.
- Start with search — Searching by keyword is the easiest way to find products.
- Category pages — Paste category URLs directly from cdiscount.com for targeted scraping.
- Keep maxResults reasonable — Start with 50-100 to test, then scale up.
Limitations
- Cloudflare protection means the actor requires a browser (Playwright), making it slower than HTTP-based scrapers
- Very large runs (1000+ products) may need residential proxies for consistent results
- Some marketplace seller pages may have different HTML structures
- Data is scraped from the public website and may change without notice
- Respect the website's terms of service and use responsibly
How to scrape Cdiscount data
- Go to this actor's page on the Apify Store.
- Click Try for free to open it in Apify Console.
- Configure your search query or URL, set the maximum number of results, and adjust proxy settings if needed.
- Click Start and wait for the run to finish.
- Download your data in JSON, CSV, Excel, or connect it to your workflow via API.
You can also schedule regular runs, set up webhooks for real-time notifications, or integrate the results directly into your application using the Apify API.
Features
- No login required — scrapes publicly available data from Cdiscount without needing credentials or cookies.
- Structured output — results are returned as clean JSON objects, ready for processing.
- Pagination handling — automatically follows multiple pages of results.
- Proxy support — configurable proxy settings for reliable, large-scale scraping.
- Flexible input — search by keyword, provide specific URLs, or crawl categories.
- Scheduled runs — run on a schedule to keep your dataset up to date automatically.
- API access — integrate results into your workflow using the Apify API or webhooks.
FAQ
Is it legal to scrape Cdiscount? Web scraping of publicly available data is generally permitted. This actor only accesses information that is publicly visible to any website visitor. Always review the website's terms of service before scraping.
How often should I run this scraper? For price monitoring or competitive intelligence, daily or weekly runs are common. Set up a schedule in Apify Console to automate this.
Can I export the data to Google Sheets or Excel? Yes. After each run, you can download results in CSV, JSON, or Excel format directly from Apify Console. You can also connect results to Google Sheets using Apify integrations.
What if the scraper stops working? Websites change their structure occasionally. If you notice issues, please open an issue on the actor's page. We actively maintain this scraper and fix issues promptly.