VOOZH about

URL: https://apify.com/crawlerbros/ziprecruiter-scraper-pro

โ‡ฑ ZipRecruiter Jobs Scraper Pro ยท Apify


Pricing

from $1.00 / 1,000 results

Go to Apify Store

ZipRecruiter Jobs Scraper Pro

Extract job postings from ZipRecruiter.com with FULL job descriptions. Returns title, company, location, salary, skills, and the full job description body per listing. Walks paginated search results.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

2

Bookmarked

155

Total users

72

Monthly active users

a month ago

Last modified

Share

Extract job postings from ZipRecruiter.com with full job descriptions โ€” titles, companies, locations, salary ranges, remote/hybrid flags, apply URLs, and the complete job description body per listing.

Features

  • Full job descriptions โ€” visits each job detail page to extract the complete description text
  • 18 output fields per job โ€” includes all search-card data plus the full description
  • Search by keyword and location โ€” or pass any ZipRecruiter search URL directly
  • Employment type, days posted, radius, remote filters available
  • Pagination โ€” walks &page=N up to maxItems
  • Parsed salary ranges โ€” $80K - $180K/yr โ†’ salaryMin=80000, salaryMax=180000, salaryPeriod=year
  • City + state extracted from location text
  • Remote/hybrid detection โ€” boolean flags set when location mentions these
  • Deduplicated โ€” each card ID output only once (ZipRecruiter renders each job twice)
  • Omit-empty output โ€” fields absent in source data are omitted rather than set to null or zero

Requirements

RESIDENTIAL US proxy required. ZipRecruiter uses Cloudflare with aggressive datacenter IP blocking. The proxy is pre-configured in the input โ€” do not disable it.

Input

FieldTypeDefaultDescription
startUrlsArrayโ€”ZipRecruiter search-result URLs with filters preserved
searchStringโ€”Keyword shortcut (e.g., "nurse", "data scientist")
locationStringโ€”City/state for keyword shortcut (e.g., "Austin, TX")
jobTypeEnumanyEmployment type: any, full_time, part_time, contract, internship, temporary
daysPostedInteger0Posted within N days (0 = any, max 30)
radiusMilesInteger0Search radius in miles (0 = ZR default, max 100)
remoteOnlyBooleanfalseRestrict to remote-eligible positions
maxItemsInteger50Maximum jobs to return (1โ€“500)
proxyConfigurationObjectRESIDENTIAL USPre-configured; do not disable

Example Input โ€” Keyword search

{
"search":"data scientist",
"location":"San Francisco, CA",
"maxItems":25
}

Example Input โ€” Direct URL

{
"startUrls":[
"https://www.ziprecruiter.com/jobs-search?search=nurse&location=Chicago%2C+IL&radius=25"
],
"maxItems":50
}

Example Input โ€” With filters

{
"search":"software engineer",
"location":"Austin, TX",
"jobType":"full_time",
"daysPosted":7,
"remoteOnly":false,
"maxItems":100
}

Output

Each job record contains the following fields (omit-empty โ€” fields without data are not included):

Identity

FieldTypeDescription
idStringZipRecruiter job-card ID token
jidStringShort job ID parsed from URL jid param
urlStringFull job posting URL
titleStringJob title

Company

FieldTypeDescription
companyStringHiring company name
companyUrlStringCompany profile URL
companyLogoStringCompany logo image URL

Location

FieldTypeDescription
locationStringFull location text (incl. Remote/Hybrid suffix)
cityStringCity (parsed)
stateString2-letter state abbreviation (parsed)
isRemoteBooleantrue if location contains "remote"
isHybridBooleantrue if location contains "hybrid"

Salary

FieldTypeDescription
salaryStringFormatted salary text (e.g., "$80K - $180K/yr")
salaryMinNumberMinimum salary (USD, absolute)
salaryMaxNumberMaximum salary (USD, absolute)
salaryPeriodStringyear / hour / month / week

Description (Pro)

FieldTypeDescription
descriptionStringFull job description text extracted from the detail page

Metadata

FieldTypeDescription
scrapedAtStringISO 8601 UTC scrape timestamp

Example Output

{
"id":"abc123",
"jid":"f4a8b2c1d",
"title":"Senior Software Engineer",
"company":"Acme Corp",
"companyUrl":"https://www.ziprecruiter.com/c/Acme-Corp",
"location":"Austin, TX",
"city":"Austin",
"state":"TX",
"salary":"$130K - $160K/yr",
"salaryMin":130000,
"salaryMax":160000,
"salaryPeriod":"year",
"description":"We are looking for a senior software engineer to join our team...",
"url":"https://www.ziprecruiter.com/c/Acme-Corp/Job/...",
"scrapedAt":"2026-01-15T12:34:56Z"
}

FAQ

Q: Why does this require a residential proxy? ZipRecruiter is protected by Cloudflare which aggressively blocks datacenter IPs. The Pro version visits individual job detail pages to extract full descriptions, which requires a residential US proxy. The proxy is pre-configured in the input schema.

Q: How do I get the full job description? It's included automatically in the description field. The Pro version visits each job detail page after collecting search results.

Q: How do I construct a search URL? Run a search on ziprecruiter.com with your filters applied, then copy the URL. Or use the search + location + filter inputs to have the actor build the URL automatically.

Q: Why is each job returned only once if the page shows 40 cards? ZipRecruiter renders each job twice โ€” in both the search list pane and the detail pane. The scraper deduplicates by card ID so you get ~20 unique jobs per page.

Q: How are salary values normalized? Salary text like $80K - $180K/yr is parsed so salaryMin=80000.0, salaryMax=180000.0 (full dollar amounts, not K), salaryPeriod=year. If only one value appears, both min and max are set to that value. If no salary is available, salary fields are omitted.

Q: What happens if ZipRecruiter blocks all sessions? A sentinel record {"type":"job_ziprecruiter_blocked", ...} is emitted so the run exits with code 0. You can detect this in downstream pipelines by checking the type field.

Use Cases

  • Talent intelligence โ€” monitor hiring velocity for competitor companies
  • Compensation research โ€” aggregate salary ranges by role, location, and experience level
  • Remote-work trends โ€” filter and track remote listings across industries
  • Job description analysis โ€” full text available for NLP, skills extraction, or AI pipelines
  • Market entry analysis โ€” see how many companies are hiring in a specific region
  • Labor-market dashboards โ€” feed directly into BI tools without post-processing nulls

You might also like

ZipRecruiter Jobs Scraper

kawsar/ziprecruiter-jobs-scraper

ZipRecruiter Jobs Scraper collects job listings by keyword and location. You get titles, salaries, company names, and descriptions in a clean dataset, ready to use.

ZipRecruiter Scraper | $1 / 1k | Fast & Reliable

fatihtahta/ziprecruiter-scraper

Extract structured ZipRecruiter job listings with companies, locations, compensation ranges, employment types, contacts and full descriptions. Built for hiring intelligence, labor-market research, and automated recruiting or analytics pipelines.

ZipRecruiter Scraper - US Jobs, Salary & Descriptions

thirdwatch/ziprecruiter-scraper

Scrape ZipRecruiter.com job listings: titles, companies, locations, salaries, full descriptions, job types, and posted dates. Major US job board. Fast extraction with residential proxy support.

Ziprecruiter Jobs Scraper

orgupdate/ziprecruiter-jobs-scraper

The latest and most advanced Ziprecruiter Jobs Scraper. Our Ziprecruiter extracts real-time job postings at scale from all over the world. A new research tool built for recruitment, insights and HR.

Google Jobs Scraper

gio21/google-jobs-scraper

Scrape Google for Jobs. 22+ fields per posting (title, company, salary, apply links, remote flag). US/BR/MX/CA/UK/IN/AU/JP/SG. Pay $0.003 per job.

Glassdoor Reviews Scraper - Most Comprehensive

kaix/glassdoor-reviews-scraper

๐Ÿ”ฅ ~$0.05/1K reviews ๐Ÿ”ฅ Extract structured company review data from Glassdoor. Get ratings, pros/cons, employment details, translation data, and employer responses, all in one scrape.

Google Jobs Scraper

johnvc/Google-Jobs-Scraper

The most advanced Google Jobs Scraper available! Built with enterprise-grade flexibility, lightning-fast performance, and comprehensive customization options. Extract detailed job data, application links, company information, and full job descriptions. Unlimited usage, no monthly rental fees.

LinkedIn Jobs Scraper โ€” Salary, Skills, Seniority & Easy Apply

khadinakbar/linkedin-jobs-scraper

Extract LinkedIn jobs by keyword and location. Returns title, company, salary, skills, seniority, easy-apply flag, and company data. No login required. $1/1K.

85

5.0

Indeed Jobs Scraper - Most Comprehensive

kaix/indeed-scraper

๐Ÿ”ฅ ~$0.06/1K jobs ๐Ÿ”ฅ Extract accurate, structured job data from Indeed. Get ALL page results, not just the first page. 60+ fields per job with pre-parsed salary, verified company profiles, GPS coordinates, and hiring signals. 54 countries. Fast, low cost

ZipRecruiter Jobs Scraper

crawlerbros/ziprecruiter-scraper

Extract job postings from ZipRecruiter.com including title, company, location, salary range, city, state, and apply URL. Walks paginated search results without proxy or login.

71

3.0