# Scrape US government software engineer job listings

**Use case:** 

Extract public sector software engineer jobs from CareersInGovernment.com with agency names and posting dates.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.careersingovernment.com/jobs/?action=search&listing_type%5Bequal%5D=Job&keywords%5Ball_words%5D=software+engineer&GooglePlace%5Blocation%5D%5Bvalue%5D=&GooglePlace%5Blocation%5D%5Bradius%5D=20"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "datePosted": {
    "label": "Date Posted",
    "format": "text"
  },
  "baseSalary": {
    "label": "Base Salary",
    "format": "text"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "address": {
    "label": "Address",
    "format": "object"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "employer": {
    "label": "Employer",
    "format": "object"
  },
  "startUrl": {
    "label": "Start URL",
    "format": "link"
  }
}
```

## About this Actor

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