Data sources / Subito
Subito is a rental listings source we track. HousingFeed extracts Subito rental listings into one clean JSON schema, no scraper to build, no anti-bot defenses to fight. 840 Subito listings are live right now, alongside 60+ other sources and 1.2M listings in one API.
Subito does not offer a public listings API, so scraping is the only way to access its rental data programmatically. HousingFeed solves that: we collect Subito listings for you and serve them through a single documented endpoint, so you get structured data without operating scrapers or proxies.
Every Subito listing is normalized into the same 24-field HousingFeed record. Here is the depth and shape of the Subito data that is live right now, 10 fields populated:
Share of live Subito listings that carry each field.
Median Subito asking rent is €700/mo.
Top locations by live Subito inventory.
A real record from the Subito feed:
{
"platform": "subito",
"url": "https://www.subito.it/appartamenti/i-guelfi-4-camere-da-letto-pescara-576632682.htm",
"address": "I Guelfi , 4 camere da letto, Tocco da Casauria, Pescara",
"city": "Tocco da Casauria",
"state": "Abruzzo",
"rent_min": 330,
"beds": 2,
"baths": 2,
"scraped_at": "2026-07-04T18:38:24+00:00"
}
Filter the HousingFeed API to subito and get Subito 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":"subito","maxItems":100}'
840 listings live, refreshed daily, in the same schema as 60+ other sources. Try it free.