Owler
  1. CompanyPremiumAPI
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. CompanyPremiumAPI

Get Complete Company Info by Id

GET
/v1/companypremium/id/{companyId}
The Company Premium Data API provides complete information about a company for the specified Company Id
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.owler.com//v1/companypremium/id/'
Response Response Example
200 - Example 1
{
    "acquisition": [
        {
            "acquirer_company_id": "string",
            "amount": "string",
            "company_id": "string",
            "date": "string",
            "name": "string",
            "status": "string",
            "undisclosed": "string",
            "website": "string"
        }
    ],
    "ceo": {
        "ceo_rating": "string",
        "first_name": "string",
        "image_url": "string",
        "last_name": "string"
    },
    "company_id": 0,
    "company_type": "Private",
    "description": "string",
    "employee_count": "string",
    "facebook_link": "string",
    "founded_date": "string",
    "funding": [
        {
            "amount": "string",
            "date": "string",
            "investor": [
                {
                    "company_id": "string",
                    "name": "string",
                    "website": "string"
                }
            ],
            "type": "string",
            "undisclosed": "string"
        }
    ],
    "hq_address": {
        "city": "string",
        "country": "string",
        "phone": "string",
        "postal_code": "string",
        "state": "string",
        "street1": "string",
        "street2": "string"
    },
    "industries": [
        "string"
    ],
    "linkedin_link": "string",
    "logo_url": "string",
    "name": "string",
    "perm_id": "string",
    "portfolio_company_ids": [
        0
    ],
    "profile_url": "string",
    "revenue": "string",
    "sectors": [
        {
            "name": "string",
            "parent_industry": "string"
        }
    ],
    "short_name": "string",
    "stock": {
        "exchange": "string",
        "ticker": "string"
    },
    "twitter_link": "string",
    "website": "string",
    "youtube_link": "string"
}

Request

Path Params

Query Params

Responses

🟢200Company Data
application/json
Body

🟠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 Url
Next
Get Basic Company Info by Url
Built with