# Glassdoor Company Info ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/glassdoor/company-info` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/glassdoor-company-info | ## Description Unlock detailed company info from Glassdoor for better market analysis, sales intelligence, and strategic planning. ## 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/glassdoor/company-info' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Example ```json { "CEO": "Jean Dupont", "Size": "201 to 500 Employees", "Type": "Company - Private", "Country": "France", "Founded": "1917", "Mission": "AHG specializes in producing high-precision screws for the aerospace industry.", "Revenue": "100 to 500 million (USD)", "Reviews": [ { "title": "Great place to learn", "rating": "4.0", "description": "Good support from senior staff, but the workload can be challenging." } ], "Website": "www.ahg.fr", "Benefits": [ "Health Insurance", "Retirement Plan", "Paid Time Off" ], "Industry": "Industrial Manufacturing", "Salaries": [ { "salary": "45,000 EUR/year", "position": "Engineer" } ], "CompanyName": "Ateliers de la Haute-Garonne", "Headquarters": "Figeac" } ``` ## Documentation ## Overview Unlock detailed company info from Glassdoor for better market analysis, sales intelligence, and strategic planning. ## Quickstart ``` GET https://api.piloterr.com/v2/glassdoor/company-info?query=example ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate Glassdoor Company Info data into enrichment, analytics, and monitoring pipelines - Automate large-scale extraction from Glassdoor without maintaining scrapers - Power internal dashboards and workflow automations with live Glassdoor data