Basic Search Company by Ticker or Website or Name or PermID
GET
/v1/company/basicsearch
CompanyAPI
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.owler.com//v1/company/basicsearch?q='
Response Response Example
200 - Example 1
{
"company": [
{
"company_id": 0,
"hq_address": {
"city": "string",
"country": "string",
"phone": "string",
"postal_code": "string",
"state": "string",
"street1": "string",
"street2": "string"
},
"name": "string",
"perm_id": "string",
"profile_url": "string",
"short_name": "string",
"website": "string"
}
]
}
Request
Query Params
q
string
required
fields
array[string]
optional
limit
string
optional
format
string
optional
Responses
Modified at 2023-08-15 10:07:15