# Glassdoor Job Info ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/glassdoor/job-info` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/glassdoor-job-info | ## Description Extract job data from Glassdoor for hiring platforms, market analysis, and career counseling with our Glassdoor Job Info 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-info' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Example ```json { "jobs": [ { "title": "Consultant BI", "salary": "€45k - €55k", "company": "Capgemini", "location": "Toulouse", "date_posted": "2023-10-01", "description": "Capgemini is looking for a BI Consultant in Toulouse. Responsibilities include ..." }, { "title": "Consultant BI", "salary": "€50k - €60k", "company": "Sopra Steria", "location": "Toulouse", "date_posted": "2023-09-28", "description": "Sopra Steria seeks a BI Consultant for its Toulouse office. Duties involve ..." }, { "title": "Consultant BI", "salary": "€47k - €57k", "company": "Altran", "location": "Toulouse", "date_posted": "2023-09-25", "description": "Altran is hiring a BI Consultant. The role requires..." }, { "title": "Consultant BI", "salary": "€48k - €58k", "company": "Atos", "location": "Toulouse", "date_posted": "2023-09-20", "description": "Atos is recruiting a BI Consultant for their Toulouse team. Key tasks include..." }, { "title": "Consultant BI", "salary": "€49k - €59k", "company": "CGI", "location": "Toulouse", "date_posted": "2023-09-18", "description": "CGI is seeking a BI Consultant in Toulouse. Main responsibilities are..." } ] } ``` ## Documentation ## Overview Extract job data from Glassdoor for hiring platforms, market analysis, and career counseling with our Glassdoor Job Info API. ## Quickstart ``` GET https://api.piloterr.com/v2/glassdoor/job-info?query=example ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate Glassdoor Job 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