Our prices
Price list for single API calls
- Company Data Report € 0,80 + vat
- Company telephone numbers report € 0,70 + vat
- Company Negative events report € 0,70 + vat
Get the name, registered office, telephone and negative events of a company in seconds
All information for tracing a company available via API
The Company Tracing service allows you to obtain from the VAT number parameter a range of useful information for tracing a company such as registered office, telephone and negative events.
{
"cf_piva": "12485671007"
}
The tracing service consists of 3 endpoints through which different information on companies can be obtained:
With the anagraphical trace it is possible to obtain of a company: full name, registered office (address, city, postcode, province) and ATECO code and description.
{
"data": {
"status": "COMPLETED",
"date_request": "2021-07-09 17:09:42",
"date_completion": "2021-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 SRL",
"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
}
With the tracing of the telephone always from the VAT number, it is possible to obtain the telephone number, of the fixed or mobile line based on availability, of a subject.
{
"data": {
"id": "60eeefd05c6fb04d9536b5c2",
"cf_piva": "12485671007",
"tipo": [
"telefoni"
],
"callback": {
"url": false,
"field": "data",
"method": "POST",
"data": []
},
"esito": {
"codice": 200,
"info": "OK"
},
"timestamp": 1625232029,
"owner": "[email protected]",
"soggetto": {
"code": "12485671007",
"utenze": ["3331234567"],
},
"status": "COMPLETED",
"date_request": 2021-07-09 17:09:42,
"date_completion": 2021-07-09 17:10:42
},
"success": true,
"message": "",
"error": null
}
Depending on availability, the number of fixed or mobile telephone lines may be returned as a result. Due to privacy policies, telephone contact may sometimes not be available.
With the negativity tracing service it is also possible to obtain the presence of negative events (protests, prejudices and insolvency proceedings of a subject).
{
"data": {
"status": "COMPLETED",
"date_request": "2022-02-18 15:44:07",
"date_completion": "2022-02-18 15:46:37",
"id": "60eeefd05c6fb04d9536b5c2",
"cf_piva": "12485671007",
"tipo": [
"negativita"
],
"callback": {
"url": false,
"field": "data",
"method": "POST",
"data": []
},
"esito": {
"codice": 200,
"info": "OK"
},
"timestamp": 1625232029,
"owner": "[email protected]",
"soggetto": {
"code": "12485671007",
"negativita": {
"protesti": false,
"procedure": false,
"pregiudizievoli": true
},
}
},
"success": true,
"message": "",
"error": null
}
The tracing service is also available for searches on Personal and on Freelance Professionals
The Rintraccio Anagrafico subscription can be used for searches on freelancers, companies, private individuals.
The service has been integrated and is among the most widely used by companies that work in the insurance and financial sector.
The service is synchronous during working hours (Mon-Fri 8-17) then requests go to the queue and all work immediately on the first working day.