Search companies
GET {{baseUrl}}/search?freeText=construction
Search companies matching query string parameters.
Body
PARAM
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 | |
Curl curl -X GET 'https://api.roaring.io/se/company/search/2.0/search?freeText=construction?requestKey=<string>&pageSize=<integer>&from=<integer>&address=<string>&address=<string>&freeText=construction&companyRegistrationDate=<string>&county=<string>&industryCode=<string>&industryCode=<string>&legalGroupCode=<integer>&legalGroupCode=<integer>&legalGroupText=<string>&legalGroupText=<string>&numberEmployeesInterval=<string>&numberEmployeesInterval=<string>&statusCode=<string>&statusCode=<string>&town=<string>&town=<string>&vatReg=<boolean>&zipCode=<string>&zipCode=<string>&plNetOperatingIncome=<long>' ENDPOINTS |