Logo
Openapi.it Public API Documentation

{{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.

 

Body PARAM

Key Datatype Required Description 
dryRun
string simulates a request by returning only the number of records found and the price
dataEnrichment
string with this parameter you can decide how to enrich the output data; if it is not set the call will return only the ids
lat
string latitude
long
string longitude
radius
string radius in meters
companyName
string A 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.
autocomplete
string is used to search for strings
Curl
curl -X 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>?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>' -H 'Accept: application/json'

ENDPOINTS