Data sources / Propertyfinder
Propertyfinder is a rental listings source we track. HousingFeed extracts Propertyfinder rental listings into one clean JSON schema, no scraper to build, no anti-bot defenses to fight. 2,029 Propertyfinder listings are live right now, alongside 60+ other sources and 1.2M listings in one API.
Propertyfinder 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 listings for you and serve them through a single documented endpoint, so you get structured data without operating scrapers or proxies.
Every Propertyfinder listing is normalized into the same 24-field HousingFeed record. Here is the depth and shape of the Propertyfinder data that is live right now, 10 fields populated:
Share of live Propertyfinder listings that carry each field.
Median Propertyfinder asking rent is $12,083/mo.
Top locations by live Propertyfinder inventory.
A real record from the Propertyfinder feed:
{
"platform": "propertyfinder",
"url": "https://www.propertyfinder.ae/en/plp/rent/apartment-for-rent-dubai-jumeirah-village-triangle-district-1-03-residence-by-ned-al-ghurair-98696424.html",
"address": "03 Residence by NED Al Ghurair, District 1, Jumeirah Village Triangle, Dubai",
"city": "Dubai, Jumeirah Village Triangle, District 1",
"rent_min": 7417,
"beds": 1,
"baths": 2,
"image": "https://static.shared.propertyfinder.ae/media/images/listing/ATGN1DT2XPCTB8MCY7GVG50TJC/bce22deb-338e-41a0-960a-8d6c92eaa68e/668x452.jpg?v=26352ed57292f3e65ddf8dae5899977f",
"scraped_at": "2026-07-05T09:48:00+00:00"
}
Filter the HousingFeed API to propertyfinder and get Propertyfinder 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","maxItems":100}'
2,029 listings live, refreshed daily, in the same schema as 60+ other sources. Try it free.