Skip to content

feat(immobiliare): add Immobiliare.it client (0.16.0)#9

Merged
0xGhostCasper merged 1 commit into
mainfrom
scr-101-immobiliare-sdk
Jul 8, 2026
Merged

feat(immobiliare): add Immobiliare.it client (0.16.0)#9
0xGhostCasper merged 1 commit into
mainfrom
scr-101-immobiliare-sdk

Conversation

@0xGhostCasper

Copy link
Copy Markdown
Member

Summary

Adds an immobiliare sub-client to the Node SDK, covering the Immobiliare Group real-estate portals (it, es, gr, lu — all EUR).

New module src/immobiliare/ exposes 8 endpoints via client.immobiliare:

  • autocomplete(query) — resolve a free-text place to geography ids
  • search(params) — list listings by location or explicit region/province/city ids
  • getListing(id) — full single-listing detail
  • getAgency(id) / getAgencyListings(id) — agency profile + active listings
  • priceStats(regionId) — €/m² time series per area
  • markets() / reference() — supported markets + filter enums

All response/param types are re-exported with the Immobiliare* prefix. Bumps the SDK to 0.16.0 (package.json, package-lock.json, internal version.ts).

Test plan

  • npx tsc --noEmit — exit 0
  • npm test — 222 passed
  • npm run build — success

Linear SCR-101. Publishes to npm on GitHub Release after merge.

@0xGhostCasper 0xGhostCasper merged commit da3dbbc into main Jul 8, 2026
4 checks passed
@0xGhostCasper 0xGhostCasper deleted the scr-101-immobiliare-sdk branch July 8, 2026 07:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants