This service provides REST calls to extract information on businesses and companies from simple parameters such as denomination or VAT number
Starting from basic data of a company such as VAT number, tax code or denomination, detailed information on the company itself is extracted
piva_cf_or_id required | string Default: "<string>" Example: 12485671007 VAT number, tax code or company ID |
object (Base) | |
success | boolean |
message | string |
error | integer |
{- "data": {
- "cf": "12485671007",
- "denominazione": "OPENAPI S.R.L.",
- "piva": "12485671007",
- "toponimo": "VIALE",
- "via": "F TOMMASO MARINETTI",
- "civico": "221",
- "indirizzo": "VIALE F TOMMASO MARINETTI 221",
- "comune": "ROMA",
- "frazione": null,
- "provincia": "RM",
- "stato_attivita": "ATTIVA",
- "timestamp": 1622452306,
- "timestamp_creation": 1622452306,
- "timestamp_last_update": 1622452306,
- "cap": "00143",
- "codice_destinatario": "MJ1OYNU",
- "id": "60b4a85585e34e615c569ef5",
- "gps": {
- "coordinates": [
- 12.47843,
- 41.8071
]
}, - "data_iscrizione": "2013-07-19"
}, - "success": true,
- "message": "",
- "error": null
}
denominazione | string Default: "<string>" Example: denominazione=altravia name of the company (you can search for parts of the name as long as they are whole words) |
provincia | string Default: "<string>" Example: provincia=RM the code of the region you want to search in |
codice_ateco | string Default: "<string>" Example: codice_ateco=6201 ateco code |
cciaa | string Default: "<string>" Example: cciaa=RM Chamber of Commerce |
rea | string Default: "<string>" Example: rea=1378273 rea code |
fatturato_min | integer Default: "<integer>" Example: fatturato_min=100000 minimum revenue value |
fatturato_max | integer Default: "<integer>" Example: fatturato_max=1000000 maximum revenue value |
dipendenti_min | integer Default: "<integer>" Example: dipendenti_min=1 minimum value of employees |
dipendenti_max | integer Default: "<integer>" Example: dipendenti_max=5 maximum value of employees |
skip | integer Default: "<integer>" Example: skip=50 to set the number of records you want to skip from the result set |
limit | integer [ 1 .. 100 ] Default: "<integer>" Example: limit=10 number of results you want to receive; if not set, the call will return a maximum of 100 results |
dry_run | integer Default: "<integer>" Enum: 1 0 Example: dry_run=0 simulates a request by returning only the number of records found and the price |
lat | number <double> [ -90 .. 90 ] Default: "<double>" Example: lat=13.5478 latitude |
lng | number <double> [ -180 .. 180 ] Default: "<double>" Example: lng=42.859 longitude |
radius | integer ( 0 .. 3000 ] Default: "<integer>" Example: radius=100 radius in meters |
Array of objects (BaseElenco) [ items ] | |
success | boolean |
message | string |
error | integer |
{- "data": [
- {
- "cf": "12485671007",
- "denominazione": "OPENAPI S.R.L.",
- "piva": "12485671007",
- "toponimo": "VIALE",
- "via": "F TOMMASO MARINETTI",
- "civico": "221",
- "indirizzo": "VIALE F TOMMASO MARINETTI 221",
- "comune": "ROMA",
- "frazione": null,
- "provincia": "RM",
- "stato_attivita": "ATTIVA",
- "timestamp": 1622452306,
- "timestamp_creation": 1622452306,
- "timestamp_last_update": 1622452306,
- "cap": "00143",
- "id": "60b4a85585e34e615c569ef5",
- "gps": {
- "coordinates": [
- 12.47843,
- 41.8071
]
}, - "dettaglio": {
- "codice_natura_giuridica": "SR"
}, - "data_iscrizione": "2013-07-19"
}, - {
- "cf": "00291570844",
- "denominazione": "COM.MAR SRL",
- "piva": "00291570844",
- "toponimo": "VIA",
- "via": "OLIMPICA",
- "indirizzo": "VIA OLIMPICA",
- "comune": "RAVANUSA",
- "frazione": null,
- "provincia": "AG",
- "stato_attivita": "INATTIVA",
- "timestamp": 1643049486,
- "timestamp_creation": 1643049486,
- "timestamp_last_update": 1643049486,
- "cap": null,
- "id": "61f2c4d69fb8571d19235463",
- "gps": {
- "coordinates": [
- 13.9730583,
- 37.2627218
]
}, - "dettaglio": {
- "codice_natura_giuridica": "SR"
}, - "data_iscrizione": "1979-04-05"
}
], - "success": true,
- "message": "",
- "error": null
}
piva_cf_or_id required | string Default: "<string>" Example: 12485671007 VAT number, tax code or ID |
object (Advance) | |
success | boolean |
message | string |
error | integer |
{- "data": {
- "cf": "12485671007",
- "denominazione": "OPENAPI S.R.L.",
- "piva": "12485671007",
- "toponimo": "VIALE",
- "via": "F TOMMASO MARINETTI",
- "civico": "221",
- "indirizzo": "VIALE F TOMMASO MARINETTI 221",
- "comune": "ROMA",
- "frazione": null,
- "provincia": "RM",
- "stato_attivita": "ATTIVA",
- "timestamp": 1622452306,
- "timestamp_creation": 1622452306,
- "timestamp_last_update": 1622452306,
- "dettaglio": {
- "rea": "1378273",
- "cciaa": "RM",
- "pec": "openapi@legalmail.it",
- "codice_natura_giuridica": "SR",
- "descrizione_ateco": "Produzione di software non connesso all'edizione",
- "codice_ateco": "6201",
- "data_inizio_attivita": "2013-10-20",
- "bilanci": {
- "2017": {
- "data_chiusura_bilancio": "2017-12-31",
- "fatturato": 1120176,
- "utile": 2928
}, - "2018": {
- "data_chiusura_bilancio": "2018-12-31",
- "fatturato": 1325358,
- "utile": 826
}, - "2019": {
- "