# Indeed Job Info ## Overview | Property | Value | |----------|-------| | **Status** | active | | **Method** | `GET` | | **Endpoint** | `/v2/indeed/job/info` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 2 credits per call | | **Documentation** | https://www.piloterr.com/library/indeed-job-info | ## Description Indeed Job Info API. Fetch a full job posting by viewjob URL, sponsored click URL or job key. Browser rendering returns description and structured salary. ## 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/indeed/job/info' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Get Indeed job info for Java developer (jk=585181841cb618e0) ```json { "url": "https://fr.indeed.com/viewjob?jk=585181841cb618e0", "title": "Ingénieur Développeur Java F/H", "salary": null, "job_key": "585181841cb618e0", "benefits": null, "job_type": "CDI, Temps plein", "location": "Paris (75)", "company_url": "https://fr.indeed.com/cmp/Groupe-Intm?campaignid=mobvjcmp&from=mobviewjob&tk=1jsl3p16gjvko800&fromjk=585181841cb618e0", "description": "
\n

Depuis 2004, le Groupe INTM, entreprise de conseil et de services du numérique, accompagne ses clients dans leurs grands projets de transformation, visant à répondre à leurs enjeux stratégiques et opérationnels tout en positionnant la technologie au service de l’entreprise et de l’humain.
\n Grâce à la confiance mutuelle entre le Groupe INTM, ses collaborateurs et ses clients, nous connaissons une forte croissance appuyée par des alliances et des référencements…", "remote_work": null, "company_name": "INTM", "posted_today": false, "urgently_hiring": false, "remote_work_type": null } ``` ## Documentation ## Overview Scrape a full Indeed job posting from fr.indeed.com via browser rendering. The **Indeed Job Info API** accepts a **`viewjob?jk=` URL**, a **sponsored SERP click URL** or a bare **`jk` job key**. Discover listings with [Indeed Job Search](https://www.piloterr.com/library/indeed-job-search), then call this endpoint with `results[].job_key`. ## Quickstart ``` GET https://api.piloterr.com/v2/indeed/job/info?query=585181841cb618e0 GET https://api.piloterr.com/v2/indeed/job/info?query=https://fr.indeed.com/viewjob?jk=585181841cb618e0 ``` ## Notes - Default domain is **fr.indeed.com** for bare job keys. - `salary` is structured when Indeed exposes it (`min`, `max`, `currency`, `type`); otherwise `null`. - Costs **2 credits** per call (browser rendering). ## Main use cases - **Posting enrichment**: pull full descriptions and salary ranges for shortlisted jobs - **Compensation intel**: compare structured `salary.min` / `salary.max` across employers - **HR analytics**: track contract types, remote policies and benefits at scale