# PERM Green Card Salary for Software Engineers

**Use case:** 

See PERM green-card salary percentiles for software engineers in California, computed from real DOL labor certification filings.

## Input

```json
{
  "mode": "salary-lookup",
  "role": "software engineer",
  "employer": "",
  "city": "",
  "state": "CA",
  "visaTypes": [
    "PERM"
  ],
  "decisions": [
    "Approved"
  ],
  "fiscalYears": [
    "2026"
  ],
  "minSalary": 0,
  "maxSalary": 0,
  "maxItems": 25,
  "newFilingsOnly": false,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "role": {
    "label": "Role",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "count": {
    "label": "Filings",
    "format": "integer"
  },
  "p10Salary": {
    "label": "P10 ($)",
    "format": "number"
  },
  "p25Salary": {
    "label": "P25 ($)",
    "format": "number"
  },
  "medianSalary": {
    "label": "Median ($)",
    "format": "number"
  },
  "p75Salary": {
    "label": "P75 ($)",
    "format": "number"
  },
  "p90Salary": {
    "label": "P90 ($)",
    "format": "number"
  },
  "topEmployer": {
    "label": "Top employer",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [US H-1B & Green Card Sponsor Database](https://apify.com/constructive_calm/visa-sponsor-tracker) with a specific input configuration. Visit the [Actor detail page](https://apify.com/constructive_calm/visa-sponsor-tracker) to learn more, explore other use cases, and run it yourself.