curl --location --request GET 'https://api.owler.com//v1/company/search?q='
{
"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"
}