Resolve a street address to a Hemnet listing
hemnet_get_by_addressResolve a free-text Swedish street address to a live for-sale listing. Provide street and number with city or area to get matching Hemnet results.
Instructions
Resolve a free-text Swedish street address to a live Hemnet for-sale listing. Give the address (street + number) and a location (city/area/municipality). Returns the matched listing with a matched: true, the match score, and matched_via, or { resolved: false } when nothing matches. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Street address incl. number, e.g. "Gäddstigen 1". | |
| location | Yes | City / area / municipality, e.g. "Södertälje" or "Vasastan". | |
| price_max | No | SEK, narrows the search rung. | |
| price_min | No | SEK, narrows the search rung. |