VOOZH about

URL: https://apify.com/abotapi/immobiliare-it-scraper

โ‡ฑ Immobiliare.it $1๐Ÿ’ฐ Search By URLs and Keywords ยท Apify


๐Ÿ‘ Immobiliare.it $1๐Ÿ’ฐ Search By URLs and Keywords avatar

Immobiliare.it $1๐Ÿ’ฐ Search By URLs and Keywords

Pricing

from $1.00 / 1,000 results

Go to Apify Store

Immobiliare.it $1๐Ÿ’ฐ Search By URLs and Keywords

From $1/1K. Extract property listings from Immobiliare.it with clean structured data including prices, descriptions, GPS coordinates, agency details, photos, and property attributes such as condition, heating, garage, floor, and features. Search by city, filters, or URL. Blazing fast, reliable.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ AbotAPI

AbotAPI

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

4 days ago

Last modified

Share

Immobiliare.it Property Scraper

Extract property listings from immobiliare.it, Italy's largest property portal. Search by city with filters, or paste search URLs, and get clean structured records: prices, full descriptions, GPS coordinates, agency names and phone numbers, every photo, and a deep set of attributes (condition, heating, garage, features, floor). Quick to run and dependable at any volume.

Why this scraper

  • 35+ fields per listing, with the full Italian description, GPS, agency phone numbers, and the complete photo set on every record.
  • Every listing arrives fully populated, so there are no thin results to chase down later.
  • Two modes: search by city with filters, or paste any immobiliare.it search URL and let it walk forward.
  • Full-resolution photo URLs, not just the cover image.
  • Italian and EU proxy support with automatic connection rotation for reliable, large runs.

Data you get

Sample shape, values are illustrative placeholders, not from a live listing.

FieldExample
id00000001
urlhttps://www.immobiliare.it/annunci/00000001/
titleSample three room apartment, Roma
contractsale
propertyTypeAppartamento
price250000
priceFormattedโ‚ฌ 250.000
priceRange200.001 - 300.000 โ‚ฌ
surface90
rooms3
bathrooms2
bedrooms2
floor2 piani con ascensore
elevatortrue
conditionOttimo / Ristrutturato
heatingCentralizzato
garage1 posto auto
features["balcone", "porta blindata"]
latitude41.9000
longitude12.5000
addressVia di Esempio
cityRoma
macrozoneSample Zone
descriptionFull listing description text appears here.
photos["https://pwm.im-cdn.it/image/000000000/xxl.jpg"]
agencyNameSample Agency
agencyPhones["+390000000000"]
agencyUrlhttps://www.immobiliare.it/agenzie-immobiliari/00000/sample-agency/

How to use

Search a single city:

{
"mode":"search",
"locations":["Roma"],
"contract":"sale",
"maxPages":5,
"proxy":{"useApifyProxy":true,"apifyProxyGroups":["RESIDENTIAL"],"apifyProxyCountry":"IT"}
}

Search with filters:

{
"mode":"search",
"locations":["Milano"],
"contract":"rent",
"category":"apartments",
"minPrice":800,
"maxPrice":1500,
"minRooms":2,
"sortBy":"price-asc",
"maxPages":10
}

Multiple cities at once:

{
"mode":"search",
"locations":["Torino","Bologna","Firenze"],
"contract":"sale",
"minSurface":80,
"maxListings":300
}

Paste search URLs (the city and filters are read from each URL):

{
"mode":"url",
"urls":[
"https://www.immobiliare.it/vendita-case/napoli/",
"https://www.immobiliare.it/affitto-case/genova/?prezzoMassimo=1200"
],
"maxPages":5
}

Input parameters

ParameterTypeDefaultDescription
modestringsearchsearch by city, or url to read pasted search URLs
locationsarray["Roma"]City names to search (search mode)
contractstringsalesale (vendita) or rent (affitto)
categorystringallProperty type: all, apartments, villas
minPrice / maxPriceintegernonePrice range in euro
minSurface / maxSurfaceintegernoneSurface range in square metres
minRooms / maxRoomsintegernoneRoom count range (locali)
excludeAuctionsbooleanfalseHide auction listings
sortBystringrelevancerelevance, price-asc, price-desc, newest, surface-desc
urlsarraysampleSearch URLs to read (url mode)
maxPagesinteger5Result pages per city or URL (about 25 listings each)
maxListingsinteger0Total cap across all searches (0 = unlimited)
proxyobjectIT residentialProxy configuration

Send results into your apps (MCP connectors)

Optionally pipe the scraped results into the apps you already use, via Model Context Protocol (MCP) connectors. This is an extra delivery step after the scrape โ€” the Apify dataset is never changed.

What gets written to the connector: a condensed, human-readable summary of each record โ€” not the full JSON. Each item becomes one entry with a title and its key fields flattened to plain text. The complete record always stays in the Apify dataset.

  1. Authorize a connector once under Apify โ†’ Settings โ†’ Integrations (Notion, Linear, Airtable, or Apify).
  2. Select it in the "Pipe results into your apps" input field. (If the picker is empty, you haven't authorized a connector yet.)
  3. For Notion, also set notionParentPageUrl to the page where items should be created.

The connection is mediated by Apify's MCP proxy, so this actor never sees your third-party credentials. Leave the field empty to skip.

Output example

Sample shape, values are illustrative placeholders, not from a live listing.

{
"id":12345678,
"uuid":"00000000-0000-0000-0000-000000000000",
"url":"https://www.immobiliare.it/annunci/12345678/",
"title":"Sample three room apartment, Roma",
"contract":"sale",
"propertyType":"Appartamento",
"category":"Residenziale",
"price":250000,
"priceFormatted":"โ‚ฌ 250.000",
"priceRange":"200.001 - 300.000 โ‚ฌ",
"currency":"EUR",
"surface":90,
"surfaceMin":90,
"surfaceMax":90,
"rooms":3,
"roomsMin":3,
"roomsMax":3,
"isProject":false,
"unitCount":1,
"bathrooms":2,
"bedrooms":2,
"floor":"2 piani con ascensore",
"elevator":true,
"condition":"Ottimo / Ristrutturato",
"heating":"Centralizzato",
"garage":"1 posto auto",
"features":["balcone","porta blindata"],
"latitude":41.9000,
"longitude":12.5000,
"address":"Via di Esempio",
"region":"Lazio",
"province":"Roma",
"city":"Roma",
"macrozone":"Sample Zone",
"description":"Full listing description text appears here.",
"photos":["https://pwm.im-cdn.it/image/000000000/xxl.jpg"],
"photoCount":1,
"agencyName":"Sample Agency",
"agencyType":"agency",
"agencyPhones":["+390000000000"],
"agencyUrl":"https://www.immobiliare.it/agenzie-immobiliari/00000/sample-agency/"
}

Multi-unit listings

Some listings are new-construction projects with many units. For those, isProject is true, unitCount is greater than 1, and a single surface/rooms value is left empty (it is undefined across many units), while surfaceMin/surfaceMax and roomsMin/roomsMax describe the full range. Standard single-unit listings carry exact surface/rooms with min equal to max.

Plan requirement

An Apify plan that includes Residential proxy (Starter or higher) is recommended, with the proxy country set to IT for the most reliable results. EU residential pools (FR, DE, ES, NL) are used automatically as alternates. A free plan without Residential proxy may return few or no results.

You might also like

immobiliare-scraper

scraptivo/immobiliare-scraper

Extract property listings from immobiliare.it search pages with optional agency inventory expansion.

Immobiliare.it Scraper โ€” Italy Property Data & API

sian.agency/immobiliare-property-scraper

Immobiliare.it scraper & real estate data API for Italy's #1 property portal. Sale & rent listings in every city: price, size, rooms, baths, floor, address, GPS, photos, agency, energy class โ€” clean JSON/CSV. Fast overview or full detail. No-code, no immobiliare.it API key needed.

๐Ÿ‘ User avatar

SIรN Oรœ

9

Immobiliare.it Scraper โ€” Italian Real Estate Listings

studio-amba/immobiliare-scraper

Scrape real estate listings, prices, and property details from Immobiliare.it โ€” Italy's #1 property portal.

Immobiliare Property Search Scraper

ecomscrape/immobiliare-property-search-scraper

Powerful scraper for Italy's #1 property portal Immobiliare.it. Extract comprehensive real estate data including prices, property details, and market insights from over 1.2M listings across Italy for investment analysis and market research.

ecomscrape

30

Immobiliare.it Scraper

one-api/immobiliare-scraper

Scrape Immobiliare.it, Italy's #1 property marketplace. Look up listings by id or URL, search for sale or rent by city/comune or URL with filters, resolve locations via autocomplete, and pull agencies (by area, profile, listings).

immobiliare.it Listings Scraper

xtracto/immobiliare-listings

Scrapes real estate listings from Italy's #1 portal immobiliare.it via its internal JSON search API. Supports sale and rent search by city or URL, with price, surface, rooms, location, photos and agency data. HTTP-only; residential proxy optional for detail pages.

๐Ÿ‘ User avatar

Farhan Febrian Nauval

2

$1/1K Immobiliare.it Custom Zone Scraper - Custom Polygon

skebby/immobiliare-scraper

Scrapes real estate listings from Immobiliare.it by search URL using the direct mobile API.

๐Ÿ‘ User avatar

Sebastiano Riva

13

Immobiliare.it Listing Scraper

crawlerbros/immobiliare-scraper

Scrape Immobiliare.it (Italian real estate) listings with price, surface, rooms, address, agency, energy class, images, features.

19

Immobiliare Parser Spider

getdataforme/immobiliare-parser-spider

The Immobiliare Parser Spider extracts detailed real estate data from Immobiliare.it, ideal for market analysis and competitive intelligence....

Immobiliare.it Scraper

shahidirfan/immobiliare-it-scraper

Extract property listings from Italy's #1 real estate portal. Scrape prices, locations, features & contact info instantly. Perfect for market research, investment analysis & competitive pricing.

43

5.0