# Federal Job Listings Extractor

**Use case:** 

Extract job opportunities for admin roles from USA job boards from the last 30 days. Get details on agencies, salaries, and application links.

## Input

```json
{
  "searchUrl": "https://www.usajobs.gov/Search/Results?k=software%20engineer&l=Washington%2C%20DC",
  "keyword": "admin",
  "location": "Washington, DC",
  "daysBack": 30,
  "includeClosed": false,
  "maxJobs": 200,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "job_type": {
    "label": "Job Type",
    "format": "text"
  },
  "date_posted": {
    "label": "Posted",
    "format": "text"
  },
  "positionCloseDate": {
    "label": "Closes",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [USA Jobs Scraper](https://apify.com/shahidirfan/usa-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/shahidirfan/usa-jobs-scraper) to learn more, explore other use cases, and run it yourself.