BETA

Welcome to the BEER platform beta program!

Foreign Labor Certification

Data on labor certification applications for foreign workers.

Agency

Employment and Training Administration

Last Updated

2023-03-31

Update Frequency

Quarterly

Available Formats

CSV, JSON, XML

Data Fields

Field NameDescription
Case NumberUnique identifier for the application
Decision DateDate when the decision was made
Visa ClassType of visa (H-1B, H-2A, etc.)
Job TitlePosition title for the foreign worker
Employer NameName of the employer submitting the application
Employer StateState where the employer is located
WageOffered wage for the position
StatusApplication status (Certified, Denied, Withdrawn)

Sample Data

[
  {
    "caseNumber": "I-200-12345-123456",
    "visaClass": "H-1B",
    "jobTitle": "Software Developer",
    "status": "Certified"
  },
  {
    "caseNumber": "I-200-12345-123457",
    "visaClass": "H-2B",
    "jobTitle": "Landscaper",
    "status": "Denied"
  },
  {
    "caseNumber": "I-200-12345-123458",
    "visaClass": "H-1B",
    "jobTitle": "Data Scientist",
    "status": "Certified"
  },
  {
    "caseNumber": "I-200-12345-123459",
    "visaClass": "H-2A",
    "jobTitle": "Farm Worker",
    "status": "Certified"
  }
]

About DOL Datasets

The Department of Labor (DOL) provides access to a wide range of datasets related to employment, wages, safety, benefits, and other labor-related topics. These datasets are available for public use and can be accessed through this portal.

Data Quality

All datasets undergo rigorous quality checks to ensure accuracy and reliability. However, users should always verify the data for their specific use cases.

API Access

Most datasets are available through our API. Documentation is provided for each dataset to help developers integrate the data into their applications.

Terms of Use

DOL datasets are generally available under open government licenses. Please check the specific terms for each dataset before use.