Search for properties
Lightning fast and ultra modern search for properties
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 27 is available in our API. Data is continously reindexed as new data arrives.
We today provide six rich search collections:
- Properties search (you are here)
- Company search
- Company workplaces search
- Financial reports search
- Bankruptcies
- Vehicles
Properties search
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.
Field | Type | Description |
---|---|---|
id | String | Lantmäteriets unique identifier for the property (UUID) |
propertyDesignation | String | Property designation (Swedish: Fastighetsbeteckning) |
buildingPurposes | String[] | An array of string enums with the building purposes |
buildingTypes | String[] | An array of string enums with the building types |
centroidArea1 | GeoPoint | The center latitude and longitude of the first area in the property |
streetAddress | String | The street adress to the property |
postalCode | Int32 | Postalcode to the property |
city | String | The city where the property is located |
countyCode | Int32 | The country code where the property is located |
municipalityCode | String | The municipality code where the property is located |
numberOfAddresses | Int32 | Number of addresses to the property |
numberOfAreas | Int32 | Number of areas of the property |
numberOfBuildings | Int32 | Number of buildings on the property |
taxationCode | Int32 | The taxation code to the property |
taxationValue | Int64 | The taxation value of the property in SEK |
taxationYear | Int32 | The decision year of the taxation |
totalArea | Float | The total area of the property |
landArea | Float | The landarea in square meters of the property |
waterArea | Float | The water area of the property |
Examples
We have put togheter 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).