Piloterr

Indeed Company Search

GET
/v2/indeed/company/search

Indeed Company Search API. Search fr.indeed.com employer profiles by keyword or URL. Browser rendering returns ratings, industry and profile links.

Credit cost: 2 credits per call

Autorisierung

ApiKeyAuth
x-api-key<token>

Your API key. Include it in the x-api-key header for every request.

In: header

Abfrageparameter

query*string

Company keyword or full Indeed companies search URL.

Examples:

airbus
https://fr.indeed.com/companies/search?q=airbus

Use company_url from results with Indeed Company Info.

return_page_source?boolean

When true, return the raw HTML as {\"result\": \"...\"} instead of structured JSON. Defaults to false.

Antworttext

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v2/indeed/company/search?query=string"
{  "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  }}
{  "error": "Bad Request"}
{  "error": "Invalid API Key"}
{  "error": "Payment required"}
{  "error": "Rate limit exceeded for the API key: quota monthly"}
{  "error": "Internal Error"}