Cdiscount Listings Scraper avatar

Cdiscount Listings Scraper

Pricing

from $1.50 / 1,000 product listings

Go to Apify Store
Cdiscount Listings Scraper

Cdiscount Listings Scraper

The Cdiscount Listings Scraper extracts product listings from Cdiscount category pages — names, prices, currency, stock status, ratings, review counts, images, SKUs, and category breadcrumbs, with optional deep details — ideal for price monitoring, market research, and competitive analysis.

Pricing

from $1.50 / 1,000 product listings

Rating

0.0

(0)

Developer

FalconScrape

FalconScrape

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

🛒 Cdiscount Listings Scraper

Easily extract product listings from Cdiscount, one of France's largest online marketplaces. The Cdiscount Listings Scraper turns any category page into clean, structured data — product names, prices, ratings, stock status, images, and more — ready for price monitoring, market research, and competitive analysis.

Just paste a Cdiscount category URL, set how many products you want, and run. You can download the results as JSON, CSV, Excel, or HTML, pull them through the Apify API, or connect them to Google Sheets, Make, Zapier, and hundreds of other integrations. Schedule runs, rotate proxies, and monitor everything from the Apify platform.

✨ Features

  • 🏷️ Comprehensive product data — names, prices, currency, stock status, ratings, review counts, images, SKUs, and category breadcrumbs.
  • 📄 Automatic pagination — the scraper walks through category pages automatically until your item limit is reached.
  • 🔬 Optional deep details — enable detail mode to enrich every product with brand, EAN/GTIN, color, condition, full description, and weight.
  • Fast & reliable — extracts straight from each page's structured data, so output stays clean and consistent.
  • 💸 Pay only for what you scrape — transparent pay-per-result pricing with no monthly subscription.

🛠️ How It Works

  1. Add category URLs — open a category on cdiscount.com, copy the page URL, and paste it into Category / listing URLs.
  2. Set your limit — choose how many products to collect with Max items.
  3. (Optional) Go deeper — turn on Scrape product detail pages to add brand, EAN, color, condition, description, and weight to each product.
  4. Run the scraper — start the run and download structured product data in seconds.

📥 Input

FieldDescription
Category / listing URLs (startUrls)One or more Cdiscount category/listing page URLs to scrape.
Max items (maxItems)Maximum number of products to collect across all URLs. Default: 50.
Scrape product detail pages (scrapeDetails)When enabled, visits each product page for extra fields. Default: false.
Proxy configuration (proxyConfiguration)Optional proxy settings for larger runs.

Example input

{
"startUrls": [
{ "url": "https://www.cdiscount.com/informatique/ordinateurs-pc-portables/ordinateur-portable/l-1070992.html" }
],
"maxItems": 50,
"scrapeDetails": false
}

📊 Sample Output Data

The scraper provides structured JSON output with key product details. Example:

[
{
"name": "PC portable Gamer LENOVO Legion 5 15IRX10 - 15,3\" 165 Hz - Core i7-13650HX - RTX 5070 - 32 Go - 512 Go",
"sku": "83ly007hfr",
"price": 1479.99,
"currency": "EUR",
"inStock": true,
"availability": "InStock",
"imageUrl": "https://www.cdiscount.com/pdt2/h/f/r/9/300x300/83ly007hfr/rw/pc-portable-gamer-lenovo-legion-5.jpg",
"productUrl": "https://www.cdiscount.com/informatique/ordinateurs-pc-portables/.../f-10709-83ly007hfr.html",
"ratingValue": 4.5,
"reviewCount": 77,
"breadcrumbs": ["Informatique", "Ordinateur Portable"],
"category": "Ordinateur Portable",
"position": 1,
"listingUrl": "https://www.cdiscount.com/informatique/ordinateurs-pc-portables/ordinateur-portable/l-1070992.html"
}
]

With Scrape product detail pages enabled, each item also includes:

{
"brand": "LENOVO",
"gtin": "0198158801072",
"color": "Eclipse Black",
"condition": "New",
"description": "PC portable Gamer LENOVO Legion 5 15IRX10 ...",
"weightKg": 2.1,
"bestRating": 5
}

🧾 Output Data Fields

FieldDescription
nameProduct title
skuCdiscount product SKU
priceCurrent price
currencyPrice currency (e.g. EUR)
inStock / availabilityStock status
imageUrlMain product image
productUrlLink to the product page
ratingValue / reviewCountAverage rating and number of reviews
breadcrumbs / categoryCategory path and leaf category
positionPosition on the listing page
brand, gtin, color, condition, description, weightKgExtra fields (detail mode only)

💰 How Much Does It Cost to Scrape Cdiscount?

This Actor uses a pay-per-event pricing model, so you only pay for the data you collect — no monthly fee.

EventPrice (USD)
Actor start$0.001 per run
Product listing item$0.0015 per product
Product detail item$0.004 per product (detail mode)

For example, scraping 1,000 product listings costs about $1.50. New Apify accounts include free monthly usage credits, so you can start testing for free.

💡 Tips

  • Start small — keep maxItems low for a quick test, then scale up once you're happy with the output.
  • Skip detail mode for bulk price tracking — listing pages already include price, rating, and stock, which is all you need for most monitoring use cases.
  • Enable detail mode for catalog enrichment — when you need EAN/GTIN, brand, condition, and full descriptions.
  • Combine multiple categories — add several category URLs in one run to build a broad dataset.

❓ FAQ

Is web scraping legal? Scraping publicly available data is generally legal. This Actor only collects publicly accessible product information and does not gather personal data. You are responsible for how you use the scraped data and for complying with Cdiscount's Terms of Service and applicable laws.

Why are some fields empty? Not every product lists every attribute. Fields that aren't published for a given product are returned as null.

Can I scrape search results? This Actor is optimized for category/listing pages, which provide the cleanest structured data. Paste category URLs for best results.

Something not working? Report issues or request features via the Issues tab on the Actor page — feedback is welcome, and custom solutions are available.