# $40,000+ GovernmentJobs

**Use case:** 

Extract GovernmentJobs data filtered by $40,000+. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "startUrl": "https://www.governmentjobs.com/jobs?keyword=engineer",
  "maxItems": 10,
  "salary": "40000",
  "includeDetails": true
}
```

## Output

```json
{
  "jobId": {
    "label": "Job ID",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "organization": {
    "label": "Organization",
    "format": "string"
  },
  "employer": {
    "label": "Employer",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "jobType": {
    "label": "Job Type",
    "format": "string"
  },
  "employmentTypeNormalized": {
    "label": "Employment Type",
    "format": "string"
  },
  "salary": {
    "label": "Salary",
    "format": "string"
  },
  "salaryMin": {
    "label": "Salary Min",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary Max",
    "format": "number"
  },
  "salaryCurrency": {
    "label": "Salary Currency",
    "format": "string"
  },
  "salaryUnitText": {
    "label": "Salary Unit",
    "format": "string"
  },
  "closingText": {
    "label": "Closing Text",
    "format": "string"
  },
  "jobNumber": {
    "label": "Job Number",
    "format": "string"
  },
  "department": {
    "label": "Department",
    "format": "string"
  },
  "division": {
    "label": "Division",
    "format": "string"
  },
  "openingDate": {
    "label": "Opening Date",
    "format": "string"
  },
  "datePosted": {
    "label": "Date Posted",
    "format": "string"
  },
  "closingDate": {
    "label": "Closing Date",
    "format": "string"
  },
  "addressRegion": {
    "label": "Region",
    "format": "string"
  },
  "postalCode": {
    "label": "Postal Code",
    "format": "string"
  },
  "addressCountry": {
    "label": "Country",
    "format": "string"
  },
  "agencyAddress": {
    "label": "Agency Address",
    "format": "string"
  },
  "agencyPhone": {
    "label": "Agency Phone",
    "format": "string"
  },
  "agencyWebsite": {
    "label": "Agency Website",
    "format": "string"
  },
  "directApply": {
    "label": "Direct Apply",
    "format": "boolean"
  },
  "featured": {
    "label": "Featured",
    "format": "boolean"
  },
  "isNew": {
    "label": "New Job",
    "format": "boolean"
  },
  "jobUrl": {
    "label": "Job URL",
    "format": "string"
  },
  "validThrough": {
    "label": "Valid Through",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "string"
  },
  "error": {
    "label": "Error",
    "format": "string"
  }
}
```

## About this Actor

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