{{baseUrl}}/advance

GET {{baseUrl}}/advance?denominazione=<string>&provincia=<string>&codice_ateco=<string>&cciaa=<string>&rea=<string>&fatturato_min=<integer>&fatturato_max=<integer>&dipendenti_min=<integer>&dipendenti_max=<integer>&skip=<integer>&limit=<integer>&dry_run=<integer>&lat=<double>&lng=<double>&radius=<integer>

With this endpoint we can draw up a list of companies that correspond to certain parameters described below. The call returns a maximum of 100 results even if you set a higher limit.

Request Params

KeyDatatypeRequiredDescription
denominazionestringname of the company (you can search for parts of the name as long as they are whole words)
provinciastringthe code of the region you want to search in
codice_atecostringateco code
cciaastringChamber of Commerce
reastringrea code
fatturato_minstringminimum revenue value
fatturato_maxstringmaximum revenue value
dipendenti_minstringminimum value of employees
dipendenti_maxstringmaximum value of employees
skipstringto set the number of records you want to skip from the result set
limitstringnumber of results you want to receive; if not set, the call will return a maximum of 100 results
dry_runstringsimulates a request by returning only the number of records found and the price
latstringlatitude
lngstringlongitude
radiusstringradius in meters

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;data&quot;:[{&quot;cf&quot;:&quot;12485671007&quot;,&quot;denominazione&quot;:&quot;OPENAPI S.R.L.&quot;,&quot;piva&quot;:&quot;12485671007&quot;,&quot;toponimo&quot;:&quot;VIALE&quot;,&quot;via&quot;:&quot;F TOMMASO MARINETTI&quot;,&quot;civico&quot;:&quot;221&quot;,&quot;indirizzo&quot;:&quot;VIALE F TOMMASO MARINETTI 221&quot;,&quot;comune&quot;:&quot;ROMA&quot;,&quot;frazione&quot;:null,&quot;provincia&quot;:&quot;RM&quot;,&quot;stato_attivita&quot;:&quot;ATTIVA&quot;,&quot;timestamp&quot;:1622452306,&quot;timestamp_creation&quot;:1622452306,&quot;timestamp_last_update&quot;:1622452306,&quot;cap&quot;:&quot;00143&quot;,&quot;id&quot;:&quot;60b4a85585e34e615c569ef5&quot;,&quot;gps&quot;:{&quot;coordinates&quot;:[12.47843,41.8071]},&quot;dettaglio&quot;:{&quot;codice_natura_giuridica&quot;:&quot;SR&quot;},&quot;data_iscrizione&quot;:&quot;2013-07-19&quot;},{&quot;cf&quot;:&quot;00291570844&quot;,&quot;denominazione&quot;:&quot;COM.MAR SRL&quot;,&quot;piva&quot;:&quot;00291570844&quot;,&quot;toponimo&quot;:&quot;VIA&quot;,&quot;via&quot;:&quot;OLIMPICA&quot;,&quot;indirizzo&quot;:&quot;VIA OLIMPICA&quot;,&quot;comune&quot;:&quot;RAVANUSA&quot;,&quot;frazione&quot;:null,&quot;provincia&quot;:&quot;AG&quot;,&quot;stato_attivita&quot;:&quot;INATTIVA&quot;,&quot;timestamp&quot;:1643049486,&quot;timestamp_creation&quot;:1643049486,&quot;timestamp_last_update&quot;:1643049486,&quot;cap&quot;:null,&quot;id&quot;:&quot;61f2c4d69fb8571d19235463&quot;,&quot;gps&quot;:{&quot;coordinates&quot;:[13.9730583,37.2627218]},&quot;dettaglio&quot;:{&quot;codice_natura_giuridica&quot;:&quot;SR&quot;},&quot;data_iscrizione&quot;:&quot;1979-04-05&quot;}],&quot;success&quot;:true,&quot;message&quot;:&quot;&quot;,&quot;error&quot;:null}