Data sources / Bien'ici
Major French real-estate portal. HousingFeed extracts Bien'ici rental listings into one clean JSON schema, no scraper to build, no rate limiting to fight. 975 Bien'ici listings are live right now, alongside 60+ other sources and 1.2M listings in one API.
Bien'ici has no public listings API. HousingFeed solves that: we collect Bien'ici listings for you and serve them through a single documented endpoint, so you get structured data without operating scrapers or proxies.
Every Bien'ici listing is normalized into the same 24-field HousingFeed record. Here is the depth and shape of the Bien'ici data that is live right now, 11 fields populated:
Share of live Bien'ici listings that carry each field.
Median Bien'ici asking rent is €6,272/mo.
Top locations by live Bien'ici inventory.
A real record from the Bien'ici feed:
{
"platform": "bienici",
"url": "https://www.bienici.com/annonce/location/adapt-immo-030105738",
"address": "Appartement, Montb\u00e9liard",
"city": "Montb\u00e9liard",
"state": "25",
"rent_min": 4480,
"beds": 1,
"available": "{\"onTheMarket\": true, \"closedByUser\": false, \"autoImported\": true, \"isLeading\": false, \"highlighted\": false, \"is3dHighlighted\": false}",
"scraped_at": "2026-07-06T03:24:24+00:00"
}
Filter the HousingFeed API to bienici and get Bien'ici 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":"bienici","maxItems":100}'
975 listings live, refreshed daily, in the same schema as 60+ other sources. Try it free.