Data sources / Propertyfinder Eg
Propertyfinder Eg is a rental listings source we track. HousingFeed extracts Propertyfinder Eg rental listings into one clean JSON schema, no scraper to build, no anti-bot defenses to fight. 1,010 Propertyfinder Eg listings are live right now, alongside 60+ other sources and 1.2M listings in one API.
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. Here is the depth and shape of the Propertyfinder Eg data that is live right now, 10 fields populated:
Share of live Propertyfinder Eg listings that carry each field.
Median Propertyfinder Eg asking rent is $50,000/mo.
Top locations by live Propertyfinder Eg inventory.
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 60+ other sources. Try it free.