CDiscount Scraper — French E-commerce Products, Prices & Deals avatar

CDiscount Scraper — French E-commerce Products, Prices & Deals

Pricing

from $5.00 / 1,000 result scrapeds

Go to Apify Store
CDiscount Scraper — French E-commerce Products, Prices & Deals

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

Studio Amba

Maintained by Community

Actor 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

FieldTypeRequiredDescription
startUrlsArrayNoCategory or product URLs to scrape
searchQueryStringNoSearch for products by keyword (e.g., "iPhone 16", "aspirateur robot")
maxResultsIntegerNoMaximum results to return (default: 100)
proxyConfigurationObjectNoProxy settings (recommended for large runs)

If neither startUrls nor searchQuery is provided, the actor defaults to searching for "smartphone".

Output

Each result contains:

FieldTypeExample
nameString"Samsung Galaxy S25 Ultra 256Go"
brandString"Samsung"
priceNumber1099.99
currencyString"EUR"
originalPriceNumber1299.99
skuString"SAM-S25U-256"
eanString"8806095577890"
inStockBooleantrue
ratingNumber4.5
reviewCountNumber87
urlStringFull product URL
imageUrlStringPrimary product image URL
imageUrlsArrayAll product image URLs
specsObject{"Stockage": "256 Go", "RAM": "12 Go"}
categoryString"Téléphonie > Smartphones"
descriptionStringProduct description text
sellerString"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

  1. Go to this actor's page on the Apify Store.
  2. Click Try for free to open it in Apify Console.
  3. Configure your search query or URL, set the maximum number of results, and adjust proxy settings if needed.
  4. Click Start and wait for the run to finish.
  5. 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.