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