# Amazon H-1B Salary Filings Export (Raw DOL)

**Use case:** 

Download individual H-1B wage records for a company with exact salaries, job titles, and locations from official DOL disclosure files.

## Input

```json
{
  "mode": "salary-samples",
  "role": "software engineer",
  "employer": "Amazon",
  "city": "",
  "state": "",
  "visaTypes": [
    "H-1B"
  ],
  "decisions": [
    "Approved"
  ],
  "fiscalYears": [
    "2024"
  ],
  "minSalary": 0,
  "maxSalary": 0,
  "maxItems": 25,
  "newFilingsOnly": false,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "employer": {
    "label": "Employer",
    "format": "string"
  },
  "jobTitle": {
    "label": "Job title",
    "format": "string"
  },
  "visaType": {
    "label": "Program",
    "format": "string"
  },
  "wageOffered": {
    "label": "Annual salary ($)",
    "format": "number"
  },
  "wageUnit": {
    "label": "Published unit",
    "format": "string"
  },
  "wageOfferedRaw": {
    "label": "Raw wage",
    "format": "number"
  },
  "prevailingWage": {
    "label": "Prevailing wage ($)",
    "format": "number"
  },
  "prevailingWageLevel": {
    "label": "PW level",
    "format": "string"
  },
  "workCity": {
    "label": "Work city",
    "format": "string"
  },
  "workState": {
    "label": "Work state",
    "format": "string"
  },
  "decisionDate": {
    "label": "Decision date",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [SalaryBench IQ](https://apify.com/constructive_calm/salarybench-iq) with a specific input configuration. Visit the [Actor detail page](https://apify.com/constructive_calm/salarybench-iq) to learn more, explore other use cases, and run it yourself.