Data sources / Rightmove
2,821 live Rightmove listingsThe dominant UK property portal. HousingFeed extracts Rightmove rental listings into a clean, unified JSON schema — no scraper to build, no rate limiting + anti-bot to fight. 2,821 Rightmove listings are live right now, refreshed daily.
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. Coverage of each field for Rightmove specifically:
| Field | Coverage on Rightmove |
|---|---|
| Address | ██████████ 100% |
| City | ██████████ 100% |
| Coordinates | ██████████ 100% |
| Rent | ██████████ 100% |
| Bedrooms | ██████████ 100% |
| Bathrooms | ██████████ 97% |
| Property type | ██████████ 100% |
| Availability | ██████████ 100% |
| Listing URL | ██████████ 100% |
A real record from the Rightmove feed:
{
"platform": "rightmove",
"url": "https://www.rightmove.co.uk/properties/90402435#/?channel=RES_LET",
"address": "Southbank Place London SE1",
"city": "Southbank Place London SE1",
"rent_min": 5200,
"beds": 2.0,
"baths": 2.0,
"available": "2026-07-02T12:10:13Z",
"scraped_at": "2026-07-03T22:18:36Z"
}
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}'
2,821 listings live, refreshed daily, in the same schema as 30+ other sources. Try it free.