ZipRecruiter API: a modern alternative to the closed partner program
ZipRecruiter's official API requires a partner contract. Here's how to get ZipRecruiter job data - searchable, filterable, fresh - through a public REST endpoint instead.
Dvir Atias
Founder, JobsPipe
ZipRecruiter’s official Publisher API exists, but access requires a partner contract - they review applicants and most indie developers don’t qualify. If you’re searching for a “ZipRecruiter API” alternative, here’s what’s actually available.
What the official API is
The ZipRecruiter Publisher Program is designed for affiliate sites and large-volume integrators. You get a custom API key, can search jobs by query/location, and get back paginated results with apply URLs that include your affiliate tracking. Revenue share applies on successful applications.
If you’re building an apply-flow product with downstream revenue, apply to the program - the affiliate economics work. If you’re building a sourcing tool, AI recruiter, or comp benchmark, you’re probably not the customer they’re looking for.
The third-party alternative
JobsPipe indexes ZipRecruiter’s public search results and returns them through the same normalized schema as every other source:
curl https://api.jobspipe.dev/v1/jobs/search \
-H "Authorization: Bearer jp_live_your_key_here" \
-H "Content-Type: application/json" \
-d '{ "source_or": ["ziprecruiter"], "job_title_or": ["salesforce admin"], "job_country_code_or": ["US"] }'Same fields you get from any other source, same response time envelope, same webhook delivery if you subscribe. No affiliate tracking, no revenue share, no contract review.
What about the apply flow?
The apply_url we return points back at the original ZipRecruiter listing. Your users click through and apply on ZipRecruiter directly. If you need apply-on-behalf-of-candidate, you do need the official Publisher Program - JobsPipe is read-only.
Try ZipRecruiter as one of 30+ sources - free tier.
Get a free API keyFrequently Asked Questions
Does ZipRecruiter have a public API?
ZipRecruiter has an official Publisher API, but it is not open to everyone - access requires a partner contract and they review applicants, so most indie developers do not qualify. The program is built for affiliate sites and large-volume integrators. You get a custom API key, can search jobs by query and location, and receive paginated results with apply URLs carrying your affiliate tracking, with revenue share on successful applications.
How can I get ZipRecruiter job data without the partner program?
You can pull ZipRecruiter listings through a third-party API instead of the Publisher Program. JobsPipe indexes ZipRecruiter's public search results and returns them in the same normalized schema as every other source, using a source_or filter on its /v1/jobs/search endpoint. That means the same fields, the same response time envelope, and webhook delivery if you subscribe, with no contract review, no affiliate tracking, and no revenue share.
Can I submit job applications through a ZipRecruiter API alternative?
No, apply-on-behalf-of-candidate requires the official ZipRecruiter Publisher Program. JobsPipe is read-only: the apply_url it returns points back at the original ZipRecruiter listing, so your users click through and apply on ZipRecruiter directly. That is fine for sourcing tools, AI recruiters, and comp benchmarks. If you are building an apply-flow product with downstream revenue, the Publisher Program's affiliate economics are the better fit.

