ZipRecruiter Jobs Scraper avatar

ZipRecruiter Jobs Scraper

Pricing

Pay per event

Go to Apify Store
ZipRecruiter Jobs Scraper

ZipRecruiter Jobs Scraper

Scrape job postings from ZipRecruiter.com including title, company, location, salary range, job type, and apply URL. Walks paginated search results by keyword and location.

Pricing

Pay per event

Rating

0.0

(0)

Developer

BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

an hour ago

Last modified

Categories

Share

Scrape job postings from ZipRecruiter.com including title, company, location, salary range, job type, and apply URL. Walks paginated search results by keyword and location.

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"
}