auto complete: provides quick company and person suggestions for given input query

get/search/v1/suggest

Query parameters

querystring required

the query string

domainstring

"company" to match companies only, "person" to match persons only, empty to match all

historyboolean

true to include former company names

censorboolean

should be set when presenting the content on a public website

limitinteger

maximum number of items to return

output'json' | 'xml'

response format

countriesstring

list of country ISO codes to restrict result set (empty to retrieve all countries)

statusstring

list of valid statuses (active, terminated, liquidation)

Response

A successful response

censoredboolean

true if results have been omitted because of censoring

offsetinteger

offset of result array in all results

nextOffsetinteger

offset to retrieve next batch of results

nextPosstring

position to retrieve next batch of results

totalinteger

total number of results (usually, this number is not available, unfortunately)

Changes