Immobiliare.it Scraper — Italian Real Estate Listings
Pricing
Pay per usage
Go to Apify Store

Immobiliare.it Scraper — Italian Real Estate Listings
Scrape real estate listings, prices, and property details from Immobiliare.it — Italy's #1 property portal.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Studio Amba
Maintained by Community
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
5 days ago
Last modified
Categories
Share
Immobiliare.it Scraper
Scrapes real estate listings from immobiliare.it -- Italy's largest property portal. Extracts sale and rental listings with prices, property features, agency info, and images.
Input
| Field | Type | Required | Description |
|---|---|---|---|
startUrls | Array | No | Immobiliare.it search or listing URLs |
searchQuery | String | No | City name (e.g., "roma", "milano", "firenze") |
listingType | String | No | vendita (sale, default) or affitto (rent) |
maxResults | Integer | No | Max listings (default: 100) |
proxyConfiguration | Object | No | Proxy settings |
Defaults to Rome for-sale listings if nothing specified.
Output
| Field | Type | Example |
|---|---|---|
title | String | "Appartamento in vendita, Via Roma 45" |
price | Number | 285000 |
priceText | String | "€ 285.000" |
currency | String | "EUR" |
propertyType | String | "Appartamento" |
address | String | "Via Roma 45, Centro Storico" |
city | String | "Roma" |
zone | String | "Centro Storico" |
bedrooms | Number | 2 |
bathrooms | Number | 1 |
rooms | Number | 4 |
surface | String | "85 m²" |
floor | String | "3° piano" |
energyClass | String | "D" |
description | String | Full listing description |
agency | String | "Tecnocasa Roma Centro" |
agencyUrl | String | Agency profile URL |
imageUrl | String | Main photo |
imageUrls | Array | All listing photos |
listingType | String | "sale" or "rent" |
Search URL patterns
- Sale:
https://www.immobiliare.it/vendita-case/roma/ - Rental:
https://www.immobiliare.it/affitto-case/milano/ - Pagination:
?pag=2
Listing detail URLs contain /annunci/ in the path.
Cost
HTTP-based. About $0.30 per 1,000 listings.
Notes
- Italian-language site. Property features like "locali" (rooms), "camere" (bedrooms), "bagni" (bathrooms) are parsed from Italian text.
- The scraper extracts features from both the main feature block and structured
re-featuresItemelements. - Large Italian price format (dots as thousands separator, e.g., "285.000") is handled correctly.