La Centrale Scraper
Pricing
from $0.80 / 1,000 vehicle listing (card)s
La Centrale Scraper
Scrape used-car listings from lacentrale.fr: make, model, version, year, mileage, price, gearbox, fuel, colour, seller and decoded phone. Detail mode adds full specs, warranty, price-drop history, dealer Google reviews, equipment and photos. Search by URL or filters. JSON/CSV/Excel
Pricing
from $0.80 / 1,000 vehicle listing (card)s
Rating
0.0
(0)
Developer
Muhamed Didovic
Maintained by CommunityActor stats
1
Bookmarked
20
Total users
18
Monthly active users
3 days ago
Last modified
Categories
Share
All-in-one lacentrale.fr used-car scraper — paste any search or listing URL, or just set a few filters, and get clean structured car data: make, model, version, year, mileage, price, gearbox, fuel, colour, seller, and the decoded contact phone. Flip on detail mode for full specs, warranty, price-drop history, seller Google reviews, equipment and every photo.
| Input you give | Rows you get |
|---|---|
A search/listing URL (/listing?makesModelsCommercialNames=RENAULT) | One row per car on every result page |
A direct classified URL (/auto-occasion-annonce-69118639004.html) | One full detail record for that car |
| Just filters (make, model, fuel, price, year, mileage, department…) | One row per matching car |
Pure HTTP + managed challenge-solving. No headless browser. La Centrale is protected by DataDome — this actor gets past it reliably and parses the car data straight from the page's embedded JSON.
Why use this scraper
- Two cost tiers, your choice. Card mode (default) reads ~24 fully-structured cars per page fetch — cheap, fast, ideal for market monitoring and lead-gen. Detail mode fetches each car's page for the complete record.
- Decoded seller phone numbers. La Centrale base64-obfuscates dealer phones on the page; this actor decodes them, so every card carries a callable number.
- Seller Google reviews. Detail mode returns each dealer's Google rating, review count and sample reviews — intel no other La Centrale scraper on the Store provides.
- Price intelligence. Detail records include the full price-drop history, La Centrale's "good deal" badge, and its refined market quotation.
- Search however you like. Paste a URL you built on the site, or skip the site entirely and drive it with structured filters.
How it works
- You give a listing URL, a direct classified URL, or a set of filters (make/model/fuel/price/year/mileage/department).
- We unlock the page: La Centrale returns a DataDome
403challenge to any plain HTTP request. The actor solves the challenge on a French residential IP, reuses the resulting session cookie across many pages, and re-solves automatically when a cookie expires. - You get clean rows parsed from the page's embedded state (
__PRELOADED_STATE_LISTING__on search pages,SummaryInformationDataon detail pages) — as JSON, CSV or Excel.
Supported inputs
| Input | Example | Notes |
|---|---|---|
| Search/listing URL | https://www.lacentrale.fr/listing?makesModelsCommercialNames=RENAULT | Any filter combination you build on the site; paginated automatically |
| Direct classified URL | https://www.lacentrale.fr/auto-occasion-annonce-69118639004.html | Always returns a full detail record |
| Structured filters | make: RENAULT, model: CLIO, energies: [DIESEL], priceMax: 12000 | Used when no Start URLs are given |
Use cases
- Dealer lead generation — pull thousands of listings with seller names and decoded phone numbers.
- Used-car pricing & market analysis — track prices, mileage, and price-drops across make/model/region over time.
- Inventory monitoring — watch a specific make/model/price band and re-run on a schedule.
- Dealer reputation research — combine listings with each seller's Google rating and reviews (detail mode).
- Competitive intelligence — see what stock competitors list, at what prices, with what equipment.
Input configuration
| Field | Type | Required | Notes |
|---|---|---|---|
startUrls | array | no | Listing or classified URLs. Overrides the filters below. |
make | string | no | e.g. RENAULT, PEUGEOT, BMW |
model | string | no | e.g. CLIO, 308. Requires make. |
energies | array | no | DIESEL, ESSENCE, ELECTRIC, HYBRID, PLUGIN_HYBRID, … |
categories | array | no | CITADINE, COMPACTE, BERLINE, SUV_4X4_CROSSOVER, … |
gearbox | string | no | MANUAL or AUTO |
regions | array | no | French department codes, e.g. 75, 13, 69 |
priceMin / priceMax | integer | no | Price band in euros |
yearMin / yearMax | integer | no | Registration-year band |
mileageMax | integer | no | Maximum kilometres |
scrapeDetailPages | boolean | no | false (default) = card mode; true = full detail records |
maxItems | integer | no | Max cars to return (default 1000) |
maxConcurrency | integer | no | Parallel detail fetches (default 6) |
Example input
{"make": "RENAULT","model": "CLIO","energies": ["DIESEL"],"priceMax": 12000,"yearMin": 2015,"scrapeDetailPages": false,"maxItems": 500}
Output
Card mode (scrapeDetailPages: false) — one row per car
{"classifiedId": "87103513329","url": "https://www.lacentrale.fr/auto-occasion-annonce-87103513329.html","reference": "W103513329","make": "RENAULT","model": "CLIO","version": "IV 1.5 DCI 90 BUSINESS EDC EURO6","year": 2015,"mileage": 125000,"price": 9990,"gearbox": "MANUAL","energy": "DIESEL","externalColor": "gris foncé","goodDealBadge": "VERY_GOOD_DEAL","customerType": "PRO","sellerName": "GFC AUTOMOBILES","phone": "0257840171","departmentCode": "44","picturesCount": 24,"photoUrl": "https://pictures.lacentrale.fr/classifieds/W103513329_STANDARD_0.jpg","firstOnlineDate": "2026-06-30"}
Detail mode (scrapeDetailPages: true) — full record
Everything above, plus:
{"title": "RENAULT CLIO IV","priceInitial": 5490,"priceCurrent": 4990,"priceHistory": [5490, 4990],"isPriceDropping": false,"refinedQuotation": 6167,"reliabilityIndex": 3,"firstHand": false,"powerDin": 90,"fiscalHorsePower": 5,"co2Combined": 120,"critairLevel": "2","consumptionCity": 5.4,"seatingCapacity": 5,"constructorWarrantyMonths": 24,"equipments": ["Climatisation automatique", "Régulateur de vitesse", "GPS", "..."],"sellerType": "CENTRE_MULTIMARQUES","sellerCity": "AUBAGNE","sellerLatitude": 43.316636,"sellerLongitude": 5.591536,"sellerRating": 3.8,"sellerReviewCount": 270,"sellerReviewsUrl": "https://maps.google.com/?cid=…","sellerReviews": [{ "rating": 5, "author": "…", "text": "…", "publishTime": "2026-06-09T08:54:42.000Z" }],"images": ["https://pictures.lacentrale.fr/classifieds/…_STANDARD_0.jpg", "…"]}
Key output fields
| Field | Description |
|---|---|
make / model / version | Manufacturer, model, and full trim/engine version string |
year / mileage / price | Registration year, kilometres, asking price (EUR) |
gearbox / energy | Transmission (MANUAL/AUTO) and fuel type |
phone | Decoded dealer phone number |
sellerName / sellerType / sellerCity | Dealer identity and location |
goodDealBadge / refinedQuotation | La Centrale's deal rating and market-price estimate |
priceHistory / isPriceDropping | Full price-change trail (detail mode) |
sellerRating / sellerReviews | Dealer Google rating + sample reviews (detail mode) |
equipments / images | Full equipment list and every photo URL (detail mode) |
FAQ
Do I need proxies or a captcha-solver account? No. Everything — residential proxying and DataDome challenge-solving — is handled inside the actor. You just provide input.
Card mode vs detail mode — which should I use? Card mode for volume (market monitoring, lead lists) — it returns ~24 fully-usable cars per page fetch. Detail mode when you need the deep fields (full specs, price history, seller reviews, all images), at a higher per-car cost.
Are seller phone numbers real? Yes — La Centrale obfuscates them on the page (base64); the actor decodes them into standard French numbers.
Why are sellerReviews sometimes empty? Some dealers have no Google reviews linked — that's the true state of the source, not a scrape gap. Private sellers also have no dealer profile.
Can I monitor a specific search on a schedule? Yes — save your filter set (or a listing URL) and run the actor on an Apify schedule.
Notes & limitations
- La Centrale localises and gates content behind DataDome; the actor targets the French (
lacentrale.fr) site with French residential exit IPs. - Detail mode costs more per car than card mode (one page fetch per car vs ~24 cars per fetch) — enable it only when you need the deep fields.
- Fields present only in detail records (specs, price history, seller reviews, equipment, images) are
null/empty in card-mode rows by design.
⚠️ Disclaimer
This actor extracts publicly available data from lacentrale.fr for legitimate purposes such as market research, price analysis, and lead generation. You are responsible for how you use the scraped data. Comply with La Centrale's Terms of Service, applicable data-protection law (including the GDPR when handling personal data such as seller contact details), and all local regulations. Do not use collected personal data for unsolicited marketing where prohibited. This tool is not affiliated with, endorsed by, or connected to La Centrale / Car & Boat Services.
SEO Keywords
La Centrale scraper, lacentrale.fr scraper, used car scraper France, French car listings scraper, voiture occasion scraper, used car data extraction, car dealer leads France, vehicle listings API, car price scraper, car marketplace scraper, RENAULT PEUGEOT scraper, used car pricing data, French auto classifieds scraper, dealer phone scraper, car market intelligence, DataDome bypass scraper, car specs scraper, seller reviews scraper, Apify car scraper, occasion auto France.