# Owler Company Info ## Overview | Property | Value | |----------|-------| | **Status** | active | | **Method** | `GET` | | **Endpoint** | `/v2/owler/company/info` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/owler-company-info | ## Description Retrieve detailed company intelligence from Owler, including revenue, employee count, CEO info, competitors, funding, and industry sectors. ## Authentication - **Key Name:** `x-api-key` - **Location:** HTTP Header - **Get an API key:** https://app.piloterr.com/register ## Example Request ```bash curl --location --request GET 'https://api.piloterr.com/v2/owler/company/info' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Get Owler company info for Airbus ```json { "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" } ] } ``` ## Documentation ## Overview The Owler Company Info endpoint retrieves comprehensive business intelligence including revenue, employee count, CEO info, competitors, and industry sectors. ## Quickstart ``` GET https://api.piloterr.com/v2/owler/company/info?query=airbus ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Company slug or Owler URL | ## Response fields | Field | Type | Description | |---|---|---| | `cg[].company_basic_info.short_name` | string | Company name | | `cg[].revenue` | number | Annual revenue | | `cg[].employee_count` | number | Employee count | | `cg[].ceo_detail` | object | CEO name and approval rating | | `cg[].industry_sectors` | array | Industry sectors | ## Notes - Results include competitor companies alongside the target. - CEO ratings are crowd-sourced. ## Main use cases - Enrich CRM accounts with real-time Owler data - Build competitive intelligence dashboards - Qualify enterprise leads by revenue range and headcount - Power market sizing analyses with Owler financial data