Data sources / Propertyfinder Bh
Propertyfinder Bh is a rental listings source we track. HousingFeed extracts Propertyfinder Bh rental listings into one clean JSON schema, no scraper to build, no anti-bot defenses to fight. 1,006 Propertyfinder Bh listings are live right now, alongside 60+ other sources and 1.2M listings in one API.
Propertyfinder Bh does not offer a public listings API, so scraping is the only way to access its rental data programmatically. HousingFeed solves that: we collect Propertyfinder Bh listings for you and serve them through a single documented endpoint, so you get structured data without operating scrapers or proxies.
Every Propertyfinder Bh listing is normalized into the same 24-field HousingFeed record. Here is the depth and shape of the Propertyfinder Bh data that is live right now, 10 fields populated:
Share of live Propertyfinder Bh listings that carry each field.
Median Propertyfinder Bh asking rent is $399/mo.
Top locations by live Propertyfinder Bh inventory.
A real record from the Propertyfinder Bh feed:
{
"platform": "propertyfinder_bh",
"url": "https://www.propertyfinder.bh/en/plp/rent/apartment-for-rent-central-governorate-a-ali-52754024.html",
"address": "A'Ali, Central Governorate",
"city": "Central Governorate",
"rent_min": 250,
"beds": 3,
"baths": 2,
"image": "https://static.shared.propertyfinder.bh/media/images/listing/40BY6X071GHF109ZBXHDPVZSF4/4e0292ce-61c0-42bf-bd22-e6450229c6d2/668x452.jpg",
"scraped_at": "2026-07-05T09:45:20+00:00"
}
Filter the HousingFeed API to propertyfinder_bh and get Propertyfinder Bh 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":"propertyfinder_bh","maxItems":100}'
1,006 listings live, refreshed daily, in the same schema as 60+ other sources. Try it free.