Job Listings & Salary Data — ZipRecruiter avatar

Job Listings & Salary Data — ZipRecruiter

Pricing

Pay per event

Go to Apify Store
Job Listings & Salary Data — ZipRecruiter

Job Listings & Salary Data — ZipRecruiter

Job listings with salary data from ZipRecruiter. Search by keyword and location; returns job title, company, location, salary range, job type, description, posted date and apply URL. For recruiting pipelines and salary benchmarking.

Pricing

Pay per event

Rating

0.0

(0)

Developer

BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

10 days ago

Last modified

Categories

Share

ZipRecruiter Job Listings & Salary Data Scraper

Job listings with salary data from ZipRecruiter. Search by keyword and location; it walks the paginated results and returns job title, company, location, salary range, job type, full description, posted date, and the apply URL for every posting.

What it does

This actor lets you collect job listings from ZipRecruiter by searching with a keyword and location. It handles ZipRecruiter's anti-bot protection automatically and returns structured data for each job posting.

Input

FieldTypeDescription
queryStringJob title, keywords, or company name (default: software engineer)
locationStringCity, state, or remote (default: remote)
maxItemsIntegerMaximum number of job postings to return

Output

Each record includes:

  • job_id — Unique identifier from ZipRecruiter
  • title — Job title
  • company — Company name
  • location — Job location
  • salary — Salary range (if listed)
  • job_type — Employment type (full-time, contract, etc.)
  • posted_date — When the job was posted
  • apply_url — Direct apply link on ZipRecruiter
  • source_url — Search results page URL
  • scraped_at — Timestamp of extraction

Example output

{
"job_id": "a1b2c3d4e5f67890",
"title": "Senior Software Engineer",
"company": "Acme Corp",
"location": "Remote",
"salary": "$120,000 - $160,000 a year",
"job_type": "Full-Time",
"posted_date": "2 days ago",
"apply_url": "https://www.ziprecruiter.com/c/Acme-Corp/Job/Senior-Software-Engineer/-in-Remote,/...",
"source_url": "https://www.ziprecruiter.com/jobs/search?q=software+engineer&l=remote",
"scraped_at": "2026-06-02T17:00:00.000Z"
}