{{baseUrl}}/IT-search

GET {{baseUrl}}/IT-search?dryRun=<integer>&dataEnrichment=<string>&lat=<double>&long=<double>&radius=<integer>&companyName=<string>&autocomplete=<string>&province=<string>&townCode=<string>&atecoCode=<string>&cciaa=<string>&reaCode=<string>&minTurnover=<integer>&maxTurnover=<integer>&minEmployees=<integer>&maxEmployees=<integer>&sdiCode=<string>&legalFormCode=<string>&shareHolderTaxCode=<string>&activityStatus=<string>&pec=<string>&creationTimestamp=<integer>&lastUpdateTimestamp=<integer>&skip=<integer>&limit=<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 1000 results even if you set a higher limit.

Request Params

KeyDatatypeRequiredDescription
dryRunstringsimulates a request by returning only the number of records found and the price
dataEnrichmentstringwith this parameter you can decide how to enrich the output data; if it is not set the call will return only the ids
latstringlatitude
longstringlongitude
radiusstringradius in meters
companyNamestringA search query; you can enter the company name (you can search for parts of the name as long as they are whole words) or alternatively '*' can be used as a wildcard to search for strings that start, contain or end with the given query. This search works with at least 3 characters.
autocompletestringis used to search for strings that begin with the specified query
provincestringthe province code for which you want to carry out the search
townCodestringthe cadastral code (also known as national code or Belfiore code) for which you want to carry out the search
atecoCodestringateco code
cciaastringChamber of Commerce
reaCodestringrea code
minTurnoverstringminimum turnover value
maxTurnoverstringmaximum turnover value
minEmployeesstringminimum value of employees
maxEmployeesstringmaximum value of employees
sdiCodestringsdi code
legalFormCodestringlegal form code
shareHolderTaxCodestringtax code of a company member
activityStatusstringstatus of the company in the chamber of commerce
pecstringcompany pec
creationTimestampstringall companies created after the value
lastUpdateTimestampstringall companies whose last update is after the value
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 1000 results

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;data&quot;:[{&quot;id&quot;:&quot;60d1bfc731177b0a092cdfc1&quot;},{&quot;id&quot;:&quot;45d1bfc788174b9u092cdtr5&quot;}],&quot;success&quot;:true,&quot;message&quot;:&quot;&quot;,&quot;error&quot;:null}