Ziprecruiter $1๐Ÿ’ฐ Keyword & URL Job Scraper avatar

Ziprecruiter $1๐Ÿ’ฐ Keyword & URL Job Scraper

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Ziprecruiter $1๐Ÿ’ฐ Keyword & URL Job Scraper

Ziprecruiter $1๐Ÿ’ฐ Keyword & URL Job Scraper

From $1/1k. Pull structured job listings from ziprecruiter.com with titles, companies, salaries, locations, benefits, apply URLs, and full descriptions. Search with filters or paste ZipRecruiter URLs directly. Automatically paginates results with simple pay-per-result pricing and no subscription.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

AbotAPI

AbotAPI

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

ZipRecruiter Jobs Scraper

Pull structured job listings from ZipRecruiter (ziprecruiter.com) at scale: title, company, company logo, salary, location, employment type, benefits, posted date, apply URL, and full descriptions. Drive it two ways: a point-and-click search builder (keywords + location + filters) or paste any ziprecruiter.com search or job URL straight from your browser. Results page forward automatically, and you pay per result, with no monthly subscription.

Why this scraper

  • Up to 50 fields per job, including parsed salary (min, max, period), structured location (city, state, county), employment type, benefits, company logo, and an apply URL.
  • Rich data on every result without opening detail pages: the search results already carry company, salary, location, employment type, benefits, and a description snippet, so most feeds run fast and cheap.
  • Optional detail mode adds the full HTML description, structured street address, industry, valid-through date, verified salary, and any contact email or phone the employer pasted into the description (when present) when you need the long form.
  • Two input modes: build a search from keywords and filters, or paste finished ziprecruiter.com URLs (multiple supported, each pages forward on its own).
  • Filters for date posted, employment type, remote-only, minimum salary, and search radius.
  • Forward pagination with total-count detection and de-duplication by job id.
  • Pay per result. No flat monthly fee, so a 50-listing run costs cents, not a subscription.

Data you get

Example values below are from a live ZipRecruiter listing.

FieldExample
idad8a4fef327eab36
titleFull Stack Software Engineer
companyFannie Mae
companyLogohttps://www.ziprecruiter.com/svc/fotomat/.../11a81da1.png
companyWebsitefanniemae.com
urlhttps://www.ziprecruiter.com/c/Fannie-Mae/Job/Full-Stack-Software-Engineer/-in-Reston,VA?jid=ad8a4fef327eab36
locationReston, VA
cityReston
stateVirginia
countyFairfax
countryUnited States
locationTypeOn-site
remotefalse
salary$123K - $161K/yr
salaryMin123000
salaryMax161000
salaryCurrencyUSD
salaryPeriodyear
employmentTypeFULL_TIME
employmentTypes["FULL_TIME"]
benefits["MEDICAL", "LIFE_INSURANCE"]
industryTechnology
occupationalCategory15-1133.00: Software Developers, Systems Software
snippetTHE IMPACT YOU WILL MAKE The Full Stack Software Engineer role will offer you...
descriptionText(full description text, when detail mode is on)
emails["careers@example.com"] (parsed from the description; usually empty)
phoneNumbers["1-800-000-0000"] (parsed from the description; usually empty)
datePosted2026-04-24T00:00:00Z
validThrough2026-06-23
applyUrlhttps://www.ziprecruiter.com/c/Fannie-Mae/Job/Full-Stack-Software-Engineer/-in-Reston,VA?jid=ad8a4fef327eab36
sponsoredfalse
sourceZipRecruiter
scrapedAt2026-05-25T00:00:00.000Z

How to use

Basic keyword search:

{
"mode": "search",
"queries": ["software engineer"],
"location": "Remote",
"maxPages": 5,
"fetchDetails": false
}

Search with filters (full-time, posted in the last 5 days, minimum salary):

{
"mode": "search",
"queries": ["registered nurse"],
"location": "Chicago, IL",
"datePosted": "5",
"employmentType": "full_time",
"minSalary": 70000,
"maxPages": 10,
"fetchDetails": true
}

Remote jobs only, multiple keywords:

{
"mode": "search",
"queries": ["data analyst", "data engineer", "data scientist"],
"remoteOnly": true,
"maxPages": 5,
"maxListings": 300
}

Paste finished ziprecruiter.com URLs (URL mode):

{
"mode": "url",
"urls": [
"https://www.ziprecruiter.com/jobs-search?search=software+engineer&location=New+York%2C+NY",
"https://www.ziprecruiter.com/jobs-search?search=warehouse&location=Dallas%2C+TX&days=5"
],
"maxPages": 3
}

Input parameters

ParameterTypeDefaultDescription
modestringsearch"search" builds a query from the fields below; "url" reads from urls.
queriesarray["software engineer"]Keywords. One scrape per keyword. Empty browses without a keyword.
locationstringRemoteCity and state, ZIP, or "Remote".
datePostedstringanyany, 1, 5, 10, or 30 days.
employmentTypestringanyany, full_time, part_time, contract, temporary, internship.
remoteOnlybooleanfalseOnly return jobs flagged remote.
minSalaryinteger0Minimum advertised annual salary. 0 = no floor.
radiusinteger0Search radius in miles around the location. 0 = site default.
skipSponsoredbooleanfalseDrop sponsored placements (applied client-side).
urlsarray(example)URL mode: one or more ziprecruiter.com search or job URLs.
maxPagesinteger1Max result pages per search (about 20 listings each).
maxListingsinteger0Total listings cap across all searches. 0 = no cap.
fetchDetailsbooleanfalseAlso open each job page for the full description and structured address.
proxyobjectUS residentialProxy configuration. US residential is required.

Employment-type filtering

ZipRecruiter treats the employment-type filter loosely: it narrows the search but also backfills the results with related jobs, so a part-time search can still surface some full-time roles. This scraper passes your choice to the search AND screens the results so the output favors your requested type. Jobs whose type ZipRecruiter does not label are kept rather than dropped, which keeps results flowing in thin markets. If you need an exact match only, post-filter the employmentTypes field in your downstream pipeline.

Output example

{
"id": "ad8a4fef327eab36",
"title": "Full Stack Software Engineer",
"company": "Fannie Mae",
"companyLogo": "https://www.ziprecruiter.com/svc/fotomat/public-nosensitive-ziprecruiter-logos/company/11a81da1.png",
"companyWebsite": "fanniemae.com",
"url": "https://www.ziprecruiter.com/c/Fannie-Mae/Job/Full-Stack-Software-Engineer/-in-Reston,VA?jid=ad8a4fef327eab36",
"location": "Reston, VA",
"city": "Reston",
"state": "Virginia",
"county": "Fairfax",
"country": "United States",
"locationType": "On-site",
"remote": false,
"salary": "$123K - $161K/yr",
"salaryMin": 123000,
"salaryMax": 161000,
"salaryCurrency": "USD",
"salaryPeriod": "year",
"employmentType": "FULL_TIME",
"employmentTypes": ["FULL_TIME"],
"benefits": ["MEDICAL", "LIFE_INSURANCE"],
"industry": "Technology",
"occupationalCategory": "15-1133.00: Software Developers, Systems Software",
"snippet": "THE IMPACT YOU WILL MAKE The Full Stack Software Engineer role will offer you the flexibility to make each day your own...",
"descriptionText": "Full job description text appears here when fetchDetails is on.",
"datePosted": "2026-04-24T00:00:00Z",
"validThrough": "2026-06-23",
"directApply": true,
"applyUrl": "https://www.ziprecruiter.com/c/Fannie-Mae/Job/Full-Stack-Software-Engineer/-in-Reston,VA?jid=ad8a4fef327eab36",
"sponsored": false,
"source": "ZipRecruiter",
"scrapedAt": "2026-05-25T12:00:00.000Z"
}

Plan requirement

ZipRecruiter accepts US residential traffic. The default proxy is Apify Residential pinned to the US, available on the Apify Starter plan and higher. The free plan does not include residential proxy access; free-plan users can uncheck "Use Apify proxy" and paste their own US residential proxy URLs in the proxy field. Datacenter exit IPs are rejected, so a US residential route is the reliable choice for steady runs.