Data sources / OnTheMarket
One of the UK's three major property portals. HousingFeed extracts OnTheMarket rental listings into a clean, unified JSON schema — no scraper to build, no rate limiting to fight. 2,546 OnTheMarket listings are live right now, refreshed daily.
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. Coverage of each field for OnTheMarket specifically:
| Field | Coverage on OnTheMarket |
|---|---|
| Address | ██████████ 99% |
| City | ██████████ 100% |
| State/region | ██████████ 100% |
| Coordinates | ██████████ 99% |
| Rent | ██████████ 99% |
| Bedrooms | █████████░ 90% |
| Bathrooms | ██████████ 95% |
| Property type | ██████████ 99% |
| Listing URL | ██████████ 99% |
A real record from the OnTheMarket feed:
{
"platform": "onthemarket",
"url": "https://www.onthemarket.com/details/19849530/",
"address": "Thames Road, London, W4",
"city": "London",
"state": "UK",
"rent_min": 1900,
"beds": 1.0,
"baths": 1.0,
"scraped_at": "2026-07-03T22:10:35Z"
}
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}'
2,546 listings live, refreshed daily, in the same schema as 50+ other sources. Try it free.