Data sources / Propertyfinder Sa
Propertyfinder Sa is a rental listings source we track. HousingFeed extracts Propertyfinder Sa rental listings into a clean, unified JSON schema — no scraper to build, no anti-bot defenses to fight. 689 Propertyfinder Sa listings are live right now, refreshed daily.
Propertyfinder Sa 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 Sa listings for you and serve them through a single documented endpoint, so you get structured data without operating scrapers or proxies.
Every Propertyfinder Sa listing is normalized into the same 24-field HousingFeed record. Coverage of each field for Propertyfinder Sa specifically:
| Field | Coverage on Propertyfinder Sa |
|---|---|
| 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 Sa feed:
{
"platform": "propertyfinder_sa",
"url": "https://www.propertyfinder.sa/en/plp/rent/apartment-for-rent-makkah-al-mukarramah-abhur-al-janubiyah-254384.html",
"address": "Abhur Al Janubiyah, Jeddah, Makkah Al Mukarramah",
"city": "Makkah Al Mukarramah, Jeddah",
"rent_min": 2667,
"beds": 3,
"baths": 2,
"image": "https://static.shared.propertyfinder.sa/media/images/listing/01K3JZ8FR0XT8X2T52MGKDRH8P/c31a5e70-02f0-4b91-96cc-68c417ce6987/668x452.jpg",
"scraped_at": "2026-07-05T09:43:35+00:00"
}
Filter the HousingFeed API to propertyfinder_sa and get Propertyfinder Sa 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_sa","maxItems":100}'
689 listings live, refreshed daily, in the same schema as 50+ other sources. Try it free.