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.
Parameters
No additional parameters are required for this action.
Output Fields
The action returns the following fields:
A brief description of the company
The range of employees in the company
The company’s grade on Indeed
The headquarters location of the company
The industry the company operates in
URL to the company’s job listings on Indeed
indeed_company_reviews_url
URL to the company’s reviews on Indeed
indeed_company_salaries_url
URL to the company’s salary information on Indeed
URL to the company’s logo
The managing director of the company
The number of reviews the company has on Indeed
The company’s official website
The year the company was founded
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.