Indeed Jobs Scraper avatar
Indeed Jobs Scraper
Try for free

Pay $1.00 for 1,000 results

View all Actors
Indeed Jobs Scraper

Indeed Jobs Scraper

dainty_screw/indeed-jobs-scraper
Try for free

Pay $1.00 for 1,000 results

Supercharge your job search with our Indeed Scraper! Easily extract detailed job listings directly from Indeed. This tool offers powerful automation for gathering data, streamlining your recruitment or job-seeking processes efficiently.

1# Indeed Scraper
2
3## Overview
4
5Indeed Scraper is a powerful tool on the [Apify platform](https://apify.com) designed to extract job posting data from [Indeed.com](https://www.indeed.com/). Using the [Apify SDK](https://sdk.apify.com/), this scraper gathers detailed information about job listings across different regions and job types.
6
7## Features
8
9- Scrape job listings from specific countries, cities, or regions.
10- Extract detailed information including job title, company, location, and salary.
11- Flexible input parameters to tailor the search to specific needs.
12
13## Input
14
15Customize the scraper with input parameters like country, job title, and location:
16
17```json
18{
19  "country": "us",
20  "position": "software engineer",
21  "location": "new york",
22  "startUrls": [{"url": "https://www.indeed.com/jobs?q=software+engineer&l=new+york"}],
23  "maxItems": 50,
24  "proxyConfiguration": { "useApifyProxy": true }
25}

Output

Output data is stored in Apify's dataset, with each item providing detailed job information:

1{
2  "positionName": "Senior Software Engineer",
3  "company": "Tech Company",
4  "location": "New York, NY",
5  "salary": "From $100,000 a year",
6  "url": "https://www.indeed.com/viewjob?jk=example123",
7  "description": "Join our team of developers..."
8}

Connect With Us

Support

Developer
Maintained by Community
Actor metrics
  • 6 monthly users
  • 3 stars
  • 100.0% runs succeeded
  • Created in Apr 2024
  • Modified 10 days ago