Skip to main content
With our search for properties you can search for properties based on street, city, postalcode, municipality, county, area, type of property and much more. We provide an easy to use search API based on Typesense lightning-fast search database. That means that all features described in Typesense API version 29 is available in our API. Data is continuously reindexed as new data arrives. We today provide six rich search collections: With our search for properties you can query (query_by) based on a number fields listed in the next chapter. Examples on what you can query on:
  • Street
  • City
  • Postalcode
  • Type of property
The response model (schema) depends on your query and if you use faceting. If you do plain search we have added to our OpenAPI Schema the default response model.

OpenAPI Schema

Look for the model name TypesenseLantmaterietFastighetDocument in the schema definition.

Fields indexed

The following fields are currently indexed in memory. These can be used in the query_by and filter_by parameter.

Examples

We have put together a few example of how you can use search for workplaces to easy find data.

Search for properties with taxation code 220 (Swedish: Småhusenhet, bebyggd)

Shows an example searching for properties with taxation code 220, house (Swedish: Småhusenhet, bebyggd).
cURL