Data sources / Propertyfinder
Propertyfinder is a rental listings source we track. HousingFeed extracts Propertyfinder rental listings into a clean, unified JSON schema — no scraper to build, no anti-bot defenses to fight. 2,029 Propertyfinder listings are live right now, refreshed daily.
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. Coverage of each field for Propertyfinder specifically:
| Field | Coverage on Propertyfinder |
|---|---|
| Address | ██████████ 100% |
| City | ██████████ 100% |
| Coordinates | ██████████ 100% |
| Rent | ██████████ 100% |
| Bedrooms | ██████████ 100% |
| Bathrooms | ██████████ 100% |
| Floor area | ██████████ 100% |
| Property type | ██████████ 100% |
| Photo | ██████████ 100% |
| Listing URL | ██████████ 100% |
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 50+ other sources. Try it free.