# Comparably Search ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/comparably/search` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/comparably-search | ## Description Extract detailed company data from Comparably with our API to enhance business insights and decision-making. ## 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/comparably/search' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Example ```json { "ceo": "Frank Harrison", "reviews": [ { "rating": 4, "review": "Great company with ethical standards, but workload could be heavy at times.", "employeeRole": "Current Employee" }, { "rating": 3, "review": "Management could be better. Good benefits and fair compensation.", "employeeRole": "Former Employee" } ], "website": "https://www.cokeconsolidated.com", "ceoScore": 74, "industry": "Beverages", "salaries": [ { "title": "Sales Manager", "currency": "USD", "averageSalary": 98000 }, { "title": "Business Analyst", "currency": "USD", "averageSalary": 62000 }, { "title": "Operations Manager", "currency": "USD", "averageSalary": 78000 } ], "companyName": "Coca Cola Bottling Consolidated", "description": "We are the largest bottler of Coca-Cola products in the United States. Our purpose is to honor God in all we do, serve others, constantly pursue excellence and grow profitably.", "cultureRating": 3.4, "overallRating": 3.5, "employeesCount": 17000, "officeLocation": "Charlotte, NC", "employeeRatings": [ { "rating": 3.4, "criteria": "Work Culture" }, { "rating": 3.2, "criteria": "Environment" }, { "rating": 3.4, "criteria": "Team" }, { "rating": 3.4, "criteria": "Retention" }, { "rating": 3.8, "criteria": "CEO" } ] } ``` ## Documentation ## Overview Extract detailed company data from Comparably with our API to enhance business insights and decision-making. ## Quickstart ``` GET https://api.piloterr.com/v2/comparably/search?query=example ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate Comparably Search data into enrichment, analytics, and monitoring pipelines - Automate large-scale extraction from Comparably without maintaining scrapers - Power internal dashboards and workflow automations with live Comparably data