Cdiscount Scraper — French E-Commerce Products & Prices avatar

Cdiscount Scraper — French E-Commerce Products & Prices

Pricing

Pay per usage

Go to Apify Store
Cdiscount Scraper — French E-Commerce Products & Prices

Cdiscount Scraper — French E-Commerce Products & Prices

Scrape products, prices, specs, ratings, and availability from Cdiscount.com — France's #2 e-commerce platform. Supports search and category browsing.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Studio Amba

Studio Amba

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 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. Expect approximately 5-8 compute units per 100 results. At standard Apify pricing, that's roughly $0.25-0.40 per 100 products.

Using residential proxies increases cost but improves reliability significantly.

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