Our prices
Price list for single API calls
- Stakeholders Company € 0,20 + vat
All information on managers, partners, legal representative and employees
Access over 80 data on a company's stakeholders in seconds via API
The Stakeholders service belongs to the Company API and is designed for all companies that want access to certified and detailed data on legal representatives, shareholders, and in general on all individuals who have a role in the company.
For each individual, data such as name, surname, role, start date, age, tax code, date, and place of birth are available.
As far as shareholders are concerned, it is also possible to know the ownership share. The dataset is then enriched with information on employees such as number, trend from the previous year, type of contract.
The reference endpoint is https://company.openapi.com/IT-stakeholders/{vatCode_or_taxCode}
This is an example of a request using the VAT number parameter: 12485671007
https://company.openapi.com/IT-stakeholders/12485671007
This is an example of a response for the VAT number parameter: 12485671007
{
"data": {
"managers": [
{
"name": "LUCA",
"surname": "SCURIATTI",
"roles": [
{
"role": {
"code": "AUN",
"description": "Managing director"
},
"roleStartDate": "2020-09-10T00:00:00"
}
],
"gender": {
"code": "M",
"description": "Man"
},
"taxCode": "SCRLCU73R02H501H",
"birthDate": "1973-10-02T00:00:00",
"age": 49,
"birthTown": "ROMA (RM)",
"isLegalRepresentative": true
},
{
"companyName": "OPEN HOLDING SRL",
"roles": [
{
"role": {
"code": "SOU",
"description": "Sole owner"
},
"roleStartDate": "2022-12-05T00:00:00"
}
],
"taxCode": "16935371001",
"isLegalRepresentative": false
},
{
"name": "SIMONE",
"surname": "DESANTIS",
"roles": [
{
"role": {
"code": "PP",
"description": "Special representative/agent"
},
"roleStartDate": "2013-10-17T00:00:00"
}
],
"gender": {
"code": "M",
"description": "Man"
},
"taxCode": "DSNSMN80M11L117F",
"birthDate": "1980-08-11T00:00:00",
"age": 42,
"birthTown": "TERNI (TR)",
"isLegalRepresentative": false
},
{
"name": "SHAUN",
"surname": "DE LUCIA",
"roles": [
{
"role": {
"code": "PP",
"description": "Special representative/agent"
},
"roleStartDate": "2013-10-17T00:00:00"
}
],
"gender": {
"code": "M",
"description": "Man"
},
"taxCode": "DLCSHN77S29Z114J",
"birthDate": "1977-11-29T00:00:00",
"age": 45,
"birthTown": "STOKE ON TRENT (E)",
"isLegalRepresentative": false
}
],
"shareholders": [
{
"shareholdersInformation": [
{
"taxCode": "16935371001",
"openapiNumber": "IT8A380807S0001",
"companyName": "OPEN HOLDING SRL",
"sinceDate": "2022-11-23T00:00:00",
"streetName": "VIALE FILIPPO TOMMASO MARINETTI 221"
}
],
"percentShare": 100
}
],
"companyDetails": {
"vatCode": "12485671007",
"taxCode": "12485671007",
"lastUpdateDate": "2023-03-08T11:25:08.0331456Z",
"cciaa": "RM",
"reaCode": "1378273",
"companyName": "OPENAPI SRL",
"officeType": {
"code": "SSL",
"description": "Administrative headquarter and registered office"
},
"openapiNumber": "IT93E20F0DS0001"
},
"address": {
"streetName": "VIALE FILIPPO TOMMASO MARINETTI, 221",
"zipCode": "00143",
"town": "ROMA",
"province": {
"code": "RM",
"description": "ROMA"
},
"region": {
"code": "12",
"description": "LAZIO"
},
"country": {
"code": "IT",
"description": "Italia"
}
},
"branches": {
"numberOfBranches": 1
"employees": {
"employeeRange": {
"code": "ER4",
"description": "11 - 20"
},
"employee": 15,
"employeeTrend": 7.14
},
"employeesStatistic": {
"permanentContract": 100,
"partialTimeContract": 20,
"fullTimeContract": 80,
"whiteCollar": 100
},
"corporateGroups": {
"belongsToGroup": true,
"groupName": "DE LUCIA - SCURIATTI",
"holdingCompanyName": "LUCA SCURIATTI",
"nationalParentCompany": {
"province": {
"code": "ND99",
"description": "N. A."
}
}
}
},
"success": true,
"message": "",
"error": null
}
Stakeholders is also available in asynchronous mode. A callback can be set up to be updated when the response is available.
In addition, to make our synchronous service (in GET) even more efficient and performant, in cases where delays occur, a request ID is issued to avoid the risk of timeouts. The same ID can then be used to obtain the response via a dedicated endpoint, in asynchronous mode.
The Stakeholders service is used by companies that want to know in depth all the stakeholders involved in the company organisation. Some examples of types of companies that already use the Stakeholders service are banks, investors and venture capitalists, competitors, business partners and suppliers, consultancy and market research companies, and recruting companies.