Data sources / Leboncoin
Leboncoin is a rental listings source we track. HousingFeed extracts Leboncoin rental listings into a clean, unified JSON schema — no scraper to build, no anti-bot defenses to fight. 14,737 Leboncoin listings are live right now, refreshed daily.
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. Coverage of each field for Leboncoin specifically:
| Field | Coverage on Leboncoin |
|---|---|
| Address | ██████████ 100% |
| City | ██████████ 100% |
| ZIP/postcode | ██████████ 100% |
| Coordinates | ██████████ 100% |
| Rent | ██████████ 100% |
| Bedrooms | ██████████ 97% |
| Floor area | ██████████ 100% |
| Property type | ██████████ 100% |
| Photo | ██████████ 98% |
| Listing URL | ██████████ 100% |
A real record from the Leboncoin feed:
{
"platform": "leboncoin",
"url": "https://www.leboncoin.fr/ad/locations/2477236870",
"address": "Strasbourg 67200 Les Poteries, 67200",
"city": "Strasbourg",
"rent_min": 652,
"beds": 2,
"image": "https://img.leboncoin.fr/api/v1/lbcpb1/images/bf/fc/18/bffc18fe885e9b1f1478ab57b9878c2d51197f9c.jpg?rule=ad-image",
"scraped_at": "2026-07-05T10:20:05+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}'
14,737 listings live, refreshed daily, in the same schema as 50+ other sources. Try it free.