Data sources / Subito
Subito is a rental listings source we track. HousingFeed extracts Subito rental listings into a clean, unified JSON schema — no scraper to build, no anti-bot defenses to fight. 840 Subito listings are live right now, refreshed daily.
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. Coverage of each field for Subito specifically:
| Field | Coverage on Subito |
|---|---|
| Address | ██████████ 100% |
| City | ██████████ 100% |
| State/region | ██████████ 100% |
| Coordinates | ███████░░░ 66% |
| Rent | ██████████ 100% |
| Bedrooms | ██████████ 97% |
| Bathrooms | █████████░ 92% |
| Floor area | ██████████ 100% |
| Property type | ██████████ 100% |
| Listing URL | ██████████ 100% |
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 50+ other sources. Try it free.