Data sources / Gumtree
Gumtree is a rental listings source we track. HousingFeed extracts Gumtree rental listings into a clean, unified JSON schema — no scraper to build, no anti-bot defenses to fight. 93 Gumtree listings are live right now, refreshed daily.
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. Coverage of each field for Gumtree specifically:
| Field | Coverage on Gumtree |
|---|---|
| Address | ██████████ 100% |
| City | ██████████ 100% |
| Rent | ██████████ 100% |
| Bedrooms | ███████░░░ 73% |
| Property type | ██████████ 100% |
| Listing URL | ██████████ 100% |
A real record from the Gumtree feed:
{
"platform": "gumtree",
"url": "https://www.gumtree.com/p/property-to-rent/1-bed-flat-regent-house-northolt-ub5-6fs/1515386938",
"address": "Greenford, London",
"city": "London",
"rent_min": 1395,
"beds": 1.0,
"scraped_at": "2026-07-03T22:21:40Z"
}
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}'
93 listings live, refreshed daily, in the same schema as 50+ other sources. Try it free.