Data sources / Zoopla
Major UK property portal. HousingFeed extracts Zoopla rental listings into a clean, unified JSON schema — no scraper to build, no DataDome to fight. 7,086 Zoopla listings are live right now, refreshed daily.
Zoopla's developer API was restricted and effectively closed to new applicants. HousingFeed solves that: we collect Zoopla listings for you and serve them through a single documented endpoint, so you get structured data without operating scrapers or proxies.
Every Zoopla listing is normalized into the same 24-field HousingFeed record. Coverage of each field for Zoopla specifically:
| Field | Coverage on Zoopla |
|---|---|
| Address | ██████████ 100% |
| Rent | ██████████ 100% |
| Bedrooms | █████████░ 92% |
| Bathrooms | █████████░ 94% |
| Property type | █████████░ 91% |
| Photo | ██████████ 100% |
| Listing URL | ██████████ 100% |
A real record from the Zoopla feed:
{
"platform": "zoopla",
"url": "https://www.zoopla.co.uk/to-rent/details/16319858/",
"address": "Salisbury Road, Liverpool L15",
"rent_min": 850,
"beds": 2,
"baths": 1,
"image": "{\"caption\": null, \"responsiveImgList\": [{\"src\": \"https://lid.zoocdn.com/645/430/153f7c68afad9ee08a43fb29a90cb22b69acebd7.jpg\", \"width\": 645}, {\"src\": \"https://lid.zoocdn.com/354/255/153f7c68afad9ee08a43fb29a90cb22b69acebd7.jpg\", \"width\": 354}], \"src\": \"https://lid.zoocdn.com/645/430/153f7c68afad9ee08a43fb29a90cb22b69acebd7.jpg\"}",
"scraped_at": "2026-07-05T10:55:13+00:00"
}
Filter the HousingFeed API to zoopla and get Zoopla 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":"zoopla","maxItems":100}'
7,086 listings live, refreshed daily, in the same schema as 50+ other sources. Try it free.