ParseForge Scrapers

CareerBuilder Job Listings Scraper

parseforge/careerbuilder-scraper

JobsLead generationOther

Scrapes CareerBuilder job listings by keyword, location, or direct URL. Returns title, company, location, salary, employment type, and posting date for each job.

Run this scraper See the API call
Total users
38
Monthly active
11
Total runs
345
Bookmarked
0
Rating
Not rated yet
Last modified
12 days ago

Overview

ParseForge

CareerBuilder Job Listings Scraper

Scrape CareerBuilder job listings by keyword, location, or direct URL, up to a million per run. Every job comes with title, company, location, salary, employment type, and posting date. Export to CSV, JSON, Excel, or XML.

CareerBuilder's job search is a primary source for US job postings, but manually copying listings is slow and error-prone. This Actor reads the public search results directly, filters by keyword, location, job type, date posted, and remote status, and returns each match in one fixed schema. No login or API key required.

Who uses it What they scrape CareerBuilder for
Recruiters Monitor competitor job postings and salary benchmarks
Market researchers Track hiring trends and skill demand by region
Job boards Aggregate listings from CareerBuilder into their own platform
Data analysts Build datasets of job postings for labor market analysis

What it does

This Actor collects CareerBuilder job listings by keyword, location, or direct URL, and returns each one as a flat row.

  • ๐Ÿ” Keyword and location search: Enter a job title and city to get matching listings.
  • ๐Ÿ”— Direct URL support: Paste any CareerBuilder search URL to scrape exactly those results.
  • ๐Ÿ“… Date posted filter: Limit results to the last 24 hours, 7, 14, or 30 days.
  • ๐Ÿ’ผ Job type filter: Full-time, part-time, contract, temporary, or internship.
  • ๐Ÿ  Remote only: Toggle to get only remote positions.
  • ๐Ÿ“„ Full job details: Optionally fetch the complete description, skills, and benefits from each job page.

Results export to CSV, JSON, Excel, or XML, or straight from the API.

What you can do with CareerBuilder data

๐Ÿ“Š Track hiring trends.

A market researcher runs the Actor weekly for 'data scientist' in major metros to see which skills are in demand.

๐Ÿ’ฐ Benchmark salaries.

An HR analyst scrapes listings for 'software engineer' in San Francisco to compare salary ranges across companies.

๐Ÿข Monitor competitors.

A recruiter scrapes all jobs posted by a rival staffing firm to see their active clients and openings.

๐ŸŒ Build a job board.

A startup aggregates remote marketing jobs from CareerBuilder into their niche job board using the API.

๐Ÿ“ˆ Analyze labor markets.

An economist collects monthly postings by occupation and region to model employment shifts.

Why choose this scraper

What you get
No API key Scrape public CareerBuilder search results without registration or OAuth.
Flexible input Search by keyword, location, or paste a full URL.
Rich filters Filter by job type, date posted, remote status, and search radius.
Scalable Collect up to 1,000,000 listings per run.
Structured output Get a clean dataset with consistent fields for every job.

How it compares

This Actor focuses on fast, filterable job listing extraction, while the competitor below also includes salary estimates and company profiles.

Feature ParseForge CareerBuilder Scraper - Jobs, Salaries & Company Profiles
Keyword and location search Yes Yes
Direct URL scraping Yes Yes
Job type filter Yes Not listed
Remote only filter Yes Not listed
Date posted filter Yes Yes
Full job description Yes (optional) Yes
Salary estimates Not listed Yes
Company profiles Not listed Yes

Configure the run

Drive the Actor from keywords, location, and direct URLs, alone or together, and filters run as each job is read so only matches reach your dataset. The Input tab lists every parameter.

A first run with the defaults:

{
 "maxItems": 10,
 "keywords": "software engineer",
 "location": "new-york,ny",
 "includeDetails": false
}

A larger pull:

{
 "maxItems": 200,
 "keywords": "software engineer",
 "location": "new-york,ny",
 "includeDetails": false
}

Pricing

Pay-per-result: $0.01999 per result collected. You pay only for the results written to your dataset.

Results collected Approximate cost
100 results $2.00
1,000 results $19.99
10,000 results $199.90

New Apify accounts start with $5 in free credit.

Free users

Free-plan runs return up to 10 results as a preview. Upgrade your Apify plan to collect up to 1,000,000 results per run.

Run it

  1. Create a free Apify account with $5 in credit.
  2. Open the CareerBuilder Job Listings Scraper.
  3. Set your inputs and any filters, then click Start.
  4. Export the results as CSV, Excel, JSON, or XML from the Dataset tab.

Run it programmatically through the Apify API (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.

Use with AI agents (MCP)

Give an AI agent live access to CareerBuilder through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:

claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/careerbuilder-scraper"

Then prompt it in plain language to run the scraper and read back the results.

Troubleshooting

Why am I getting no results?

Check your keyword and location filters. Try broadening the search or removing filters like jobType or datePosted. Also verify that the startUrl, if provided, is a valid CareerBuilder search URL.

The Actor is running slowly.

Increase maxConcurrency up to 20 for faster scraping, but be aware of rate limits. If you get blocked, lower concurrency and increase requestDelayMs.

I'm getting rate-limited or blocked.

Reduce maxConcurrency to 1 or 2 and increase requestDelayMs to 1000 or more. You can also run the Actor during off-peak hours.

Some job listings are missing details.

Enable includeDetails to fetch the full job description from each job's detail page. This is slower but returns complete information.

The location filter isn't working as expected.

Use the format 'city,state' (e.g., 'new-york,ny') or 'remote'. The radius field controls the search distance in miles.

FAQ

Question Answer
Do I need a CareerBuilder API key? No. This Actor scrapes the public website directly, so no registration or API key is required.
Can I scrape a specific CareerBuilder search URL? Yes. Paste the full URL into the startUrl field, and the Actor will scrape those exact results, ignoring keyword and location filters.
What data does each job listing include? Each row includes the job title, company name, location, salary range if listed, employment type, posting date, and a link to the full job posting. If you enable includeDetails, it also fetches the full description, skills, and benefits.
How do I filter for remote jobs? Set the remoteOnly checkbox to true. You can also set location to 'remote' to search for remote positions nationwide.
Can I limit results to jobs posted in the last 24 hours? Yes. Set the datePosted field to '1' for the last 24 hours, or choose 7, 14, or 30 days.
What is the maximum number of jobs I can scrape? You can set maxItems up to 1,000,000. The Actor will stop once it reaches that number or no more results are available.
Does the Actor handle pagination? Yes, it automatically follows pagination links to collect all matching jobs up to your maxItems limit.
Can I filter by job type? Yes, use the jobType field to select full-time, part-time, contract, temporary, or internship.
What output formats are supported? You can export the results as CSV, JSON, Excel, or XML from the Apify dataset.
Is it legal to scrape CareerBuilder? You should review CareerBuilder's terms of service and comply with applicable laws. This Actor only accesses publicly available data.

Related actors

Browse the full ParseForge collection for more scrapers.

๐Ÿ†˜ Need help? Email parseforge@protonmail.com with your run ID, your input, and what you expected.

โš ๏ธ Disclaimer. This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by CareerBuilder, LLC. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.

Input

FieldTypeWhat it doesDefault
startUrl string Direct CareerBuilder search URL. If provided, keywords and location filters are ignored. not set
maxItems integer How many job listings to collect per run. 10
keywords string Job title, skills, or keywords to search for (e.g. 'software engineer', 'nurse', 'marketing manager') software engineer
location string City and state to search in (e.g. 'new-york,ny', 'chicago,il', 'remote'). Leave blank for nationwide. new-york,ny
jobType string (6 options) Filter by employment type not set
remoteOnly boolean If enabled, only show remote job listings false
datePosted string (5 options) Filter jobs by when they were posted not set
radius integer Distance in miles from the location to search within 30
includeDetails boolean Fetch full job description and details from each job's detail page. Slower but returns complete job descriptions, skills, and benefits. false
maxConcurrency integer Maximum number of parallel requests. Lower this if you get rate-limited. 5
requestDelayMs integer Milliseconds to wait between requests. Increase if the site rate-limits you. 200

Pricing

from $14.99 per 1,000 results

Charged forWhat it isPrice each
Actor Start Charged once when the run starts. $0.005
Result Item Charged once per result collected. $0.01499 to $0.01999

Tiered: the lower figure is the price on a higher Apify plan. Billing and the free credit live on Apify.

API

One POST returns the dataset directly. Same shape for every scraper in the library, so swapping the slug is the only change.

POST ยท run and get results
curl -X POST "https://api.apify.com/v2/acts/parseforge~careerbuilder-scraper/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "helloWorld": 123
  }'

Examples

Input that runs as-is.

input.json
{
  "helloWorld": 123
}

Reviews

No reviews yet. Be the first.

Issues

We build and maintain this scraper, so a problem with it comes to us. Report it on the Apify listing and the thread stays attached to the scraper where the next person can find it: open an issue.

Broken and urgent, or you would rather not post in public? Write to parseforge@protonmail.com and it reaches the people who wrote it.

Related scrapers

Run CareerBuilder Job Listings Scraper on Apify All scrapers