# Indeed Company Search ## Overview | Property | Value | |----------|-------| | **Status** | active | | **Method** | `GET` | | **Endpoint** | `/v2/indeed/company/search` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 2 credits per call | | **Documentation** | https://www.piloterr.com/library/indeed-company-search | ## Description Indeed Company Search API. Search fr.indeed.com employer profiles by keyword or URL. Browser rendering returns ratings, industry and profile links. ## 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/company/search' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Search 'airbus' on fr.indeed.com ```json { "results": [ { "rating": 4.1, "industry": "Aérospatiale et défense", "jobs_url": "https://fr.indeed.com/cmp/Airbus-e4b213b1/jobs", "logo_url": "https://d2q79iu7y748jz.cloudfront.net/s/_squarelogo/64x64/7316c9e8fcda3af83c7321068c2f3a01", "company_url": "https://fr.indeed.com/cmp/Airbus-e4b213b1", "description": "We look to recruit, develop, grow and retain the best, and welcome ALL as an equal opportunity employer.", "reviews_url": "https://fr.indeed.com/cmp/Airbus-e4b213b1/reviews", "company_name": "Airbus", "salaries_url": "https://fr.indeed.com/cmp/Airbus-e4b213b1/salaries", "reviews_count": 2324 }, { "rating": 5, "industry": "ONG et associations à but non lucratif", "jobs_url": "https://fr.indeed.com/cmp/Cse-Airbus/jobs", "logo_url": null, "company_url": "https://fr.indeed.com/cmp/Cse-Airbus", "description": null, "reviews_url": "https://fr.indeed.com/cmp/Cse-Airbus/reviews", "company_name": "CSE AIRBUS", "salaries_url": "https://fr.indeed.com/cmp/Cse-Airbus/salaries", "reviews_count": 1 } ], "pagination": { "next": null, "count": 6, "has_next": false } } ``` ## Documentation ## Overview Search Indeed employer profiles on fr.indeed.com via browser rendering. The **Indeed Company Search API** returns company name, profile URL, logo, rating, review count, industry and links to jobs, reviews and salaries. Use each result `company_url` with [Indeed Company Info](https://www.piloterr.com/library/indeed-company-info) for the full employer page. ## Quickstart ``` GET https://api.piloterr.com/v2/indeed/company/search?query=airbus GET https://api.piloterr.com/v2/indeed/company/search?query=https://fr.indeed.com/companies/search?q=airbus ``` ## Indeed workflow 1. [Indeed Company Search](https://www.piloterr.com/library/indeed-company-search) to discover employers (this endpoint) 2. [Indeed Company Info](https://www.piloterr.com/library/indeed-company-info) for full profile and FAQ, reviews, jobs blocks ## Notes - Default domain is **fr.indeed.com** unless a full URL specifies another locale. - Costs **2 credits** per call (browser rendering). ## Main use cases - **Employer discovery**: find Indeed company slugs and profile URLs - **Talent market intel**: compare ratings, industries and review volumes - **Sales enrichment**: link employers to jobs, reviews and salary tabs at scale