Owler
  1. CompetitorAPI
Owler
  • CompanyAPI
    • Basic Search Company by Ticker or Website or Name or PermID
      GET
    • Fuzzy Search Company by Name or Address or Phone
      GET
    • Get Company by Id
      GET
    • Search Company by Ticker or Website or Name or PermID
      GET
    • Get Company by URL
      GET
  • CompetitorAPI
    • Get Competitor information by Id
      GET
    • Get Competitor information by URL
      GET
  • CompetitorPremiumAPI
    • Get Competitor information by Id
      GET
    • Get Competitor information by Url
      GET
  • CompanyPremiumAPI
    • Get Complete Company Info by Id
      GET
    • Get Basic Company Info by Url
      GET
  • FeedAPI
    • Get Feeds for given Company Ids
      GET
    • Get Feeds for given Company Websites
      GET
  1. CompetitorAPI

Get Competitor information by URL

GET
/v1/company/competitor/url/{website}
CompetitorAPI
The Competitors API provides basic information about top 3 competitors of a company specified in the website
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.owler.com//v1/company/competitor/url/'
Response Response Example
200 - Example 1
{
    "competitor": [
        {
            "company_id": 0,
            "logo_url": "string",
            "name": "string",
            "profile_url": "string",
            "short_name": "string",
            "website": "string"
        }
    ]
}

Request

Path Params
website
string 
required
Company Id
Query Params
format
string 
optional
Format of the response content - json (by default if not specified), xml

Responses

🟢200Competitors Data
application/json
Body
competitor
array[object (CompanyBasicVO) {6}] 
optional
company_id
integer <int64>
required
logo_url
string 
required
name
string 
required
profile_url
string 
required
short_name
string 
optional
website
string 
required
🟠400Invalid Parameters
🟠403Authentication Failed
🟠404Resource Not Found
🟠429Too Many Requests
🔴500Internal Server Error
Modified at 2023-08-15 10:07:15
Previous
Get Competitor information by Id
Next
Get Competitor information by Id
Built with