docs / immobiliare

Immobiliare.it API scraper

Immobiliare.it API scraper

base /immobiliare/v13 endpoints
post/immobiliare/v1/detail1 credit

Full record for a single listing by its Immobiliare id (from a search result's `id`, or the number in an immobiliare.it/annunci/<id>/ URL). Returns every structured field plus all photos at full resolution. Note: the long description text is the portal preview (~600 chars); the complete prose lives on the DataDome-protected listing page.

ParameterAllowed / rangeDescription
idrequiredImmobiliare listing id (the number in an immobiliare.it/annunci/<id>/ URL, or a search result's `id`).
locationoptionalOptional hint of the listing's city to speed up the lookup (otherwise the listing's own city is resolved from search).
Try in playground →
post/immobiliare/v1/geographyfree

Location autocomplete — resolve a free-text Italian place name to Immobiliare's geo-ids (comune / province / region) with centre coordinates. Use it to power a search box or to get the exact ids the search needs. Returns ready-to-use search_params for each match.

ParameterAllowed / rangeDescription
queryrequiredFree-text Italian place to autocomplete — a partial city, province or region ('Rom', 'Mil', 'Tosc').
limit = 10optional1–20Max suggestions to return (1-20).
Try in playground →