Indeed Scraper avatar

Indeed Scraper

Try Actor

$19.00/month

View all Actors
Indeed Scraper

Indeed Scraper

runtime/indeed-scraper
Try Actor

$19.00/month

Indeed Job Scraper The Indeed Job Scraper is a powerful web scraping tool built as an Apify actor. It efficiently gathers job listings from Indeed based on customizable search parameters, providing essential job information such as job title, company name, location.

Indeed Job Scraper

Description

The Indeed Job Scraper is an Apify actor that scrapes job listings from Indeed based on specified search criteria. It retrieves job titles, companies, locations, job descriptions, and other relevant details from Indeed’s search pages, with support for pagination and dynamic input configuration. This actor can be used to gather data on job openings in various industries and locations worldwide.

Input

The input parameters for this actor are defined in input_schema.json. Here’s a breakdown of each parameter:

  • searchQuery (string): The job title or keywords to search for on Indeed. Default is "developer".
  • location (string): The location to search jobs in, such as a city or region. Default is "New York".
  • paginationLimit (integer): The maximum number of pages to scrape. Default is 10.
  • indeedUrl (string): The base URL of the Indeed site to scrape (e.g., www.indeed.com for the US, www.indeed.co.uk for the UK). Default is www.indeed.com.

Example Input

1{
2  "searchQuery": "software engineer",
3  "location": "San Francisco",
4  "paginationLimit": 5,
5  "indeedUrl": "www.indeed.com"
6}
Developer
Maintained by Community
Actor metrics
  • 1 monthly user
  • 0 stars
  • 100.0% runs succeeded
  • Created in Nov 2024
  • Modified 3 days ago