{{baseUrl}}/impresa

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

With this service we can draw up a list of companies that correspond to certain parameters described below. The call returns a maximum of 1000 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
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
latstringlatitude
lngstringlongitude
radiusstringradius in meters

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;data&quot;:[{&quot;id&quot;:&quot;61f2d9978e5bb376ab1c85d6&quot;,&quot;denominazione&quot;:&quot;OPENAPI S.R.L.&quot;,&quot;comune&quot;:&quot;ROMA&quot;,&quot;codice_natura_giuridica&quot;:&quot;SR&quot;,&quot;chiamate_disponibili&quot;:[&quot;visurecamerali.openapi.it/ordinaria-societa-capitale&quot;,&quot;visurecamerali.openapi.it/storica-societa-capitale&quot;]}],&quot;success&quot;:true,&quot;message&quot;:&quot;&quot;,&quot;error&quot;:null}