Data sources / Rightmove
The dominant UK property portal. HousingFeed extracts Rightmove rental listings into one clean JSON schema, no scraper to build, no rate limiting + anti-bot to fight. 21,787 Rightmove listings are live right now, alongside 60+ other sources and 1.2M listings in one API.
Rightmove has no public API, a long-standing pain point for UK proptech developers. HousingFeed solves that: we collect Rightmove listings for you and serve them through a single documented endpoint, so you get structured data without operating scrapers or proxies.
Every Rightmove listing is normalized into the same 24-field HousingFeed record. Here is the depth and shape of the Rightmove data that is live right now, 10 fields populated:
Share of live Rightmove listings that carry each field.
Median Rightmove asking rent is £1,300/mo.
Top locations by live Rightmove inventory.
A real record from the Rightmove feed:
{
"platform": "rightmove",
"url": "https://www.rightmove.co.uk/properties/100180616#/?channel=RES_LET",
"address": "Addycombe Terrace,Heaton,Newcastle Upon Tyne,NE6",
"city": "NE6",
"rent_min": 2491,
"beds": 5,
"baths": 2,
"available": "2020-11-21T12:34:12Z",
"scraped_at": "2026-07-06T21:02:20+00:00"
}
Filter the HousingFeed API to rightmove and get Rightmove 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":"rightmove","maxItems":100}'
21,787 listings live, refreshed daily, in the same schema as 60+ other sources. Try it free.