This action allows you to extract comprehensive job profile information from Indeed, including job title, location, salary, and more. It’s useful for aggregating job data for analysis or integration into other systems.
Step 2
Select a job ad by clicking on it.
Step 3
Copy the URL from your browser.
Step 4
Paste it into the provided field(s).
Parameters
No additional parameters are required for this action.
Output Fields
The action returns the following fields:
The name of the company offering the job.
The number of ratings the company has received.
The company’s rating out of 5.
Detailed description of the job.
The URL to the company’s Indeed profile.
The unique identifier for the job on Indeed.
Indicates if the job posting is expired.
The date the job was published.
Indicates if the job is remote.
The salary offered for the job.
The type of employment (e.g., full-time, part-time).
Below is the JSON schema for the output fields:
{
"company_name" : "string" ,
"company_rating_count" : "integer" ,
"company_rating_over_5" : "float" ,
"details" : "string" ,
"indeed_company_url" : "string" ,
"indeed_job_id" : "string" ,
"is_expired" : "boolean" ,
"location" : "string" ,
"published_date" : "string" ,
"remote_status" : "string" ,
"salary" : "string" ,
"title" : "string" ,
"type" : "string"
}
Ensure the Indeed Job Profile URL is correctly formatted to avoid errors.