# E-3 Visa Sponsors for Australian Citizens

**Use case:** 

Find US companies that sponsor the E-3 Australia treaty visa, ranked by filings and salary from official Department of Labor data.

## Input

```json
{
  "mode": "sponsor-finder",
  "role": "software engineer",
  "employer": "",
  "city": "",
  "state": "",
  "visaTypes": [
    "E-3"
  ],
  "decisions": [
    "Approved"
  ],
  "fiscalYears": [
    "2026"
  ],
  "minSalary": 0,
  "maxSalary": 0,
  "maxItems": 25,
  "newFilingsOnly": false,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "employer": {
    "label": "Employer",
    "format": "string"
  },
  "filings": {
    "label": "Filings",
    "format": "integer"
  },
  "approvalRate": {
    "label": "Approval %",
    "format": "number"
  },
  "medianSalary": {
    "label": "Median salary ($)",
    "format": "number"
  },
  "p25Salary": {
    "label": "P25 salary ($)",
    "format": "number"
  },
  "p75Salary": {
    "label": "P75 salary ($)",
    "format": "number"
  },
  "topCity": {
    "label": "Top city",
    "format": "string"
  },
  "topState": {
    "label": "Top state",
    "format": "string"
  },
  "latestFiling": {
    "label": "Latest filing",
    "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.