# Data Scientist Job Listings on USAJobs

**Use case:** 

Extract up to 100 data scientist job openings from USAJobs.gov. Get detailed listings in CSV or JSON format.

## Input

```json
{
  "keyword": "data scientist",
  "hiringDepartmentCodes": [],
  "positionSeries": [],
  "payScale": [],
  "serviceType": [],
  "workSchedule": [],
  "appointmentType": [],
  "securityClearance": [],
  "supervisoryStatusOnly": false,
  "teleworkEligibleOnly": false,
  "startDate": "",
  "endDate": "",
  "maxJobs": 100
}
```

## Output

```json
{
  "positionTitle": {
    "label": "Position Title",
    "format": "string"
  },
  "hiringDepartmentName": {
    "label": "Department",
    "format": "string"
  },
  "hiringAgencyName": {
    "label": "Agency",
    "format": "string"
  },
  "minimumSalary": {
    "label": "Minimum Salary",
    "format": "number"
  },
  "maximumSalary": {
    "label": "Maximum Salary",
    "format": "number"
  },
  "workSchedule": {
    "label": "Work Schedule",
    "format": "string"
  },
  "positionOpenDate": {
    "label": "Open Date",
    "format": "string"
  },
  "url": {
    "label": "Job URL",
    "format": "string"
  }
}
```

## About this Actor

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