# Security Clearance Federal Jobs Scraper

**Use case:** 

Find USAJOBS announcements requiring Secret, Top Secret or SCI clearance. Department, occupational series, salary range, GS grade and closing dates for cleared job market research.

## Input

```json
{
  "hiringPaths": [],
  "jobCategoryCodes": [],
  "departments": [],
  "agencies": [],
  "securityClearance": "3",
  "maxItems": 100,
  "resultsPerPage": 100,
  "maxSearchPages": 10,
  "startUrls": [],
  "proxy": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "positionId": {
    "label": "Position ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "agency": {
    "label": "Agency",
    "format": "text"
  },
  "department": {
    "label": "Department",
    "format": "text"
  },
  "subAgency": {
    "label": "Sub-agency",
    "format": "text"
  },
  "salaryMin": {
    "label": "Salary Min",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary Max",
    "format": "number"
  },
  "salary": {
    "label": "Salary (display)",
    "format": "text"
  },
  "payScaleGrade": {
    "label": "Pay Scale & Grade",
    "format": "text"
  },
  "gradeLow": {
    "label": "Grade Low",
    "format": "text"
  },
  "gradeHigh": {
    "label": "Grade High",
    "format": "text"
  },
  "payPlan": {
    "label": "Pay Plan",
    "format": "text"
  },
  "occupationalSeries": {
    "label": "Occupational Series",
    "format": "array"
  },
  "announcementNumber": {
    "label": "Announcement Number",
    "format": "text"
  },
  "securityClearance": {
    "label": "Clearance",
    "format": "text"
  },
  "teleworkEligible": {
    "label": "Telework",
    "format": "text"
  },
  "remote": {
    "label": "Remote",
    "format": "text"
  },
  "hiringPaths": {
    "label": "Hiring Paths",
    "format": "array"
  },
  "workSchedule": {
    "label": "Work Schedule",
    "format": "text"
  },
  "workType": {
    "label": "Appointment Type",
    "format": "text"
  },
  "supervisoryStatus": {
    "label": "Supervisory",
    "format": "text"
  },
  "travelPercentage": {
    "label": "Travel",
    "format": "text"
  },
  "dutyLocations": {
    "label": "Duty Locations",
    "format": "array"
  },
  "openDate": {
    "label": "Open Date",
    "format": "date"
  },
  "closeDate": {
    "label": "Close Date",
    "format": "date"
  },
  "announcementUrl": {
    "label": "Announcement URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [USAJOBS Scraper [$0.9/1K💰] | Federal Jobs | GS Pay | Clearance](https://apify.com/ahmed_jasarevic/usajobs-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/ahmed_jasarevic/usajobs-scraper.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/ahmed_jasarevic/usajobs-scraper.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
