{{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
Body
PARAM
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 | Curl curl -X 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>?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>' -H 'Accept: application/json' ENDPOINTS |