Company REST API
The API can be used to provide autocomplete functionality for text-based search, by returning companies information in JSON format
In order to use the API you must have the valid environment-specific username and password. Before any API requests, you need to obtain an API KEY. You will get a valid API KEY (it's called a ticket) by using the ticket API (Please, read how to use ticket API instructions).
The API KEY must be sent in the request custom header element (named ticket or x-api-key). If the API KEY value is valid then API request will be successful (http status code 200), otherwise it will fail (http status code 401). All API requests must be made over HTTPS.
| Parameter | Description | |
|---|---|---|
| id | The free text search | X |
| from | ||
| size | ||
| X = Mandatory | ||
GET https://api-test.bisnode.fi/company/info/v3/foundationregister/document?businessid={businessid}
| Element | Description |
|---|---|
| businessId | Company's business id |
| name | |
| streetAddress | |
| postCode | |
| postOffice |
curl 'https://api-test.bisnode.fi/company/info/v2/search/bisnode' -H 'x-api-key: 1234567890ABC'
Successful request and the API return results in JSON format.
{
"companies": [
{
"businessId": "1966768-1",
"name": "Bisnode Marketing Oy",
"streetAddress": "Kumpulantie 3",
"postCode": "00520",
"postOffice": "HELSINKI"
},
{
"businessId": "2014838-7",
"name": "Bisnode Finland Oy",
"streetAddress": "Kumpulantie 3",
"postCode": "00520",
"postOffice": "HELSINKI"
},
{
"businessId": "0830215-0",
"name": "Bisnode D&B Finland Oy",
"streetAddress": "Kumpulantie 3 C",
"postCode": "00520",
"postOffice": "HELSINKI"
},
{
"businessId": "2799134-2",
"name": "Hankala Bisnes Oy",
"streetAddress": "Telppääntie 151",
"postCode": "41520",
"postOffice": "HANKASALMI"
},
{
"businessId": "2679033-8",
"name": "Jee Jee Bisnes Oy",
"streetAddress": "Tuoritie 84",
"postCode": "28190",
"postOffice": "PORI"
},
{
"businessId": "2642901-6",
"name": "Osuuskunta BISNERA",
"streetAddress": "Piippukatu 3",
"postCode": "40100",
"postOffice": "JYVÄSKYLÄ"
},
{
"businessId": "0654603-9",
"name": "Leo Bisnes Oy",
"streetAddress": "Töölönkatu 44-48 E 69",
"postCode": "00250",
"postOffice": "HELSINKI"
},
{
"businessId": "1491290-8",
"name": "Q-bisnes Oy",
"streetAddress": "PL 35",
"postCode": "64701",
"postOffice": ""
},
{
"businessId": "0494679-2",
"name": "Forssan Muoti-Bisnes Oy",
"streetAddress": "Pentinkatu 14",
"postCode": "30420",
"postOffice": ""
},
{
"businessId": "0801988-1",
"name": "Bisnex Ab",
"streetAddress": "Juhanisväg 8 K",
"postCode": "02180",
"postOffice": ""
},
{
"businessId": "2726762-9",
"name": "Bisnesvoimala Oy",
"streetAddress": "Karrintie 17",
"postCode": "00760",
"postOffice": "HELSINKI"
},
{
"businessId": "2266843-1",
"name": "Bisneskeiju",
"streetAddress": "Hiirakkotie 6 F 42",
"postCode": "01200",
"postOffice": "VANTAA"
},
{
"businessId": "0695131-7",
"name": "Bisness Visiot Oy",
"streetAddress": "Ristimäenkatu 3 A 8",
"postCode": "50100",
"postOffice": ""
},
{
"businessId": "1492053-7",
"name": "Bisnes4sale Oy",
"streetAddress": "PL 452",
"postCode": "00101",
"postOffice": "HELSINKI"
},
{
"businessId": "1546816-7",
"name": "Bisnes-Isin Sivubisnes",
"streetAddress": "Kaunismäentie 124",
"postCode": "28800",
"postOffice": ""
},
{
"businessId": "2457714-6",
"name": "BISNESMIES MK OY",
"streetAddress": "Kaartokatu 11 I 27",
"postCode": "96100",
"postOffice": "ROVANIEMI"
},
{
"businessId": "0949637-2",
"name": "Helsingin Euro Bisnes Oy",
"streetAddress": "PL 123",
"postCode": "01511",
"postOffice": "VANTAA"
},
{
"businessId": "2790503-7",
"name": "Pieni Bisnesputiikki Twisti",
"streetAddress": "",
"postCode": "",
"postOffice": ""
},
{
"businessId": "2635693-7",
"name": "Bisneslouhi",
"streetAddress": "Hämeenpuisto 35 B 51",
"postCode": "33200",
"postOffice": "TAMPERE"
},
{
"businessId": "0756392-2",
"name": "ITR-bisnes Oy",
"streetAddress": "C/O Tauno Laitinen",
"postCode": "19540",
"postOffice": ""
}
],
"total": 6502
}
Please note that data coverage varies between companies. Data coverage depends e.g. on company form. Remember the codes and descriptions API returns all companies REST APIs code values and descriptions - read more.