ClearedJobs.net Scraper avatar

ClearedJobs.net Scraper

Pricing

Pay per event

Go to Apify Store
ClearedJobs.net Scraper

ClearedJobs.net Scraper

Scrape security-cleared job listings from ClearedJobs.net. Extracts job titles, companies, locations, clearance requirements, job types, salary ranges, and descriptions. Ideal for recruiters, job seekers, and researchers tracking cleared-job market trends.

Pricing

Pay per event

Rating

0.0

(0)

Developer

BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Scrape security-cleared job listings from ClearedJobs.net — the largest US job board dedicated to positions requiring active security clearances.

What it scrapes

Each record includes:

FieldDescription
job_idUnique ClearedJobs listing ID
titleJob title
companyHiring company name
locationCity/state
clearance_levelRequired clearance (e.g. "Top Secret/SCI", "Secret")
job_typeEmployment type
salarySalary information (when listed)
descriptionJob description excerpt
posted_dateDate posted
apply_urlDirect application URL
job_urlCanonical listing URL
scrapedAtISO timestamp of scrape

Usage

Default run

Leave all fields at their defaults to scrape the latest listings from the main ClearedJobs.net job board. Use maxItems to cap the number of results.

Use keyword to filter by role/skill (e.g. "software engineer", "data analyst") and location to narrow by city, state, or ZIP code. These map directly to ClearedJobs.net's search parameters.

Clearance filter

Set clearanceLevel to filter results to a specific clearance tier. The filter is applied server-side via search params and client-side for precision. Common values: Top Secret, Secret, TS/SCI, Public Trust.

Custom start URLs

Provide startUrls to scrape specific ClearedJobs.net search result pages directly — useful for bookmarked searches or niche category pages.

Input

{
"maxItems": 100,
"keyword": "software engineer",
"location": "Virginia",
"clearanceLevel": "Top Secret",
"startUrls": []
}
InputTypeDefaultDescription
maxItemsinteger50Maximum number of job records to return
keywordstringJob title or keyword filter
locationstringCity, state, or ZIP code filter
clearanceLevelstringRequired clearance level filter
startUrlsarrayCustom ClearedJobs.net search result URLs

Notes

  • ClearedJobs.net is protected by Cloudflare. This actor uses a headless browser with residential proxy to reliably bypass challenges. Runs are billed at a higher rate to cover the proxy cost.
  • Job cards load via AJAX after page render. The scraper waits for cards to appear before extracting data.
  • With default settings, each page returns ~25 jobs. maxItems: 50 requires ~3 page loads.
  • Pagination goes up to page 100 (approximately 2,500 jobs per keyword/location combination).