Data sources / Gumtree
Gumtree is a rental listings source we track. HousingFeed extracts Gumtree rental listings into one clean JSON schema, no scraper to build, no anti-bot defenses to fight. 275 Gumtree listings are live right now, alongside 60+ other sources and 1.2M listings in one API.
Gumtree does not offer a public listings API, so scraping is the only way to access its rental data programmatically. HousingFeed solves that: we collect Gumtree listings for you and serve them through a single documented endpoint, so you get structured data without operating scrapers or proxies.
Every Gumtree listing is normalized into the same 24-field HousingFeed record. Here is the depth and shape of the Gumtree data that is live right now, 7 fields populated:
Share of live Gumtree listings that carry each field.
Median Gumtree asking rent is £1,300/mo.
Top locations by live Gumtree inventory.
A real record from the Gumtree feed:
{
"platform": "gumtree",
"url": "https://www.gumtree.com/p/property-to-rent/large-studio-apartment-to-let-in-south-kensington-short-term-let/1170227837",
"address": "Earls Court, London",
"city": "London",
"rent_min": 2102,
"scraped_at": "2026-07-06T04:15:45+00:00"
}
Filter the HousingFeed API to gumtree and get Gumtree 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":"gumtree","maxItems":100}'
275 listings live, refreshed daily, in the same schema as 60+ other sources. Try it free.