Castorama France Scraper — Prix, EAN, Stock & Avis
Pricing
from $8.00 / 1,000 product listeds
Castorama France Scraper — Prix, EAN, Stock & Avis
Extrait les produits de castorama.fr par mot-clé, catégorie ou URL produit : nom, EAN (GTIN-13), prix TTC, note, avis, disponibilité, images, caractéristiques.
Pricing
from $8.00 / 1,000 product listeds
Rating
0.0
(0)
Developer
Cyril Faia
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
Extract product data from castorama.fr, France's second-largest DIY and building-materials retailer (Kingfisher group). Search by keyword, crawl a category, or enrich specific product pages. Output is clean JSON/CSV/Excel with EAN (GTIN-13), price in EUR, ratings, availability, click & collect / home delivery flags, brand, full technical specifications and customer reviews.
Built for price monitoring, catalogue matching by EAN, construction cost estimation, market research on the French DIY market, and AI agents that need reliable building-materials pricing.
What you get
Listing mode (default, fast, cheapest): one row per product found in search results or category pages.
{"name": "Parquet contrecollé clipsable Bishorn XXL en chêne verni aspect naturel","ean": "3663602537038","price": 56.64,"priceCurrency": "EUR","rating": 3.77,"reviewCount": 99,"description": "Le parquet contrecollé constitue un revêtement de sol très stable…","image": "https://media.castorama.fr/is/image/Castorama/parquet-contrecolle-…_01i","url": "https://www.castorama.fr/parquet-contrecolle-clipsable-bishorn-xxl-…/3663602537038_CAFR.prd","position": 1,"source": "kw:parquet chêne","scrapedAt": "2026-09-17T09:12:44.318Z"}
Detail mode (fetchDetails: true): every product page is visited and enriched.
{"name": "Perceuse visseuse à percussion sans fil Mac Allister 18V MCI1258COM 50Nm","ean": "5063022700407","brand": "Mac Allister","price": 49.9,"priceCurrency": "EUR","availability": "in_stock","clickAndCollect": true,"homeDelivery": true,"handlingDays": 4,"category": "Perceuse visseuse","categoryPath": ["Outillage", "Outillage électroportatif", "Perceuse", "Perceuse visseuse"],"rating": 4.46,"reviewCount": 15,"specs": {"Marque": "Mac Allister","Nom/numéro de modèle": "MCI1258COM","Couple maximal en démarrage rapide (en Nm)": "50Nm","Capacité maximale du mandrin (en mm)": "13mm","Nombre de vitesses": "2","…": "20 to 40 attributes per product"},"images": ["https://media.castorama.fr/is/image/Castorama/…_01c", "…"],"reviews": [{ "author": "…", "rating": 5, "date": "2026-08-30", "title": "…", "text": "…" }],"url": "https://www.castorama.fr/…/5063022700407_CAFR.prd"}
Input
| Field | Type | Description |
|---|---|---|
keywords | string[] | Search terms, e.g. parquet chêne, visseuse 18V, vis torx 4x40. Castorama redirects exact category matches to the category page; both are handled. |
startUrls | url[] | Category URLs (…/cat_id_3144.cat), search URLs (/search?term=…) or product URLs (…_CAFR.prd). |
maxItems | integer | Stop after this many products (0 = unlimited). Default 100. |
maxPagesPerSource | integer | Pages to crawl per keyword/category, 48 products per page. Default 3. |
fetchDetails | boolean | Visit every product page for brand, availability, specs, images, reviews. Default false. |
proxyConfiguration | object | Apify Proxy (datacenter is sufficient). |
Minimal example:
{ "keywords": ["parquet chêne", "carrelage 60x60"], "maxItems": 200 }
Price-monitoring example (fixed list of EANs you already know):
{"startUrls": [{ "url": "https://www.castorama.fr/parquet-contrecolle-clipsable-bishorn-xxl-en-chene-verni-aspect-naturel/3663602537038_CAFR.prd" }],"fetchDetails": true}
Pricing
Pay per event, no subscription:
- Product listed — charged per product returned in listing mode.
- Product detail — charged per enriched product page (
fetchDetails: true). - Actor start — a small fixed fee per run.
A 500-product price check costs well under a dollar. Runs stop automatically when your maximum spend is reached.
Use cases
- Price monitoring for your own catalogue: feed EANs, schedule daily, diff prices.
- Construction quotes: get current material prices for a bill of quantities.
- Marketplace sellers: benchmark against Castorama's price on identical EANs.
- Market research: brand share, price bands and rating distribution per category.
- AI agents: this Actor is available through Apify's MCP server and agentic payments, so an agent can call it directly with a keyword and receive structured prices.
Integrations
Export to JSON, CSV, Excel, XML or RSS; push to Google Sheets, Slack, Make, Zapier, n8n or any webhook via Apify integrations. Schedule runs from the Apify console. Access results through the Apify API or the MCP server.
Notes and limits
- Prices are the national web price in EUR including VAT. Store-specific stock is not included in this version.
- Castorama pages are public; the Actor reads the structured data (schema.org) the site publishes for search engines, and never logs in.
- Reviews are limited to the ones embedded on the product page (up to 20 per product).
- If Castorama changes its markup, the Actor is monitored and updated; open an issue on the Actor page if you spot missing fields.
Legal
Scrape responsibly. Product names, prices and availability are factual public data; respect Castorama's terms and applicable law (RGPD does not apply to product data, but do not use this Actor to collect personal data such as reviewer identities for other purposes). You are responsible for how you use the output.