Data sources / Immobiliare.it
296 live Immobiliare.it listingsItaly's largest real-estate portal. HousingFeed extracts Immobiliare.it rental listings into a clean, unified JSON schema — no scraper to build, no header checks to fight. 296 Immobiliare.it listings are live right now, refreshed daily.
Immobiliare.it has no open public API. HousingFeed solves that: we collect Immobiliare.it listings for you and serve them through a single documented endpoint, so you get structured data without operating scrapers or proxies.
Every Immobiliare.it listing is normalized into the same 24-field HousingFeed record. Coverage of each field for Immobiliare.it specifically:
| Field | Coverage on Immobiliare.it |
|---|---|
| Address | ██████████ 100% |
| City | ██████████ 100% |
| State/region | ██████████ 100% |
| Coordinates | ██████████ 100% |
| Rent | ██████████ 100% |
| Bedrooms | ██████████ 97% |
| Bathrooms | ██████████ 99% |
| Floor area | ██████████ 100% |
| Property type | ██████████ 100% |
| Listing URL | ██████████ 100% |
A real record from the Immobiliare.it feed:
{
"platform": "immobiliare",
"url": "https://www.immobiliare.it/annunci/130190508/",
"address": "Via di Grottarossa, Roma, Lazio",
"city": "Roma",
"state": "Lazio",
"rent_min": 9300,
"beds": 4.0,
"baths": 3.0,
"scraped_at": "2026-07-03T22:22:14Z"
}
Filter the HousingFeed API to immobiliare and get Immobiliare.it 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":"immobiliare","maxItems":100}'
296 listings live, refreshed daily, in the same schema as 30+ other sources. Try it free.