Establishments
Find company establishments, offices and locations through our establishments service
- Verify delivery addresses for companies with multiple establishments
- Enhance your marketing efforts with accurate address information
- Pre-populate address information in your customer journeys
Use cases
Find addresses and CFARs for companies with multiple establishments.Marketing
Stop wasting money on marketing material being sent to the wrong address, location or branch.
Find and target your customers accurately by collecting establishment information.
Customer journeys
Create seamless checkout or customer onboarding journeys, where the correct address information for companies with multiple establishments can be listed or pre-populated.
No more manual lookups using multiple tools and sources!
Availability
Establishments is available to use in the following Roaring products:
“With Roarings API services we can collect all the information we require behind the scenes, enabling controls and risk analysis based on real-time customer data.”
Amalia Lundin
Technical details
Find and verify company establishments via API or web app
Establishments shows a company's workplaces or local units (geographical workplaces). You will receive information about workplace number (CFAR), workplace name, contact information, and postal and delivery address. All from an input of a company id.
The number of Establishments (Local Units, Workplaces) is the number of places where the company conducts business. An active company always has at least one Establishment (Local Unit, Workplace), which means that a company can have several Establishments (Local Units, Workplaces). Establishments (Local Units, Workplaces) refers to any address, property or group of properties where the company conducts business. If the company conducts business at different addresses, it thus has several Establishments (Local Units, Workplaces).
Try our free sandbox experience to get started, including:
- Docs, guides & support
- Test objects for every API
- Try-API-feature to see response data & structure
- Available in Postman
Example response:
{ "changeDate": "2021-01-11", "companyId": "5592554108", "establishments": [ { "address": { "address": "Box 5216", "coAddress": "Lilla vägen 2", "commune": "STOCKHOLM", "communeCode": "80", "region": "STOCKHOLM", "regionCode": "1", "town": "Stockholm", "zipCode": "10245" }, "commercialBlockText": "Tar emot reklam, ej telefonnummerspärrat", "companyEstablishmentNumber": "66028226", "contact": {}, "industry": { "code": "56100", "text": "Restaurang" }, "numberEmployeesInterval": "10-19 anställda", "officeName": "Flippin' Burgers AB", "officeType": "Huvudkontor", "visitAddress": { "town": "Stockholm" } }, { "address": { "address": "Storagatan 45", "coAddress": "Thugg Burger AB", "commune": "SOLLENTUNA", "communeCode": "63", "region": "STOCKHOLM", "regionCode": "1", "town": "Sollentuna", "zipCode": "19255" }, "commercialBlockText": "Tar emot reklam, ej telefonnummerspärrat", "companyEstablishmentNumber": "54863584", "contact": {}, "industry": { "code": "56100", "text": "Restaurang" }, "numberEmployeesInterval": "20-49 anställda", "officeName": "Flipp side", "officeType": "Filial", "visitAddress": { "town": "Sollentuna" } } ], "status": { "code": 0, "text": "records found" } }