VOOZH about

URL: https://apify.com/shahidirfan/cdiscount-product-scraper

โ‡ฑ Cdiscount Product Scraper ยท Apify


Pricing

from $1.49 / 1,000 results

Go to Apify Store

Cdiscount Product Scraper

Extract real-time product data, prices, and reviews from Cdiscount. Perfect for price monitoring, market research, inventory tracking, and competitive analysis. Get detailed product information with high-speed, reliable scraping.

Pricing

from $1.49 / 1,000 results

Rating

5.0

(3)

Developer

๐Ÿ‘ Shahid Irfan

Shahid Irfan

Maintained by Community

Actor stats

1

Bookmarked

25

Total users

6

Monthly active users

a month ago

Last modified

Share

Extract product listing data from Cdiscount search pages in a structured dataset. Collect pricing, seller, rating, media, and listing metadata at scale for market research, catalog monitoring, and price analysis. Built for fast recurring runs with configurable limits and clean output.

Features

  • Search-based extraction - Collect products directly from Cdiscount search result pages.
  • Pagination support - Traverse multiple result pages until your requested limit is reached.
  • Rich product fields - Capture product, seller, pricing, media, rating, and ranking details.
  • Clean output - Automatically removes null and empty fields from dataset items.
  • Sponsored visibility - Optionally include sponsored offers in results.

Use Cases

Price Monitoring

Track product prices and striked prices over time to detect changes and promotions. Build historical datasets for pricing intelligence.

Catalog Research

Analyze which products appear for strategic search terms. Identify listing density, competition, and category composition.

Seller Benchmarking

Compare seller presence, rating signals, and listing positions for target keywords. Monitor how seller visibility changes across runs.

Product Discovery

Collect top results for niche keywords to discover new products, brands, and categories quickly.


Input Parameters

ParameterTypeRequiredDefaultDescription
startUrlStringNohttps://www.cdiscount.com/search/10/chair.htmlCdiscount search URL to scrape.
keywordStringNo"chair"Keyword used to build a search URL if startUrl is empty.
results_wantedIntegerNo20Maximum number of products to collect.
max_pagesIntegerNo10Maximum number of pages to process.
includeSponsoredBooleanNotrueInclude sponsored offers when available.
proxyConfigurationObjectNo{ "useApifyProxy": false }Optional proxy settings.

Output Data

Each dataset item can include:

FieldTypeDescription
offerIdIntegerUnique offer identifier.
productIdStringProduct identifier.
productNameStringListing title.
productUrlStringProduct page URL.
priceNumberCurrent price.
priceWithoutVatNumberPrice value without VAT when available.
strikedPriceNumberReference or previous price.
currencyStringCurrency code used for price values.
averageOverallRatingNumberAverage customer rating.
ratingCountIntegerNumber of ratings.
sellerIdIntegerSeller identifier.
sellerNameStringSeller display name.
sellerCountryStringSeller expedition country.
brandIdIntegerBrand identifier.
categoryIdIntegerCategory identifier.
categoryCodePathStringCategory path code.
departmentIdIntegerDepartment identifier.
imageUrlStringMain product image URL.
pageIntegerSearch result page number.
rankOnPageIntegerPosition on page.
searchWordStringSearch term used on the page.
isSponsoredBooleanWhether the offer is sponsored.
isCdavBooleanCDAV flag when available.
commercialOperationsArrayPromotion or campaign details when available.
bulletPointsArrayProduct highlight attributes.
fetchedAtStringISO timestamp of extraction.

Usage Examples

Basic Search URL Extraction

{
"startUrl":"https://www.cdiscount.com/search/10/chair.html",
"results_wanted":20
}

Keyword-driven Collection

{
"keyword":"desk lamp",
"results_wanted":50,
"max_pages":5
}

Include Sponsored Offers

{
"startUrl":"https://www.cdiscount.com/search/10/chair.html",
"results_wanted":30,
"includeSponsored":true
}

Sample Output

{
"fetchedAt":"2026-03-09T12:34:56.000Z",
"searchWord":"chair",
"totalResultCount":7352,
"currentPage":1,
"totalPages":101,
"page":1,
"rankOnPage":1,
"offerId":2832604773,
"productId":"auc1692267482141",
"productName":"Wahson Chaise Salle a Manger Lot de 2",
"productUrl":"https://www.cdiscount.com/maison/fauteuil-pouf-poire/lot-de-2-chaises-de-salle-a-manger-en-velours-pied/f-117200302-auc1692267482141.html",
"imageUrl":"https://www.cdiscount.com/pdt2/1/4/1/1/400x400/auc1692267482141/rw/lot-de-2-chaises-de-salle-a-manger-en-velours-pied.jpg",
"price":195.99,
"strikedPrice":239.99,
"currency":"EUR",
"averageOverallRating":4.62,
"ratingCount":35,
"sellerId":159554,
"sellerName":"GY Furniture",
"sellerCountry":"ALLEMAGNE",
"isSponsored":true,
"isCdav":false
}

Tips for Best Results

Use Stable Search URLs

  • Start from a clear Cdiscount search URL that already shows relevant products.
  • Keep keyword intent narrow to reduce noisy listings.

Tune Limits for Speed

  • Start with results_wanted: 20 for quick validation runs.
  • Increase limits gradually for larger production exports.

Manage Pagination

  • Increase max_pages only when you need deeper coverage.
  • Combine max_pages with results_wanted to control runtime.

Capture Sponsored Insights

  • Keep includeSponsored enabled when advertising visibility matters.
  • Disable it if you only want standard organic listings.

Proxy Reliability

  • Use proxy settings when running at higher scale.
  • Keep input consistent between scheduled runs for comparable trend data.

Integrations

Connect your dataset with:

  • Google Sheets - Build shareable tracking dashboards.
  • Airtable - Organize product and seller snapshots over time.
  • Looker Studio - Visualize pricing and rank trends.
  • BigQuery - Run analytics across large historical datasets.
  • Zapier - Trigger downstream workflows from new runs.
  • Make - Automate multi-step reporting pipelines.

Export Formats

  • JSON - Flexible structured output for APIs and ETL.
  • CSV - Spreadsheet-friendly analysis.
  • Excel - Business reporting workflows.
  • XML - Legacy integration support.

Frequently Asked Questions

How many products can I collect?

You can collect as many as available based on your results_wanted and max_pages settings.

Does it support pagination?

Yes. The actor iterates search pages and stops when limits are reached.

Why are some fields missing in certain items?

Some offers do not expose every attribute. Empty and null values are removed from output for cleaner datasets.

Can I include sponsored products?

Yes. Set includeSponsored to true.

Is this suitable for scheduled monitoring?

Yes. It is suitable for recurring runs with stable input and consistent limits.


Support

For issues or feature requests, use Apify Console support channels.

Resources


Legal Notice

This actor is designed for legitimate data collection use cases. You are responsible for complying with Cdiscount terms, local laws, and applicable data usage requirements.

You might also like

Cdiscount Product Search Scraper

ecomscrape/cdiscount-product-search-scraper

The Cdiscount Product Search Scraper extracts detailed product data from Cdiscount, including name, price, sku, etc., using search query URLs. It's perfect for market research, trend analysis, lead generation, and campaign planning.

ecomscrape

20

Cdiscount Product Details Scraper

ecomscrape/cdiscount-product-page-details-scraper

Cdiscount Product Details Scraper extracts detailed product data from all Cdiscount country sites, including name, brand, price, rating, image URLs, etc., in structured formats like JSON by providing product details page urls.

ecomscrape

15

Cdiscount Listings Scraper

piotrv1001/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.

Cdiscount Scraper

saswave/cdiscount-scraper

Cdiscount Search Scraper, data extraction tool designed for Cdiscount.com, one of France's leading e-commerce platforms. Programmatically search for products and capture detailed pricing, seller information, and customer sentiment, for anyone looking to compete in the French retail market.

Cdiscount Scraper โ€” French E-Commerce Products & Prices

studio-amba/cdiscount-scraper

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

Target Product Scraper

shahidirfan/target-product-scraper

Scrape Target.com product data instantly. Extract prices, reviews, ratings, images & inventory levels. Perfect for price monitoring, competitive analysis & market research. Full product details, zero coding required. Reliable & fast data extraction.

18

5.0

Flipkart Product Scraper ๐Ÿ›๏ธ

easyapi/flipkart-product-scraper

Scrape product data from Flipkart search results, including prices, images, titles, and detailed product information. Perfect for price monitoring, market research, and competitive analysis.

Amazon Product Scraper

vulnv/amazon-product-scraper

Extract complete product details from Amazon including prices, reviews, descriptions, images, and specifications. Get accurate data for market research, price monitoring, and product analysis.

Nike Product Scraper ๐Ÿ‘Ÿ

easyapi/nike-product-scraper

Extract product data from Nike.com search results including prices, colors, images and detailed product information. Perfect for price monitoring, product analysis and market research.

Costco Product Search Scraper ๐Ÿ›’

easyapi/costco-product-search-scraper

Scrape product data from Costco.com search results. Extract detailed product information including prices, descriptions, ratings, and availability. Perfect for price monitoring, market research and competitive analysis.