{{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
Key | Datatype | Required | Description |
---|---|---|---|
denominazione | string | name of the company (you can search for parts of the name as long as they are whole words) | |
provincia | string | the code of the region you want to search in | |
codice_ateco | string | ateco code | |
fatturato_min | string | minimum revenue value | |
fatturato_max | string | maximum revenue value | |
dipendenti_min | string | minimum value of employees | |
dipendenti_max | string | maximum value of employees | |
skip | string | to set the number of records you want to skip from the result set | |
limit | string | number of results you want to receive; if not set, the call will return a maximum of 100 results | |
lat | string | latitude | |
lng | string | longitude | |
radius | string | radius in meters |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"data":[{"id":"61f2d9978e5bb376ab1c85d6","denominazione":"OPENAPI S.R.L.","comune":"ROMA","codice_natura_giuridica":"SR","chiamate_disponibili":["visurecamerali.openapi.it/ordinaria-societa-capitale","visurecamerali.openapi.it/storica-societa-capitale"]}],"success":true,"message":"","error":null}