CareerBuilder Scraper [from $0.002/job💰] | Salary & US Jobs avatar

CareerBuilder Scraper [from $0.002/job💰] | Salary & US Jobs

Pricing

from $1.97 / 1,000 results

Go to Apify Store
CareerBuilder Scraper [from $0.002/job💰] | Salary & US Jobs

CareerBuilder Scraper [from $0.002/job💰] | Salary & US Jobs

Collect US job listings from CareerBuilder.com by keyword and location - salary ranges, remote/onsite status, full descriptions, and apply links for salary benchmarking, hiring trends, and recruitment databases. CareerBuilder has no public API, so scrape the job data directly.

Pricing

from $1.97 / 1,000 results

Rating

0.0

(0)

Developer

Ahmed Jasarevic

Ahmed Jasarevic

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 hours ago

Last modified

Categories

Share

CareerBuilder Scraper — US Job Listings, Salary & Hiring Data

Extract CareerBuilder.com US job listings with salary ranges, remote/onsite/hybrid status, GPS locations, and full job descriptions — from just $0.002 per job result. CareerBuilder has no public API, so this Actor is the fastest way to turn US job postings into structured data for salary benchmarking, hiring-trend analysis, and recruitment databases.

Main Use Cases

  • Salary benchmarking — collect posted salary ranges (min/max with currency and unit) by role and location to rebuild pay bands from live market data
  • Hiring trend tracking — monitor job posting volumes, remote-work adoption, and emerging roles across the US labor market
  • Competitor hiring analysis — spot which companies are hiring for which roles, where, and at what posted pay
  • US recruitment databases — build clean, deduplicatable job datasets for job boards, talent sourcers, and HR tech products
  • Remote / hybrid / onsite market monitoring — track how employers split between REMOTE, HYBRID, and ONSITE roles over time
  • Job board aggregation & career-site data feeds — feed structured CareerBuilder data into dashboards, CRMs, and AI pipelines

How It Works

CareerBuilder (now operated under Bold Holdings, following the 2025 bankruptcy of CareerBuilder + Monster) serves its job data as embedded JSON hydration records inside the served HTML of its search pages and job-detail pages. This Actor parses those JSON blobs directly with CheerioCrawler — no browser, no login, no API key. Requests run through the Apify residential US proxy with Chrome TLS fingerprint impersonation so CareerBuilder's DataDome protection is handled for you.

Search by job keyword and optional location (every keyword × location combination is searched), or paste search-result / job-detail URLs directly. Each job becomes one flat, structured record in the dataset.

Collect CareerBuilder Job Listings With Salary Data

Each result is a structured job record with 30+ fields: job ID and URL, title, hiring company with its description and logo, location with city/state/country/postal code and GPS coordinates, salary min/max with currency and unit (YEAR/HOUR), employment type, remote/hybrid/onsite status, posting dates (ISO, recency label, and formatted date), apply type and URL, and the job description.

Turn on fetchDetails to also capture the full job description, separate responsibilities and qualifications lists, and job benefits from each job's detail page.

Build Recruitment Databases Without an Official CareerBuilder API

CareerBuilder's developer API (api.careerbuilder.com) is no longer operational — the company merged with Monster and filed for Chapter 11 bankruptcy in June 2025; its job-board business was sold to Bold Holdings in July 2025 and the liquidation case closed in October 2025. There is no official way to buy CareerBuilder job data as a dataset. Scraping the public, robots-allowed SEO search pages is the available route — and this Actor does it with a clean schema, pay-per-result pricing, and no login or OAuth.

Input

FieldTypeRequiredDefaultNotes
modestringNosearchsearch = provide job keywords and optional locations; url = paste search-result or job-detail URLs directly
queriesarrayNo["software engineer"]One or more job titles or keywords, e.g. software engineer, registered nurse, truck driver
locationarrayNo[]Optional locations as City, ST (e.g. New York, NY). Each keyword is searched in each location. Leave empty for nationwide
sortBystringNorelevanceOrder of results within each search: relevance or date (most recent first)
startUrlsarrayNo[]CareerBuilder search-result URLs (jobs-...) or job-detail URLs (job-details/...). Used in url mode
fetchDetailsbooleanNofalseVisit each job's detail page to get the FULL description, responsibilities, qualifications, and benefits. Off (default) = fast results straight from the search page with a short description, salary, and apply link
maxItemsintegerNo50Total jobs to return across all searches or URLs — the run cap (1–1000, paying users only)
proxyConfigurationobjectNoApify residential, USRoute requests through the Apify proxy. CareerBuilder is DataDome-protected, so residential (US) is strongly recommended. If enabled with no group selected, the Actor forces residential US

Output

Each dataset item is one job record. Search-mode records include (subset shown — full 30+ field list is in Example Output):

FieldDescription
title / companyJob title and hiring company name
companyLogo / companyDescriptionEmployer logo URL and profile text
location / city / state / country / postalCodeLocation breakdown
latitude / longitudeJob location GPS coordinates
salaryMin / salaryMax / salaryCurrency / salaryUnitPosted salary range with currency and unit (YEAR/HOUR)
employmentType / jobLocationTypee.g. FULL_TIME; ONSITE, REMOTE, or HYBRID
isRemoteBoolean — true for REMOTE or HYBRID roles
datePosted / dateRecency / formattedDatePosting dates in ISO, relative, and display formats
applyUrl / applyTypeWhere and how to apply
description / shortDescriptionFull or short job description
responsibilities / qualificationsDuties and requirements (with fetchDetails)
jobBenefitsJob benefits (with fetchDetails, detail mode only)
url / jobId / seoJobIdCanonical CareerBuilder URL and stable IDs

Example Input

{
"mode": "search",
"queries": ["software engineer", "data scientist"],
"location": ["New York, NY", "Austin, TX"],
"sortBy": "date",
"fetchDetails": true,
"maxItems": 100,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"],
"apifyProxyCountry": "US"
}
}

Example Output

{
"jobId": "cf7dc3eb-fb16-4c96-afc3-222c6e5e5098",
"title": "Embedded Software Engineer (only w2 contractors)",
"company": "22nd Century Technologies, Inc. (TSCTI)",
"companyLogo": "https://media.example.com/logo.png",
"location": "Indianapolis, IN, US",
"city": "Indianapolis",
"state": "IN",
"country": "US",
"postalCode": "46204",
"latitude": 39.7713348,
"longitude": -86.1543633,
"employmentType": ["FULL_TIME"],
"jobLocationType": "ONSITE",
"isRemote": false,
"salaryMin": 75,
"salaryMax": 100,
"salaryCurrency": "USD",
"salaryUnit": "HOUR",
"applyUrl": "https://www.careerbuilder.com/job-details/...",
"applyType": "ONSITE",
"datePosted": "2026-08-17T17:18:07.000Z",
"dateRecency": "3 days ago",
"formattedDate": "2026-08-17",
"description": "<p>The ideal candidate...</p>",
"shortDescription": "Embedded software engineer needed for FPGA/ARM work.",
"responsibilities": "<ul><li>Develop...</li></ul>",
"qualifications": "<ul><li>Strong C...</li></ul>",
"jobBenefits": ["401K", "Medical, Dental, Vision"],
"jobType": "JPW",
"status": "ACTIVE",
"url": "https://www.careerbuilder.com/job-details/..."
}

Integrations & Automation

  • Apify API — call the Actor programmatically with run-sync-get-dataset-items from JavaScript/Python/CLI, or via Apify MCP from AI agents
  • Scheduling — run daily or weekly for recurring job postings monitoring (recommended: every 24h for fresh postings, weekly for market snapshots)
  • Webhooks, Zapier, Make, n8n — export dataset items to Google Sheets, CRMs, Slack, or a database on each run
  • Export — JSON, CSV, Excel, XML from the Apify dataset

Recurring runs also improve the Actor's Apify Store recommendation signals — schedule a monitor once and it keeps collecting fresh postings automatically.

FAQ: CareerBuilder API, Alternatives & Cost

Does CareerBuilder have a public API? No. CareerBuilder's developer API (api.careerbuilder.com) is no longer operational. CareerBuilder merged with Monster and filed for Chapter 11 bankruptcy in June 2025; the job-board business was sold to Bold Holdings in July 2025 and liquidation concluded in October 2025. The site remains live, but there is no official API to purchase CareerBuilder job data as a dataset — scraping the public pages is the only route.

Why use this Actor instead of the official CareerBuilder API? Because there is no working official API. This Actor needs no API key, no OAuth, and no login — it reads the public, robots-allowed SEO search pages and returns one clean structured record per job.

How much does it cost to scrape CareerBuilder jobs? Pay-per-event: $0.002 per job result (about $2 per 1,000 search results) and $0.004 per job when you enable fetchDetails for full descriptions and benefits. Free-tier users get a capped 10-result preview; paying users can run up to the 1,000-job cap per run.

What are alternatives to this Actor / other CareerBuilder scrapers? Other CareerBuilder scrapers on Apify include parseforge/careerbuilder-scraper, abotapi/careerbuilder-scraper, and lexis-solutions/careerbuilder-com-scraper. For cross-board coverage, pair this Actor with a multi-board jobs actor (e.g. lergassy/jobs-api or flash_scraper/multi-jobboard-scraper).

Is salary data available for every job? No. Salary ranges are only present when the employer publishes them — roughly a minority of postings. Every returned record carries whatever the posting discloses, including currency and unit (YEAR/HOUR).

How do I get remote and hybrid jobs? Filter on the isRemote / jobLocationType fields in the output, or add remote to your keyword queries. isRemote is set to true for both REMOTE and HYBRID roles.

Can I scrape a specific CareerBuilder search or job page? Yes — switch mode to url and paste any jobs-... search URL or job-details/... URL into startUrls.

Is scraping CareerBuilder legal? Scraping publicly available job listings for legitimate analytical, research, or monitoring use is generally acceptable public-data collection, but you are responsible for reviewing CareerBuilder's Terms of Service and applicable law in your jurisdiction. This Actor only reads publicly accessible pages.

Competitive Positioning

Capabilityparseforge/careerbuilder-scraperThis Actor
Price per result$0.01999 (≈ $19.99 / 1k)$0.002 (≈ $2 / 1k)
Full-detail modeOptional (includeDetails)Optional (fetchDetails)
Responsibilities & qualificationsCombined inside descriptionSeparate responsibilities + qualifications fields
Company description & logoNot part of the 29-field schemacompanyDescription + companyLogo on every record
Location precisionLatitude/longitudeLatitude/longitude + postal code + street address (when present)

Switching from another CareerBuilder scraper? The main pain points reported across CareerBuilder scrapers on the Store are per-result price and thin fields. Several CareerBuilder actors bill $3.99–$19.99 per 1,000 results (fatihtahta: $3.99/1k; moving_beacon-owner1: $9.99/1k; parseforge: $0.01999/result). This Actor bills $0.002 per search result and $0.004 with full details — you pay only for records actually written to the dataset.

SEO Keywords

careerbuilder scraper, careerbuilder api alternative, careerbuilder jobs api, careerbuilder job listings, scrape careerbuilder jobs, us job postings data, careerbuilder jobs dataset, job listings dataset, job posting data, salary benchmarking data, salary ranges by job title, hiring trends data, labor market analysis, labor market intelligence, competitor hiring analysis, recruitment database, talent sourcing data, remote jobs data, hybrid jobs tracking, jobs data api, job search api alternative, workforce planning data

For AI Agents & LLM Apps

This Actor is callable via the Apify MCP server and the Apify API. An agent can run a CareerBuilder job search and consume the dataset without any official CareerBuilder API dependency.

Purpose: returns one structured job record per CareerBuilder job listing (title, company, location with GPS, salary min/max with currency and unit, employment type, remote/hybrid/onsite, posting dates, apply URL, and — with fetchDetails — full description, responsibilities, qualifications, benefits).

Minimal working input:

{ "queries": ["software engineer"], "maxItems": 10 }

Variant inputs (two distinct modes):

{ "mode": "search", "queries": ["registered nurse"], "location": ["Austin, TX"], "sortBy": "date", "maxItems": 50 }
{ "mode": "url", "startUrls": ["https://www.careerbuilder.com/jobs-software-engineer-in-new-york,ny"], "maxItems": 50 }

Output field names: jobId, seoJobId, title, company, companyLogo, companyDescription, location, city, state, country, postalCode, streetAddress, latitude, longitude, employmentType, jobLocationType, isRemote, salaryMin, salaryMax, salaryCurrency, salaryUnit, applyUrl, applyType, datePosted, dateRecency, formattedDate, description, shortDescription, responsibilities, qualifications, jobBenefits (detail mode), jobType, status, url

Behaviors an agent should know:

  • mode: "search" (default) builds URLs from queries × location; mode: "url" overrides it when startUrls is non-empty
  • maxItems is the hard run cap — the crawler stops as soon as it's reached
  • fetchDetails (default off) adds one extra request per job to the detail page and doubles the per-result price ($0.004 instead of $0.002) — leave it off for budget runs
  • isRemote is true for both REMOTE and HYBRID postings
  • Salary fields are null when the employer didn't publish a salary
  • Proxy defaults to Apify residential US when proxy is enabled with no group selected — do not disable the proxy for reliable results (CareerBuilder blocks datacenter IPs)

Billing: pay-per-event — $0.002 per job result, $0.004 per job result when fetchDetails is on, plus a small $0.0005 actor-start event (approximately $2 per 1,000 search results).

This Actor is an independent tool and is not affiliated with, endorsed by, or sponsored by CareerBuilder, Monster, or Bold Holdings. It accesses only publicly available pages on careerbuilder.com, uses the site's public SEO search URLs, does not bypass login walls, and does not solve CAPTCHAs. Users are responsible for reviewing CareerBuilder's Terms of Service and for complying with applicable data-protection law when using or redistributing scraped data. Job listings may contain personal data such as contact details or names; do not use scraped data for unsolicited commercial outreach in violation of applicable law (e.g. CAN-SPAM or GDPR).