Leboncoin Scraper – any search URL, full ad details
Pricing
from $0.80 / 1,000 ad scrapeds
Leboncoin Scraper – any search URL, full ad details
Scrape leboncoin.fr listings from any search URL: real estate, cars, jobs, everything. Full descriptions, seller info, GPS, DPE, images. $1 per 1,000 ads, no proxy setup.
Pricing
from $0.80 / 1,000 ad scrapeds
Rating
0.0
(0)
Developer
Amit Aviv
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
5 days ago
Last modified
Categories
Share
Leboncoin Scraper — any search URL → clean ads with full details
Extract listings from leboncoin.fr, France's largest classifieds site, from any search URL you paste in. Works for every category: real estate (ventes immobilières, locations), cars and motorcycles (voitures, motos), jobs, electronics, furniture, holiday rentals, everything else. Also scrapes individual ad URLs.
No proxy configuration, no cookies, no login. Pay only for the ads you get.
What you get
For every ad, one clean JSON record with:
- Core: id, url, title, full description, price (EUR), price per m², category, ad type, status, published / updated / expiration dates
- Location: city, zipcode, district, department, region, GPS latitude/longitude, plus a flag telling you whether the point is exact or approximate
- Seller: private or professional, seller name, store id, SIREN (for professionals), whether a phone number is on the ad
- Category-specific shortcuts already typed as numbers: square meters, rooms, bedrooms, property type, energy rating (DPE) and GES for real estate; brand, model, mileage, year, fuel, gearbox for vehicles
- Every attribute leboncoin exposes for that ad, both as machine keys (
attributes) and with French labels (attributeLabels) — building year, floor, elevator, heating, notary fee estimate, condition, and so on - Images: all full-size image URLs and image count
- Listing options: urgent, boosted / highlighted
How to use it
- Go to leboncoin.fr, search with whatever filters you want — category, location, price range, surface, brand, keywords, sort order.
- Copy the URL of the results page (it looks like
https://www.leboncoin.fr/recherche?category=9&locations=Paris&price=min-300000). - Paste one or more of those URLs into Leboncoin search URLs, set Max ads per search URL, and run.
Turn on Fetch full ad details if you need the complete description text and every attribute for each ad. Search results already contain the full record for most ads; details mode guarantees it for all of them and takes a little longer.
To scrape specific ads, paste their URLs (https://www.leboncoin.fr/ad/ventes_immobilieres/3257586890) into Individual ad URLs.
Example output
{"id": 3153655213,"url": "https://www.leboncoin.fr/ad/ventes_immobilieres/3153655213","title": "Appartement 1 pièce 15 m²","description": "Studio lumineux au dernier étage...","price": 175000,"currency": "EUR","pricePerSquareMeter": 11667,"category": "Ventes immobilières","publishedAt": "2026-08-15T14:53:25","updatedAt": "2026-09-05T11:23:31","city": "Paris","zipcode": "75017","district": "La Fourche","department": "Paris","region": "Ile-de-France","latitude": 48.887012,"longitude": 2.3254478,"locationIsApproximate": true,"ownerType": "pro","ownerName": "VENUS","ownerSiren": "845212117","hasPhone": true,"squareMeters": 15,"rooms": 1,"realEstateType": "Appartement","energyRate": "e","ges": "b","imageUrl": "https://img.leboncoin.fr/api/v1/lbcpb1/images/26/d0/97/26d0977...jpg","imageCount": 5,"attributes": { "building_year": "1910", "floor_number": 0, "elevator": "2", "heating_type": "individual", "..." : "..." },"attributeLabels": { "elevator": { "label": "Ascenseur", "valueLabel": "Non" }, "...": {} }}
A car ad fills brand, model, mileage, year, fuel, gearbox instead of the real-estate fields.
Pricing
Pay per result: $1.00 per 1,000 ads on the Free and Bronze plans, cheaper on higher plans. Full details cost nothing extra. There are no platform usage charges on top — the price per ad is all you pay.
A run collecting 500 ads costs $0.50. Leboncoin caps any single search at 100 pages (3,500 ads); split broad searches by location, price band, or category to go beyond that.
Use cases
- Real estate: monitor new listings for a city or department, track price per m² over time, find private sellers (
ownerType: "private") before agencies do - Automotive: watch prices for a model, year and mileage band; compare dealer vs. private pricing
- Market research and pricing: build price indexes for second-hand goods
- Lead generation: professional sellers with SIREN and store id, filtered by category and area
- Alerts and automations: schedule the actor and push new ads to Slack, email, Google Sheets, Airtable, or your own webhook with Apify integrations
Integrations and API
Use this actor from the Apify Console, via the Apify API, from the Apify CLI, or as a tool for AI agents through the Apify MCP server. Schedule runs, and connect the output to Zapier, Make, n8n, Google Sheets, Slack, or any webhook.
Example with the Apify API:
curl -X POST "https://api.apify.com/v2/acts/amitaviv~leboncoin-scraper/run-sync-get-dataset-items?token=YOUR_TOKEN" \-H "Content-Type: application/json" \-d '{"searchUrls":["https://www.leboncoin.fr/recherche?category=2&brand=Peugeot&locations=Lyon"],"maxItemsPerSearch":200}'
Notes and limitations
- Phone numbers are not extracted; leboncoin only shows them to logged-in users on the site, and this actor does not log in.
- Leboncoin returns at most 35 ads per page and 100 pages per search. Narrow the search to get complete coverage of a large market.
- Dates are given in Europe/Paris local time as shown on the site.
- Ads that disappear from leboncoin between listing and detail fetch are returned with the search-result data only.
Legality and fair use
This actor extracts publicly available listing data only. You are responsible for using the data in compliance with leboncoin's terms of service, GDPR, and applicable law. Do not use it to contact individuals without a lawful basis.
Support
If a search URL does not return what you expect, or leboncoin changes its site, open an issue on the actor's Issues tab and include the search URL. Site changes are usually fixed within a day.