Search Company by Ticker or Website or Name or PermID
GET
/v1/company/search
CompanyAPI
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.owler.com//v1/company/search?q='
Response Response Example
200 - Example 1
{
"feeds": [
{
"category": "string",
"company": {
"company_id": 0,
"logo_url": "string",
"name": "string",
"profile_url": "string",
"short_name": "string",
"website": "string"
},
"enclosure_image": "string",
"feed_date": "string",
"id": "string",
"owler_feed_url": "string",
"publisher_logo": "string",
"publisher_name": "string",
"source_url": "string",
"title": "string"
}
],
"pagination_id": "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