# California H-1B Software Engineer LCA Extractor

**Use case:** 

Extract official DOL LCA salary filings for software engineer roles at California worksites with normalized annual wages.

## Input

```json
{
  "fiscalYear": 2026,
  "quarter": "Q2",
  "employerQuery": "Microsoft",
  "jobTitleQuery": "Software Engineer",
  "state": "CA",
  "caseStatuses": [
    "Certified"
  ],
  "visaClasses": [
    "H-1B"
  ],
  "maxItems": 100
}
```

## Output

```json
{
  "caseNumber": {
    "label": "Case number",
    "format": "text"
  },
  "caseStatus": {
    "label": "Status",
    "format": "text"
  },
  "visaClass": {
    "label": "Visa",
    "format": "text"
  },
  "employerName": {
    "label": "Employer",
    "format": "text"
  },
  "jobTitle": {
    "label": "Job title",
    "format": "text"
  },
  "socCode": {
    "label": "SOC code",
    "format": "text"
  },
  "worksiteCity": {
    "label": "City",
    "format": "text"
  },
  "worksiteState": {
    "label": "State",
    "format": "text"
  },
  "annualWageFrom": {
    "label": "Annual wage from",
    "format": "number"
  },
  "annualWageTo": {
    "label": "Annual wage to",
    "format": "number"
  },
  "annualPrevailingWage": {
    "label": "Annual prevailing wage",
    "format": "number"
  },
  "prevailingWageLevel": {
    "label": "Wage level",
    "format": "text"
  },
  "decisionDate": {
    "label": "Decision date",
    "format": "date"
  },
  "fiscalYear": {
    "label": "FY",
    "format": "number"
  },
  "fiscalQuarter": {
    "label": "Quarter",
    "format": "text"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [DOL H-1B LCA Salary Scraper](https://apify.com/automation-lab/dol-h1b-lca-salary-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/dol-h1b-lca-salary-scraper) to learn more, explore other use cases, and run it yourself.