Our prices
Price list for single API calls
- Company Profile € 0,80 + vat
Get data on Company such as name ATECO code and description, and, registered office from tax code.
Over 15 pieces of information for identifying companies, available via API.
The Company Profile service belongs to the RISK API and allows, starting from the parameter fiscal code, to obtain a series of information useful for verifying, identifying, and accessing information about a Freelancer's activity.
The service is identified by the endpoint https://risk.openapi.com/IT-anagrafica.
The method to be used in the request is POST:
POST https://risk.openapi.com/IT-anagrafica
The parameters to be passed in the request body are:
This is an example of the parameters required for a request with fiscal code 12485671007:
{
"cf_piva": "12485671007",
"callback": {
"url": "https://yourdomain.com/your_script",
"field": "data",
"method": "POST",
"headers": {
"session_id": "oiwejdf89453urf945jfg"
}
}
}
The response is asynchronous. It is possible to set a callback during the request phase to be updated when the data is available, without having to call the GET /request/{id} endpoint multiple times to check its status. If a callback is set, the headers field is mandatory and can be used to declare all the headers that the user wants to be returned in the callback (such as session_id).
The response will include the ID of the request to be used in a second call to obtain the desired data.
{
"data": {
"id": "60e866b6b3178c6dc80adf8e",
"cf_piva": "12485671007",
"tipo": [
"anagrafica"
],
"callback": true,
"url" https://yourdomain.com/your_script,
"field" data,
"method" POST,
"data": false,
"headers": {
"session_id": ""oiwejdf89453urf945jfg""
}
"esito": "null"
"timestamp": "null"
"owner": "[email protected]"
"soggetto": "null"
"status": "PENDING",
"date_request": "null",
"date_completion": "null",
},
"success": true,
"message": "",
"error": null
}
To obtain the data, it will be necessary to make a second request, as anticipated, to another endpoint with the ID previously obtained.
POST https://risk.openapi.com/IT-richiesta/60e866b6b3178c6dc80adf8e
The response will provide access to the following information:
{
"data": {
"status": "COMPLETED",
"date_request": "2023-07-09 17:09:42",
"date_completion": "2023-07-09 17:40:57",
"id": "60e866b6b3178c6dc80adf8e",
"cf_piva": "12485671007",
"tipo": [
"anagrafica"
],
"callback": false,
"esito": {
"codice": 200,
"info": "OK"
},
"timestamp": 1625232029,
"owner": "[email protected]",
"soggetto": {
"code": "12485671007",
"code_conferma": "12485671007",
"risultato": "OK",
"nome": null,
"cognome": null,
"deceduto": false,
"decesso_data": null,
"nascita_luogo": null,
"nascita_data": null,
"sesso": null,
"residenza": null,
"domicilio_fiscale":{
"indirizzo": "VIALE F TOMMASO MARINETTI 221",
"toponimo": "VIALE",
"via": "F TOMMASO MARINETTI",
"numero_civico": "221",
"comune": "ROMA",
"cap": "00143",
"provincia": "RM"
},
"denominazione": OPENAPI SPA,
"partita_iva": 12485671007,
"ateco_codice": 620100,
"ateco_descrizione": "Produzione di software non connesso all'edizione",
"sede_legale": {
"indirizzo": "VIALE F TOMMASO MARINETTI 221",
"toponimo": "VIALE",
"via": "F TOMMASO MARINETTI",
"numero_civico": "221",
"comune": "ROMA",
"cap": "00143",
"provincia": "RM"
}
}
},
"success": true,
"message": "",
"error": null
}
The Risk Anagrafica service is also available for searches on Individuals and Freelancers.
Similarly, the Risk Anagrafico subscription can be used for searches on individuals, Freelancers, private entities.
Despite being available in automatic mode via API, the service is subject to continuous LOG monitoring due to regulatory reasons, with the following limitations:
Requests made at other times or days are queued and processed on a priority basis on the first working day.
As per the contractual conditions, the service has daily rate limit constraints set for proper service management.
These limits vary depending on the subscription:
SUBCRIPTION TYPE | RATE LIMIT |
---|---|
100.000 per year | 2000 per day |
50.000 per year | 1000 per day |
30.000 per year | 600 per day |
10.000 per year | 300 per day |
5.000 per year | 200 per day |
5.000 per month | 600 per day |
1.000 per month | 200 per day |
300 per month | 100 per day |
100 per month | 40 per day |
If the subscription rate limit is exceeded, calls will be charged to the wallet credit.
If you desire a personalized service, contact us here.