Data sources / Zameen
Zameen is a rental listings source we track. HousingFeed extracts Zameen rental listings into one clean JSON schema, no scraper to build, no anti-bot defenses to fight. 5,354 Zameen listings are live right now, alongside 60+ other sources and 1.2M listings in one API.
Zameen does not offer a public listings API, so scraping is the only way to access its rental data programmatically. HousingFeed solves that: we collect Zameen listings for you and serve them through a single documented endpoint, so you get structured data without operating scrapers or proxies.
Every Zameen listing is normalized into the same 24-field HousingFeed record. Here is the depth and shape of the Zameen data that is live right now, 11 fields populated:
Share of live Zameen listings that carry each field.
Median Zameen asking rent is $120,000/mo.
Top locations by live Zameen inventory.
A real record from the Zameen feed:
{
"platform": "zameen",
"url": "https://www.zameen.com/Property/islamabad_faisal_town_-_f-18_house_portion_for_rent_in_faisal_town-41472397-8260-4.html",
"address": "Islamabad, Faisal Town - F-18",
"city": "Islamabad",
"state": "Islamabad Capital",
"rent_min": 65000,
"beds": 3,
"baths": 3,
"image": "https://zameen-dev.s3.eu-west-1.amazonaws.com/image/302383923/cf73a6c6ae9b46f39513b1ac5dccdecb",
"scraped_at": "2026-07-05T09:49:09+00:00"
}
Filter the HousingFeed API to zameen and get Zameen 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":"zameen","maxItems":100}'
5,354 listings live, refreshed daily, in the same schema as 60+ other sources. Try it free.