Universal Career Site & ATS Jobs Scraper avatar

Universal Career Site & ATS Jobs Scraper

Pricing

from $1.00 / 1,000 job results

Go to Apify Store
Universal Career Site & ATS Jobs Scraper

Universal Career Site & ATS Jobs Scraper

Scrape every available job from company career sites and ATS platforms, including Workday, Greenhouse, Lever, Ashby, SmartRecruiters, Workable, Recruitee, Personio, and BambooHR. Get titles, locations, salaries, descriptions, apply URLs, and raw source fields. No ATS API key required.

Pricing

from $1.00 / 1,000 job results

Rating

0.0

(0)

Developer

Kelopr

Kelopr

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

4 hours ago

Last modified

Share

Give it company career pages or ATS URLs and get normalized jobs across the major recruiting platforms.

Scrape live jobs from any company website or ATS (Greenhouse, Lever, Ashby, Workday, Workable, SmartRecruiters, Recruitee, Personio, BambooHR and more). Auto-detects the source and finds career pages. No API keys, no login.

All examples below use fictional DEMO-* identifiers, reserved .test domains, and masked contact details. They do not represent real people, listings, products, or companies.

๐Ÿš€ What this Actor does

  • Flexible collection: Direct ATS, Company website discovery, Normalized export, Raw diagnostics.
  • Structured output: clean JSON records organized into jobs, errors views.
  • Production-ready: concurrency, retries, proxy support, limits, and source-aware diagnostics are exposed through the Actor input.
  • Easy automation: run from the Apify Console, API, schedules, webhooks, Make, Zapier, or any HTTP client.

๐ŸŽ›๏ธ Modes and workflows

Mode or workflowWhat it does
Direct ATSParse job boards from supported ATS providers.
Company website discoveryStart from a company site and locate its public career source automatically.
Normalized exportMap provider-specific payloads into one consistent job schema.
Raw diagnosticsOptionally retain raw data or responses for auditing and custom processing.

๐Ÿ’ก Common use cases

  • Multi-company job aggregation
  • ATS normalization and migration research
  • Hiring and talent-market monitoring

๐Ÿ“ฅ Input schema

Configure the Actor in the Input tab or send the same JSON through the API. Fields not needed for your workflow can be omitted.

FieldTypeDescriptionDefault
startUrls requiredarrayAdd company homepages or direct Greenhouse, Lever, Ashby, Workday, Workable, SmartRecruiters, Recruitee, Personio, BambooHR, and other career-page URLs.โ€”
maxJobsPerSourceintegerMaximum jobs returned from each supplied company. Set to 0 to collect every available job.0
maxJobsTotalintegerGlobal cap across every source after deduplication. Set to 0 for no global limit.0
includeDescriptionsbooleanOpen job-detail endpoints when needed and include both clean text and source HTML descriptions.true
includeRawDatabooleanAdds rawJson and flattened native__ fields so platform-specific values are never silently discarded.true
saveRawResponsesbooleanSave successful JSON, HTML, and XML responses in the run key-value store for auditing. Disabled by default to keep storage light.false
discoverFromCompanyWebsitebooleanWhen a normal company homepage is supplied, locate its Careers or Jobs page and detect the underlying ATS.true
maxDiscoveryPagesintegerMaximum company-site pages checked while searching for its career portal.5
maxPagesPerSourceintegerSafety limit for unknown or custom career sites. Native ATS integrations still request every available result page.500
maxConcurrencyintegerNumber of sources and job details processed in parallel. The default balances speed and reliability.10
maxRetriesintegerRetry budget for temporary network and source-server failures.5
proxyConfigurationobjectOptional Apify or custom proxy configuration for career sites that restrict direct access.{"useApifyProxy": true}

โ–ถ๏ธ Example input

{
"startUrls": [
{
"url": "https://careers.example.test/jobs"
}
],
"maxJobsPerSource": 100,
"includeDescriptions": true,
"discoverFromCompanyWebsite": true
}

๐Ÿ“ฆ Output schema

Each successful item is written to the default dataset. Select a dataset view in the Apify Console or export the full dataset as JSON, CSV, Excel, XML, or RSS.

jobs โ€” ๐Ÿ’ผ Jobs

Normalized job records.

Fields: company, title, location, department, employmentType, workplaceType, remote, salary, postedAt, expiresAt, ats, jobId, jobUrl, applyUrl, sourceUrl, inputUrl, scrapedAt

errors โ€” โš ๏ธ Errors

Recoverable failures and source diagnostics.

Fields: ats, errorType, error, inputUrl, sourceUrl, scrapedAt

๐Ÿ“ค Example output

{
"company": "Example Labs",
"title": "Automation Engineer",
"location": "Remote",
"department": "Engineering",
"employmentType": "Full-time",
"workplaceType": "Remote",
"remote": true,
"ats": "greenhouse",
"jobId": "DEMO-ATS-JOB-01",
"jobUrl": "https://careers.example.test/jobs/DEMO-ATS-JOB-01",
"applyUrl": "https://careers.example.test/jobs/DEMO-ATS-JOB-01/apply"
}

Missing source values are returned as null, empty arrays, or documented availability/status fields; the Actor does not invent unavailable source data.

๐Ÿ”Œ API example

Replace the placeholder with an Apify token and send the same input used in the Console:

curl -X POST "https://api.apify.com/v2/acts/trakk~universal-career-site-jobs-scraper/runs?token=<YOUR_APIFY_TOKEN>" \
-H "Content-Type: application/json" \
-d '{"startUrls": [{"url": "https://careers.example.test/jobs"}], "maxJobsPerSource": 100, "includeDescriptions": true, "discoverFromCompanyWebsite": true}'

For synchronous integrations, use the run-sync-get-dataset-items API endpoint. For larger jobs, start an asynchronous run and consume its default dataset when the run succeeds.

๐Ÿงฉ Automation and exports

  • Schedule recurring runs from the Apify Console.
  • Trigger downstream systems with webhooks when a run succeeds or fails.
  • Reuse named monitoring keys or stores where the selected workflow supports change tracking.
  • Export dataset views to JSON, CSV, Excel, XML, or RSS, or access items through the Apify API.

โ“ FAQ

Do I need a login or browser session?

Use only the inputs shown in the Actor schema. If authentication or cookies are supported, the relevant encrypted field is explicitly available in the Input tab; otherwise no account is required.

Why can some fields be empty?

Source pages vary by region, content type, privacy settings, and availability. Optional enrichment also depends on the selected mode. Empty values are preserved honestly instead of being guessed.

How should I run this at scale?

Start with a small representative input, inspect the dataset and cost, then raise item limits and concurrency gradually. Use Apify Proxy when the schema exposes it, and use schedules plus monitoring keys for recurring collection.

Is the example data real?

No. Every example in this README is intentionally fictional and uses demo identifiers, reserved domains, or masked contact values.