# Glassdoor Company Search ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/glassdoor/company-search` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/glassdoor-company-search | ## Description Unlock detailed company insights from Glassdoor with our API to enhance decision-making and market analysis. ## 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-search' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Example ```json { "companies": [ { "name": "Google", "rating": "4.5", "website": "https://www.google.com", "industry": "Technology", "logo_url": "https://media.glassdoor.com/sql/9079/google-squarelogo-1441134771653.png", "reviews_count": 10000 }, { "name": "Amazon", "rating": "4.1", "website": "https://www.amazon.com", "industry": "Retail", "logo_url": "https://media.glassdoor.com/sql/6036/amazon-squarelogo-1552847659412.png", "reviews_count": 12000 }, { "name": "Microsoft", "rating": "4.4", "website": "https://www.microsoft.com", "industry": "Technology", "logo_url": "https://media.glassdoor.com/sql/1651/microsoft-squarelogo-1459357028228.png", "reviews_count": 9000 } ] } ``` ## Documentation ## Overview Unlock detailed company insights from Glassdoor with our API to enhance decision-making and market analysis. ## Quickstart ``` GET https://api.piloterr.com/v2/glassdoor/company-search?query=example ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate Glassdoor Company Search 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