Data sources / Bien'ici
960 live Bien'ici listingsMajor French real-estate portal. HousingFeed extracts Bien'ici rental listings into a clean, unified JSON schema — no scraper to build, no rate limiting to fight. 960 Bien'ici listings are live right now, refreshed daily.
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. Coverage of each field for Bien'ici specifically:
| Field | Coverage on Bien'ici |
|---|---|
| Address | ██████████ 100% |
| City | ██████████ 99% |
| State/region | ██████████ 100% |
| ZIP/postcode | ██████████ 100% |
| Coordinates | ██████████ 100% |
| Rent | ██████████ 96% |
| Bedrooms | ██████████ 100% |
| Floor area | ██████████ 100% |
| Property type | ██████████ 100% |
| Availability | ██████████ 100% |
| Listing URL | ██████████ 100% |
A real record from the Bien'ici feed:
{
"platform": "bienici",
"url": "https://www.bienici.com/annonce/location/apimo-82508528",
"address": "Appartement T2 Bis proche de la plage, Valras-Plage",
"city": "Valras-Plage",
"state": "34",
"rent_min": 1412,
"beds": 1.0,
"available": {
"onTheMarket": true,
"closedByUser": false,
"autoImported": true,
"isLeading": false,
"highlighted": false,
"is3dHighlighted": false
},
"scraped_at": "2026-07-03T21:55:10Z"
}
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}'
960 listings live, refreshed daily, in the same schema as 30+ other sources. Try it free.