H1-B Visa Application
Get a list of H1-B and Permanent visa applications for companies from the DOL. The data is updated quarterly.
Query parameters
Symbol.
From date <code>YYYY-MM-DD</code>. Filter on the <code>beginDate</code> column.
To date <code>YYYY-MM-DD</code>. Filter on the <code>beginDate</code> column.
Response
successful operation
Example response
{
"symbol": "symbol",
"data": [
{
"worksiteCity": "worksiteCity",
"symbol": "symbol",
"fullTimePosition": "fullTimePosition",
"year": 0,
"endDate": "endDate",
"h1bDependent": "h1bDependent",
"caseStatus": "caseStatus",
"jobTitle": "jobTitle",
"wageLevel": "wageLevel",
"employerName": "employerName",
"wageRangeFrom": 1.4658129,
"visaClass": "visaClass",
"worksiteCounty": "worksiteCounty",
"beginDate": "beginDate",
"wageRangeTo": 5.962134,
"caseNumber": "caseNumber",
"worksiteAddress": "worksiteAddress",
"worksitePostalCode": "worksitePostalCode",
"receivedDate": "receivedDate",
"socCode": "socCode",
"wageUnitOfPay": "wageUnitOfPay",
"quarter": 6,
"worksiteState": "worksiteState"
},
{
"worksiteCity": "worksiteCity",
"symbol": "symbol",
"fullTimePosition": "fullTimePosition",
"year": 0,
"endDate": "endDate",
"h1bDependent": "h1bDependent",
"caseStatus": "caseStatus",
"jobTitle": "jobTitle",
"wageLevel": "wageLevel",
"employerName": "employerName",
"wageRangeFrom": 1.4658129,
"visaClass": "visaClass",
"worksiteCounty": "worksiteCounty",
"beginDate": "beginDate",
"wageRangeTo": 5.962134,
"caseNumber": "caseNumber",
"worksiteAddress": "worksiteAddress",
"worksitePostalCode": "worksitePostalCode",
"receivedDate": "receivedDate",
"socCode": "socCode",
"wageUnitOfPay": "wageUnitOfPay",
"quarter": 6,
"worksiteState": "worksiteState"
}
]
}Changes
Changed in 3 of the 35 revisions of this API.112
- ●
removed the optional property
data/items/waveUnitOfPayfrom the response with the200statusresponse-optional-property-removed
- ○
added the optional property
data/items/wageUnitOfPayto the response with the200statusresponse-optional-property-added
- ●
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 146 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲