# US DOL H1B LCA PERM   Visa Wage Disclosure Data — Full Expor

**Use case:** 

Scrape the full us dol h1b lca perm - visa wage disclosure data dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract us dol h1b lca perm - visa wage disclosure data for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "visaProgram": "LCA",
  "fiscalYear": 2025,
  "fiscalQuarter": "Q4",
  "employerName": "",
  "jobTitle": "",
  "socCode": "",
  "worksiteState": "",
  "caseStatus": "",
  "minAnnualWage": 0,
  "maxItems": 200
}
```

## Output

```json
{
  "employer_name": {
    "label": "Employer Name",
    "format": "string"
  },
  "job_title": {
    "label": "Job Title",
    "format": "string"
  },
  "worksite_city": {
    "label": "Worksite City",
    "format": "string"
  },
  "worksite_state": {
    "label": "Worksite State",
    "format": "string"
  },
  "wage_rate_of_pay_from": {
    "label": "Wage Rate Of Pay From",
    "format": "number"
  },
  "prevailing_wage": {
    "label": "Prevailing Wage",
    "format": "number"
  },
  "case_status": {
    "label": "Case Status",
    "format": "string"
  },
  "decision_date": {
    "label": "Decision Date",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [US DOL H1B LCA PERM Scraper - Visa Wage Disclosure Data](https://apify.com/jungle_synthesizer/dol-h1b-lca-crawler) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/dol-h1b-lca-crawler) to learn more, explore other use cases, and run it yourself.