Skip to content

bondvit/indeed-scraper-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Indeed Scraper — examples

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.

What you get per record

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

Quickstart

  1. Get your Apify token: https://console.apify.com/account/integrations
  2. 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

Example input

{
  "companies": [
    "Microsoft",
    "Google",
    "Amazon.com"
  ],
  "modes": [
    "reviews",
    "interviews",
    "dossier"
  ],
  "maxReviews": 500,
  "countryCode": "US",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}

Links


MIT-licensed examples. The actor runs on the caller's Apify account (you pay platform compute + per-result).

About

Runnable Python & JS examples for the Indeed Employer Intelligence on Apify

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors