Data sources / OnTheMarket
One of the UK's three major property portals. HousingFeed extracts OnTheMarket rental listings into one clean JSON schema, no scraper to build, no rate limiting to fight. 8,383 OnTheMarket listings are live right now, alongside 60+ other sources and 1.2M listings in one API.
OnTheMarket has no public listings API. HousingFeed solves that: we collect OnTheMarket listings for you and serve them through a single documented endpoint, so you get structured data without operating scrapers or proxies.
Every OnTheMarket listing is normalized into the same 24-field HousingFeed record. Here is the depth and shape of the OnTheMarket data that is live right now, 9 fields populated:
Share of live OnTheMarket listings that carry each field.
Median OnTheMarket asking rent is £1,150/mo.
Top locations by live OnTheMarket inventory.
A real record from the OnTheMarket feed:
{
"platform": "onthemarket",
"url": "https://www.onthemarket.com/details/1000495/",
"address": "St Bartholomews Court, Cambridge, Cambridgeshire, CB5",
"city": "Cambridge",
"state": "UK",
"rent_min": 2300,
"beds": 4,
"baths": 2,
"scraped_at": "2026-07-06T03:39:31+00:00"
}
Filter the HousingFeed API to onthemarket and get OnTheMarket 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":"onthemarket","maxItems":100}'
8,383 listings live, refreshed daily, in the same schema as 60+ other sources. Try it free.