Company activity
Screen customers or find new prospects through company activity and industry codes
- Find out what industry your partner, supplier or customer is in
- Enhance your KYC and risk assessment process
- Remove the need for manual “lookups” in multiple tools
Use cases
See what line of business a company is in through our API or web app.Prospecting
Use company acitivity to find companies that fit into your ICP.
See industry codes, if a company is affected by AML regulations, description of business activity and more!
Due Diligence
Save time conducting background checks and due diligence and make sure your customer, partner or supplier checks out.
No more manual lookups using multiple tools and sources!
Availability
Company activity 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
Company activity through a user-friendly API or web app
With an input of a company id, you can easily find out what line of business a company is in. If a company has several industry codes registered, you will receive both the main one and secondary ones in the response.
This is a great way of making sure your customer is not in an industry that is considered high risk, or ethically or morally not in line with your business. It can also be used to find businesses that could suit your company as partners, suppliers or customers, based on what industry they are in or what services they provide.
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:
{ "records": [ { "activityDescription": "At yde rådgivning og assistere med forretningsudvikling, til små og mellemstore virksomheder inden for IT, Ledelse og Supply chain.", "amlAffectedByLegislation": "NOT_AFFECTED", "changeDate": "2021-08-27", "companyId": "23456788", "mainActivity": { "industryCode": "432200", "industryText": "VVS- og blikkenslagerforretninger" }, "otherActivities": [ { "industryCode": "582900", "industryText": "Anden udgivelse af software" }, { "industryCode": "702200", "industryText": "Virksomhedsrådgivning og anden rådgivning om driftsledelse" } ], "secondaryNames": [ { "name": "holding technics", "registrationDate": "2016-10-09" } ] } ], "status": { "code": 0, "text": "records found" } }