Hiring Signals Scanner

Track hiring signals and fresh jobs on Indeed and ZipRecruiter

$0.0005 per record

2 users

87 runs

Feed in company names to get active posting counts on Indeed and ZipRecruiter, live ZipRecruiter job totals, and full profiles with industry, headcount, revenue, HQ, founding year, and rating. Keyword mode returns fresh job rows across both boards with structured salary data, direct application links, and exact UTC posting timestamps.

Run it on Apify

Built for

recruiters mapping which target accounts are actively hiringsales teams timing outreach to companies with fresh postingsanalysts enriching company lists with headcount and revenue

Call it from code or an agent

curl -X POST \
  "https://api.apify.com/v2/acts/openclawai~indeed-ziprecruiter-scraper/run-sync-get-dataset-items?format=json" \
  -H "Authorization: Bearer $APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{ ...your input... }'

Full input schema and OpenAPI spec on the actor API page.

Questions, answered

How can I check if a company is actively hiring on Indeed or ZipRecruiter?

Feed company names into the scraper and each record returns a has_active_postings flag, employer-verified posting counts per board, and ZipRecruiter's live total of open jobs. At $0.0005 per record, checking 1,000 companies costs $0.50.

How do I filter scraped job postings to only the last 24 or 48 hours?

Each job row carries an exact UTC posting timestamp where the board exposes one, with hour precision on ZipRecruiter, and company records include a posted_last_48h_count. Reposts are flagged separately in a reposted_at field, so a bumped older ad never counts as a genuinely new posting.

More from the catalog