# US H-2B Seasonal Visa Sponsor Employer Leads

**Use case:** 

Export H-2B seasonal worker visa sponsors with company name, address, occupation, wage, worker counts and decision status. Staffing and legal lead list.

## Input

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

## Output

```json
{
  "employerName": {
    "label": "Employer"
  },
  "program": {
    "label": "Program"
  },
  "employerFullAddress": {
    "label": "Address"
  },
  "employerPhone": {
    "label": "Phone"
  },
  "contactName": {
    "label": "Contact"
  },
  "contactEmail": {
    "label": "Contact email"
  },
  "attorneyEmail": {
    "label": "Attorney email"
  },
  "employerFein": {
    "label": "FEIN"
  },
  "employerNaicsCode": {
    "label": "NAICS"
  },
  "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.