Data sources / Propertyfinder Eg
Propertyfinder Eg is a rental listings source we track. HousingFeed extracts Propertyfinder Eg rental listings into a clean, unified JSON schema — no scraper to build, no anti-bot defenses to fight. 1,010 Propertyfinder Eg listings are live right now, refreshed daily.
Propertyfinder Eg 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 Eg listings for you and serve them through a single documented endpoint, so you get structured data without operating scrapers or proxies.
Every Propertyfinder Eg listing is normalized into the same 24-field HousingFeed record. Coverage of each field for Propertyfinder Eg specifically:
| Field | Coverage on Propertyfinder Eg |
|---|---|
| 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 Eg feed:
{
"platform": "propertyfinder_eg",
"url": "https://www.propertyfinder.eg/en/plp/rent/apartment-for-rent-cairo-hay-el-maadi-zahraa-el-maadi-10th-sector-86145583.html",
"address": "10th Sector, Zahraa El Maadi, Hay El Maadi, Cairo",
"city": "Cairo, Hay El Maadi, Zahraa El Maadi",
"rent_min": 25000,
"beds": 2,
"baths": 2,
"image": "https://static.shared.propertyfinder.eg/media/images/listing/HD26FS13CWH713PSFKE09G3A2R/f39245fc-b9b4-4f3e-8518-592c90420e1a/668x452.jpg?v=a6a1448e407ad294f349be8ca642c44e",
"scraped_at": "2026-07-05T09:45:36+00:00"
}
Filter the HousingFeed API to propertyfinder_eg and get Propertyfinder Eg 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_eg","maxItems":100}'
1,010 listings live, refreshed daily, in the same schema as 50+ other sources. Try it free.