Skip to main content
This action allows you to extract detailed information about a company from Indeed, including its profile, reviews, and other relevant data. This can be useful for market research, competitor analysis, or understanding a company’s public perception.

Inputs

indeed_company_url
string
required

Parameters

No additional parameters are required for this action.

Output Fields

The action returns the following fields:
Below is the JSON schema for the output fields:
{
    "company_name": "string",
    "company_turnover": "string",
    "description": "string",
    "domain": "string",
    "employees_range": "string",
    "grade": "string",
    "headquarters": "string",
    "industry": "string",
    "indeed_company_jobs_url": "string",
    "indeed_company_reviews_url": "string",
    "indeed_company_salaries_url": "string",
    "logo_url": "string",
    "managing_director": "string",
    "number_reviews": "integer",
    "website": "string",
    "year_founded": "integer"
}
This action is designed to provide comprehensive company insights from Indeed, making it a valuable tool for business analysis.