Public Hiring Signal & Job Page Intelligence Agent avatar

Public Hiring Signal & Job Page Intelligence Agent

Pricing

from $5.00 / 1,000 useful hiring signal results

Go to Apify Store
Public Hiring Signal & Job Page Intelligence Agent

Public Hiring Signal & Job Page Intelligence Agent

Extract evidence-linked hiring signals, public job postings, skills, locations, and job-change summaries from company career pages.

Pricing

from $5.00 / 1,000 useful hiring signal results

Rating

0.0

(0)

Developer

jack su

jack su

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Extract evidence-linked hiring signals from public company websites, careers pages, and job pages for sales research, recruiting-service prospecting, market research, CRM enrichment, and AI-agent workflows.

This Actor is not an Indeed, LinkedIn, Google Jobs, or private candidate-data scraper. It works from public company-owned pages and returns compact site-level hiring intelligence with source URLs and diagnostics.

Input

{
"urls": ["https://apify.com/jobs"],
"focusSkills": ["typescript", "seo", "automation"],
"locations": ["remote"],
"previousHiringRecords": [],
"maxPagesPerSite": 8,
"maxJobsPerSite": 50,
"requestTimeoutSecs": 20
}

Output

Each website produces one hiring-signal record:

{
"status": "ok",
"url": "https://example.com/careers",
"siteOriginUrl": "https://example.com",
"companyName": "Example Careers",
"hiringSignal": "active",
"hiringIntensityScore": 0.25,
"jobCount": 3,
"newJobCount": 1,
"removedJobCount": 0,
"jobs": [
{
"title": "Senior Python Engineer",
"location": "Remote",
"department": "engineering",
"employmentType": "Full-Time",
"matchedSkills": ["python"],
"matchedLocations": ["remote"],
"sourceUrl": "https://example.com/careers"
}
],
"topSkills": ["python"],
"topLocations": ["remote"],
"evidenceUrls": ["https://example.com/careers"],
"confidenceScore": 0.85,
"diagnostics": []
}

Pricing

  • $0.00005 when a run starts.
  • $0.005 for each useful evidence-backed hiring signal result.
  • Failed, empty, weak partial, duplicate, and diagnostic-only records do not trigger useful-hiring-signal-result.
  • There is no apify-default-dataset-item charge, so writing an error record does not create a result fee.

Safety

  • Public HTTP and HTTPS pages only.
  • No login, cookies, candidate data, resumes, private-person enrichment, or inferred personal contact patterns.
  • MVP scope excludes Indeed, LinkedIn, Google Jobs, Facebook, and other job platform search pages.
  • Credentials, query parameters, fragments, private-network addresses, and token-like account paths are rejected.
  • Redirects must stay on the requested website.
  • HTML pages are capped at 3 MB, and crawling is bounded by maxPagesPerSite.