{{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.
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 | |
cciaa
|
string | Chamber of Commerce | |
rea
|
string | rea code | |
fatturato_min
|
string | minimum revenue value | |
fatturato_max
|
string | maximum revenue value | |
dipendenti_min
|
string | Curl curl -X 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>?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>' -H 'Accept: application/json' ENDPOINTS |