Piloterr

Owler Company Info

Retrieve detailed company intelligence from Owler, including revenue, employee count, CEO info, competitors, funding, and industry sectors.

Credit cost: 1 credit per call

GET
/v2/owler/company/info

Authorization

ApiKeyAuth
x-api-key<token>

Your API key. Include it in the x-api-key header for every request.

In: header

Query Parameters

query*string

The company to look up on Owler. Multiple formats are accepted:

  • Company slug: airbus
  • Owler company URL: https://owler.com/company/airbus

Examples:

https://owler.com/company/tesla

The response includes the company's financials, CEO details, headcount, competitors, and industry sectors.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://api.piloterr.com/v2/owler/company/info?query=string"
{
  "cg": [
    {
      "founded": "1916",
      "revenue": 69444000000,
      "ownership": "Public",
      "ceo_detail": {
        "ceo_pic": "https://image4.owler.com/ceo/Robert K._Ortberg_owler_20240807_190640_original.png",
        "last_name": "Ortberg",
        "ceo_rating": 67,
        "first_name": "Robert K.",
        "designation": "President & CEO"
      },
      "headquarters": {
        "city": "Arlington",
        "state": "US-VA",
        "country": "USA",
        "state_display_name": "Virginia"
      },
      "revenue_range": "$50B - 100B",
      "total_funding": 45000000000,
      "employee_count": 156000,
      "employee_range": "100,000 - 9,999,999",
      "industry_sectors": [
        "Defense",
        "Aviation"
      ],
      "formatted_funding": "45B",
      "formatted_revenue": "69.4B",
      "company_basic_info": {
        "logo": "https://image4.owler.com/logo/boeing_owler_20190615_044954_small.png",
        "cp_link": "https://www.owler.com/company/boeing",
        "website": "https://www.boeing.com/",
        "team_name": "boeing",
        "company_id": 124397,
        "short_name": "Boeing"
      },
      "formatted_employee_count": "156,000"
    }
  ]
}
{
  "error": "Bad Request"
}
{
  "error": "Invalid API Key"
}
{
  "error": "Payment required"
}
{
  "error": "Rate limit exceeded for the API key: quota monthly"
}
{
  "error": "Internal Error"
}