# Glassdoor Job Search ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/glassdoor/job-search` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/glassdoor-job-search | ## Description Access real-time Glassdoor job data to enhance recruitment, market analysis, and user experience with Piloterr API. ## 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-search' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Example ```json { "jobs": [ { "title": "Développeur Full Stack", "salary": "50k € - 60k €", "company": "Company A", "summary": "Nous recherchons un développeur full stack passionné par les nouvelles technologies.", "location": "Paris" }, { "title": "Ingénieur DevOps", "salary": "55k € - 65k €", "company": "Company B", "summary": "Rejoignez notre équipe en tant qu'ingénieur DevOps pour optimiser nos systèmes.", "location": "Lyon" }, { "title": "Data Scientist", "salary": "60k € - 70k €", "company": "Company C", "summary": "Nous recherchons un data scientist pour analyser et interpréter des données complexes.", "location": "Marseille" } ] } ``` ## Documentation ## Overview Access real-time Glassdoor job data to enhance recruitment, market analysis, and user experience with Piloterr API. ## Quickstart ``` GET https://api.piloterr.com/v2/glassdoor/job-search?query=example ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate Glassdoor Job 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