Indeed Company Info
Retrieve comprehensive company data from Indeed, including founding year, revenue, employee count, industry, and employee reviews.
Credit cost: 2 credits per call
Authorization
ApiKeyAuth x-api-key<token>
Your API key. Include it in the x-api-key header for every request.
In: header
Query Parameters
query*string
A company identifier to look up on Indeed. Multiple formats are accepted:
- Indeed company URL:
https://indeed.com/cmp/Microsoft - Company name:
Microsoft
Examples:
https://indeed.com/cmp/AppleNote: Using the full Indeed URL is preferred for more accurate results when multiple companies share a similar name.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://api.piloterr.com/v2/indeed/company/info?query=string"{
"founded": 1975,
"revenue": "over-$10B (USD)",
"website": "http://www.microsoft.com/",
"industry": "Information Technology",
"logo_url": "https://d2q79iu7y748jz.cloudfront.net/s/_squarelogo/96x96/88813b3f866a5b58c9685073e3b87e05",
"company_url": "https://indeed.com/cmp/Microsoft",
"description": "There's work, and then there's your life's work. At Microsoft you can find that calling and live your purpose every day.",
"headquarter": "One Microsoft Way Redmond, Washington 98052-6399",
"staff_range": "over-10000",
"company_name": "Microsoft",
"dynamic_sections": {
"faq": {
"faqs": [
{
"answer_text": "Yes, Microsoft has 761 open jobs.",
"answer_links": [],
"question_text": "Is Microsoft hiring now?"
},
{
"answer_text": "People have reported that the interview at Microsoft is medium difficulty.",
"answer_links": [],
"question_text": "Is it hard to get a job at Microsoft?"
}
]
}
}
}{
"error": "Bad Request"
}{
"error": "Invalid API Key"
}{
"error": "Payment required"
}{
"error": "Rate limit exceeded for the API key: quota monthly"
}{
"error": "Internal Error"
}