# Glassdoor Job Salary ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/glassdoor/job-salary` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/glassdoor-job-salary | ## Description Unlock strategic business insights with real-time Glassdoor salary data. Try Piloterr's API for smart 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/glassdoor/job-salary' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Example ```json { "jobs": [ { "range": "40,000 € - 55,000 €", "title": "Software Engineer", "location": "Paris, France", "base_salary": "45,000 €" }, { "range": "45,000 € - 60,000 €", "title": "Data Scientist", "location": "Paris, France", "base_salary": "50,000 €" }, { "range": "55,000 € - 70,000 €", "title": "Product Manager", "location": "Paris, France", "base_salary": "60,000 €" } ] } ``` ## Documentation ## Overview Unlock strategic business insights with real-time Glassdoor salary data. Try Piloterr's API for smart decision-making. ## Quickstart ``` GET https://api.piloterr.com/v2/glassdoor/job-salary?query=example ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate Glassdoor Job Salary 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