Runnable examples for the Indeed Employer Intelligence — Reviews, Interviews & Dossier on Apify.
Scrape Indeed employer reviews, interview Q&A, and company dossiers. Returns rich records: 5 sub-ratings (Comp, Culture, Job Security, Management, Work-Life), currentEmployee flag, full review body, interview process stories.
comp_benefits_rating · company_name · company_slug · country · culture_values_rating · current_employee · dossier_description · dossier_founded · dossier_happiness_score · dossier_headquarters · dossier_industry · dossier_overall_rating · dossier_review_count · dossier_salary_titles · dossier_similar_companies · dossier_size · dossier_website · encrypted_review_id · helpful · interview_answer · interview_difficulty · interview_duration · interview_experience · interview_process_summary · interview_question · job_security_rating · job_title · location · management_rating · overall_rating · parse_confidence · record_type · review_uid · review_url · scraped_at · submission_date · text · title · unhelpful · warnings · work_life_rating
- Get your Apify token: https://console.apify.com/account/integrations
- Run a language example below. Both call the actor and print the results.
| Example | File |
|---|---|
Python (apify-client) |
examples/python/run.py |
JavaScript (apify-client) |
examples/javascript/run.js |
| Sample output (real records) | examples/sample_output.json |
{
"companies": [
"Microsoft",
"Google",
"Amazon.com"
],
"modes": [
"reviews",
"interviews",
"dossier"
],
"maxReviews": 500,
"countryCode": "US",
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": [
"RESIDENTIAL"
]
}
}- Actor on Apify Store: https://apify.com/bovi/indeed-employer-intelligence
- Apify client docs: Python · JavaScript
MIT-licensed examples. The actor runs on the caller's Apify account (you pay platform compute + per-result).