Cdiscount Product Scraper | FR Prices & Offers
Pricing
from $3.00 / 1,000 results
Cdiscount Product Scraper | FR Prices & Offers
Scrape Cdiscount.com (France) products — keyword search, categories, campaigns, reconditioned & PDP. Extract prices, GTIN, ratings, sellers, shipping & offers. Export Excel/CSV/JSON.
Pricing
from $3.00 / 1,000 results
Rating
0.0
(0)
Developer
kane liu
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
a day ago
Last modified
Categories
Share
Cdiscount Product Scraper | FR Prices, Search & Offers
Scrape Cdiscount.com product listings, keyword search, categories, campaigns, reconditioned deals, and product detail pages — then download structured French e-commerce data as Excel, CSV, or JSON.
Use this Actor as a practical Cdiscount product data API for price monitoring, marketplace research, and competitor tracking on France’s major online retailer. Choose a mode, set limits, and get Dataset rows with prices, GTINs, ratings, sellers, shipping signals, and product URLs.
- Scrape Cdiscount keyword search, category browse (
/l-{id}), campaign / promo pages (/b-…), reconditioned listings, and product detail pages - Extract price, currency (EUR), title, SKU, categoryId, GTIN/EAN, brand, rating, review count, seller, offers, shipping, energy label
- Apply sort / brand / price filters, mark sponsored rows, and set ship-to country (FR, BE, ES, IT, DE, …) as a delivery attribute
- Export to Excel / CSV / JSON, or connect Make, n8n, Zapier, Python, or the Apify API
- Pay per event — Actor start + each Dataset result; platform usage is included (you do not pay separate Apify compute on top)
Unofficial tool. This Actor is not affiliated with, endorsed by, or sponsored by Cdiscount. It collects publicly reachable shopping surfaces and does not place orders, checkout, or access private accounts. Voyages / Forfait / Assurance verticals are out of scope.
What does the Cdiscount Product Scraper do?
Cdiscount Product Scraper lets you extract structured product data from www.cdiscount.com without running your own anti-bot browser fleet. Give it a keyword, category id, campaign URL, or product URL / SKU, then start a run.
Under the hood, the Actor:
- Validates your input (mode, keyword / category / campaign / product, filters)
- Enforces free-tier caps when you are on a free Apify plan
- Calls a managed Cloud Run worker (
cdiscount-com) that opens Cdiscount with residential FR egress - Prefers LPLR preloaded state on listings (DOM/HTML fallback), and JSON-LD + offers + BFF on PDP
- Pushes Dataset rows ready for Excel / CSV / JSON export
- Writes
RUN_SUMMARY(andERROR_SUMMARYon failure) to the key-value store
You run it like any other Apify Actor — schedule it, call it from the API, or plug it into automations.
What Cdiscount data can I extract?
| Data | Keyword search | Category | Campaign | Reconditioned | Product detail |
|---|---|---|---|---|---|
| SKU / categoryId / URL | ✅ | ✅ | ✅ | ✅ | ✅ |
| Title (cleaned) | ✅ | ✅ | ✅ | ✅ | ✅ |
| Price / currency (EUR) | ✅ | ✅ | ✅ | ✅ | ✅ |
| Rating / review count | ✅ | ✅ | ✅ | ✅ | ✅ |
| Sponsored flag | ✅ | ✅ | ✅ | ✅ | — |
| Condition (e.g. refurbished) | ✅* | ✅* | ✅* | ✅ | ✅ |
| Brand / seller | ✅* | ✅* | ✅* | ✅* | ✅ |
| GTIN / EAN | — | — | — | — | ✅ |
| Multi-offers / offerCount | — | — | — | — | ✅ |
| Shipping modes (BFF) | — | — | — | — | ✅* |
| Energy label | — | — | — | — | ✅* |
| Ship-to country field | ✅ | ✅ | ✅ | ✅ | ✅ |
*When present on the page / preloaded state / BFF. Energy labels apply mainly to appliances; many electronics return no label.
Why scrape Cdiscount?
Cdiscount is one of France’s largest e-commerce marketplaces, with deep catalogs across electronics, home, reconditioned devices, and marketplace sellers. Teams scrape Cdiscount for price monitoring, competitive analysis, and assortment research:
- Monitor French retail prices, promotions, and campaign pages
- Track reconditioned (
rcd*) inventory and condition flags - Capture SKU + GTIN, ratings, sellers, and multi-offer rows for listing enrichment
- Enrich PDPs with shipping mode lists and EU energy labels when available
- Feed BI dashboards, pricing tools, or AI agents with structured FR/EUR rows
Compared with single-mode Cdiscount Actors that only accept a search URL or only category links, this Actor covers keyword + category + campaign + reconditioned + product detail, with sort/filters, ship-to annotation, and offer/shipping enrich in one input surface.
How to scrape Cdiscount products (no code required)
- Create a free Apify account
- Open Cdiscount Product Scraper
- Choose a mode:
keywordSearch,categoryBrowse,campaignBrowse,reconditioned, orproductDetail - Enter a keyword, categoryId / categoryUrl, campaignUrl, or productUrl / sku + categoryId
- (Optional) Set
sort,brand,minPrice/maxPrice,shipToCountry,maxResults - Click Start and download the Dataset as JSON, CSV, Excel, or JSONL
Start with maxResults: 5–10 to verify the query, then scale up.
How much does it cost to scrape Cdiscount?
This Actor uses pay-per-event pricing. You are charged for:
| Event | Price |
|---|---|
Actor Start (apify-actor-start) | $0.005 per start |
Result (apify-default-dataset-item) | $3.00 / 1,000 results ($0.003 each) |
Platform usage costs are included — you do not pay separate Apify compute/proxy usage for this Actor on top of the event prices above (User pays platform usage costs = No).
Example cost estimates
| Results collected | Approx. event cost* |
|---|---|
| 100 | ~$0.31 |
| 1,000 | ~$3.01 |
| 10,000 | ~$30.01 |
*Assumes one Actor start at default memory billing for start events, plus $0.003 per Dataset item. Exact start billing can scale with allocated memory (one start event per GB, minimum one).
Free plan limits
On a free Apify plan, this Actor enforces developer limits of 10 runs and 200 results per run. Upgrade to a paid Apify plan for unlimited runs (event prices still apply).
Input examples
Keyword search
{"mode": "keywordSearch","keyword": "ssd nvme","maxResults": 40,"maxPages": 2,"sort": "priceAsc","shipToCountry": "BE"}
Category browse
{"mode": "categoryBrowse","categoryId": "14404","maxResults": 30,"maxPages": 1}
Reconditioned
{"mode": "reconditioned","keyword": "iphone","maxResults": 20}
Product detail (PDP)
{"mode": "productDetail","productUrl": "https://www.cdiscount.com/f-10703-m280cs1030500rb.html","fetchBff": true}
Campaign browse
{"mode": "campaignBrowse","campaignUrl": "https://www.cdiscount.com/b-123456-example.html","maxResults": 25}
Output example
Listing row (search / category):
{"sku": "m280cs1030500rb","categoryId": "10703","url": "https://www.cdiscount.com/f-10703-m280cs1030500rb.html","title": "PNY - CS1030 - SSD - 500 Go - M.2 2280 - M280CS1030-500-RB","price": 84.99,"currency": "EUR","rating": 4.5,"reviewCount": 120,"sponsored": false,"shipToCountry": "BE","browseCountry": "FR","sourceSurface": "keywordSearch","enginePath": "patchright+lplr"}
PDP row (extra fields when available): gtin, brand, offers[], offerCount, sellerName, shipping, energyLabel, offerId.
Coverage matrix
| Dimension | Scope |
|---|---|
| Market / host | FR catalog on www.cdiscount.com / EUR |
| Ship-to countries | FR, BE, ES, IT, DE, NL, LU, AT, IE, PT (delivery attribute — not separate TLDs) |
| Modes | keywordSearch · campaignBrowse · categoryBrowse · reconditioned · productDetail |
| Features | title DQ · sponsored · condition · sort/filters · LPLR · multi-offers · shipping BFF · energy label |
| Waived | Voyages · mobile Forfait · Assurance · seller onboarding portals |
Tips for better results
- Prefer keywordSearch or categoryBrowse for bulk discovery; use productDetail when you need GTIN, offers, or shipping
- Reconditioned SKUs often start with
rcd*— usemode: reconditionedinstead of inventing filter query params shipToCountryannotates destination eligibility; it does not switch the catalog host- Keep
maxPagesmodest first; Cdiscount listing pages can be heavy under bot protection - Default memory is 1024 MB — enough for the thin Actor (browser work runs on the worker)
Integrations
- Apify API / client — start runs and pull Dataset items programmatically
- Schedules — daily/hourly price monitors
- Webhooks — notify Slack, Make, or n8n when a run finishes
- Exports — Excel, CSV, JSON, JSONL from the Dataset tab
FAQ
Is this an official Cdiscount API?
No. It is an unofficial scraper for publicly visible product pages and listings.
Can I scrape Cdiscount Belgium / Spain sites?
The catalog host is France (www.cdiscount.com). Cross-border delivery destinations can be set via shipToCountry; there is no separate .be / .es catalog mode in this Actor.
Why are some energy labels empty?
Many non-appliance products have no EU energy label (BFF returns no content). Appliances often expose energyLabel.value (e.g. A) from the product page.
Do I need my own proxies?
No. The worker provides residential FR egress (WORKER_PROVIDES_PROXY=1). You do not configure Apify proxy groups for normal runs.
Support
Open an issue on the Actor’s Apify page if a mode fails on a specific URL or keyword. Include the run ID and a short sample input (no secrets).