Data sources / Leboncoin
Leboncoin is a rental listings source we track. HousingFeed extracts Leboncoin rental listings into one clean JSON schema, no scraper to build, no anti-bot defenses to fight. 36,939 Leboncoin listings are live right now, alongside 60+ other sources and 1.2M listings in one API.
Leboncoin does not offer a public listings API, so scraping is the only way to access its rental data programmatically. HousingFeed solves that: we collect Leboncoin listings for you and serve them through a single documented endpoint, so you get structured data without operating scrapers or proxies.
Every Leboncoin listing is normalized into the same 24-field HousingFeed record. Here is the depth and shape of the Leboncoin data that is live right now, 10 fields populated:
Share of live Leboncoin listings that carry each field.
Median Leboncoin asking rent is €720/mo.
Top locations by live Leboncoin inventory.
A real record from the Leboncoin feed:
{
"platform": "leboncoin",
"url": "https://www.leboncoin.fr/ad/locations/2203138606",
"address": "Mulhouse 68100 Fonderie, 68100",
"city": "Mulhouse",
"rent_min": 476,
"beds": 1,
"image": "https://img.leboncoin.fr/api/v1/lbcpb1/images/90/83/ae/9083aeb9bcb2e5ed9dc245071edcdaa677254df8.jpg?rule=ad-image",
"scraped_at": "2026-07-06T17:27:35+00:00"
}
Filter the HousingFeed API to leboncoin and get Leboncoin listings back as JSON:
curl -X POST "https://api.apify.com/v2/acts/housingfeed~rental-listings-api/run-sync-get-dataset-items?token=YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{"platform":"leboncoin","maxItems":100}'
36,939 listings live, refreshed daily, in the same schema as 60+ other sources. Try it free.