# Top US Visa Sponsor Employers Ranked by Volume

**Use case:** 

Roll filings up to employer level to see who sponsors the most visas, with company name, FEIN, address, filing counts, programs used and wage ranges.

## Input

```json
{
  "programs": [
    "PERM",
    "H-2A",
    "H-2B"
  ],
  "outputMode": "employers",
  "fiscalYears": [
    "2025"
  ],
  "states": [
    "CA"
  ],
  "certifiedOnly": false,
  "caseStatuses": [],
  "socCodes": [],
  "naicsCodes": [],
  "worksiteCities": [],
  "withEmployerPhoneOnly": false,
  "withEmailOnly": false,
  "withFeinOnly": false,
  "sortBy": "leadScore",
  "maxResults": 400,
  "includeRawFields": true,
  "monitorMode": false,
  "monitorKey": "default",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "employerName": {
    "label": "Employer"
  },
  "employerState": {
    "label": "State"
  },
  "programsUsed": {
    "label": "Programs"
  },
  "filingsCount": {
    "label": "Filings"
  },
  "totalWorkersSponsored": {
    "label": "Workers"
  },
  "approvalRatePct": {
    "label": "Approval %"
  },
  "employerPhone": {
    "label": "Phone"
  },
  "contactEmail": {
    "label": "Email"
  },
  "leadScore": {
    "label": "Lead score"
  }
}
```

## About this Actor

This example demonstrates how to use [US Visa Sponsor Leads - PERM Green Card, H-2A & H-2B](https://apify.com/scrapesage/us-visa-sponsor-leads-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/us-visa-sponsor-leads-scraper) to learn more, explore other use cases, and run it yourself.