Search companies
GET {{baseUrl}}/search?freeText=construction
Search companies matching query string parameters.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
requestKey | string | Used when paging in a previous searched result | |
pageSize | string | Number of results to return per pagination page | |
from | string | first result to return from the resultset that is being paged through | |
address | string | Company address | |
address | string | Company address | |
freeText | string | Company name or company id to search for | |
companyRegistrationDate | string | The date the company searched for should have been registered, range input with : between is accepted | |
county | string | County the searched for company should be registered in | |
industryCode | string | The primary industry code the company to search for belongs to | |
industryCode | string | The primary industry code the company to search for belongs to | |
legalGroupCode | string | The legal group code for the type of company to search for | |
legalGroupCode | string | The legal group code for the type of company to search for | |
legalGroupText | string | The legal group text for the type of company to search for | |
legalGroupText | string | The legal group text for the type of company to search for | |
numberEmployeesInterval | string | Employees interval | |
numberEmployeesInterval | string | Employees interval | |
statusCode | string | Status code that the searched for company should be referenced as | |
statusCode | string | Status code that the searched for company should be referenced as | |
town | string | Town the searched for company should be registered in | |
town | string | Town the searched for company should be registered in | |
vatReg | string | Vat registered | |
zipCode | string | Zip code the searched for company should be registered in | |
zipCode | string | Zip code the searched for company should be registered in | |
plNetOperatingIncome | string | Net operating income, range type, tkr |
RESPONSES
status: OK
{"hitCount":"\u003cinteger\u003e","hits":[{"companyId":"\u003cstring\u003e","companyName":"\u003cstring\u003e","legalGroupCode":"\u003cstring\u003e","legalGroupText":"\u003cstring\u003e","town":"\u003cstring\u003e"},{"companyId":"\u003cstring\u003e","companyName":"\u003cstring\u003e","legalGroupCode":"\u003cstring\u003e","legalGroupText":"\u003cstring\u003e","town":"\u003cstring\u003e"}],"metrics":{"industryCode":"\u003cobject\u003e","legalGroupCode":"\u003cobject\u003e","numberEmployeesInterval":"\u003cobject\u003e","plNetOperatingIncome":"\u003cobject\u003e","statusCode":"\u003cobject\u003e","town":"\u003cobject\u003e","vatReg":"\u003cobject\u003e","zipCode":"\u003cobject\u003e"},"next":"\u003cstring\u003e","previous":"\u003cstring\u003e","requestKey":"\u003cstring\u003e"}