Skip to main content
With our search for workplaces you can search for business workplaces by street, city, postalcode, area (municipality, county), name, number of employees and it will deliver millions of records instantly. A workplace is a physical location were the business operate and each business could operate one or many workplaces. Each workplace has it’s own metadata and contains rich information about the operation at the location. 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 workplaces you can query (query_by) based on a number fields listed in the next chapter. Examples on what you can query on:
  • Name of the workplace
  • Street, postalcode, city, municipality code, county code and much more
  • Companies that has ownership over the workplace
  • Industry codes relating to the workplace
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 TypesenseCompanyWorkplaceDocument 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 workplaces based on a freetext business name

Shows an example searching for workplaces controlled by the freetext business name, Bahnhof.
cURL

Search for workplaces on a specific street and city

You can search virtually on anything, here is an example search for all workplaces on the specific street, Tunnelgatan, in the city Stockholm.
cURL

Search for workplaces with 5000 or more employees

You can also search for workplaces based on number of employees.
cURL

Search for all workplaces in a county

Search for all workplaces in a county is simple.
cURL