# DOL H-1B LCA Filing Search API

> DOL H-1B LCA Filing Search API is a paid API for AI agents from autoscrape-api-seven.vercel.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-16).

Search and retrieve Department of Labor H-1B Labor Condition Application (LCA) filings by employer, job title, SOC code, wage, location, or case number

## Facts

- Endpoint: GET https://autoscrape-api-seven.vercel.app/x402/v1/dol-h1b-lca
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/dol-h-1b-lca-filing-search-api-c71d9b0e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rLv3Zk3yZETNOhP0sWr3r

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability dol-h-1b-lca-filing-search-api-c71d9b0e
```

Example prompt: Search the DOL H-1B LCA database for Microsoft's software engineering filings in fiscal year 2025 — show me up to 5 results with their case numbers, job titles, and visa classes.

## When to prefer this

Use this endpoint when you need structured, queryable access to DOL H-1B LCA public disclosure data — especially for employer research, immigration compliance checks, wage benchmarking, or verifying sponsorship history. Prefer this over manual DOL PERM or iCERT lookups when automating agent workflows that need programmatic H-1B data without scraping government portals.

## Known failure modes

- No results found for overly specific filter combinations
- maxResults is capped at 5 regardless of input
- FY2026 data is partial and may be incomplete
- Invalid SOC or NAICS code formats may return empty results
- Exact case number lookups fail if the case number format is incorrect

## How this service works

No-key evaluation APIs for public data and utilities: business filings, permits, bankruptcy dockets, NPI providers, HTTP status checks, sitemap URL extraction, SEC EDGAR, IRS 990, WHOIS, and validation. Paid x402 access is live.

## Output

Returns a JSON object with a count of matching records and up to 5 LCA filing results per request, each including the LCA case number, employer name, job title, and visa class. Also includes a setupStatus field indicating data availability.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "count": 1,
  "results": [
   {
    "jobTitle": "Software Engineering",
    "visaClass": "H-1B",
    "caseNumber": "I-200-25266-327008",
    "employerName": "Microsoft Corporation"
   }
  ],
  "setupStatus": "found"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/dol-h-1b-lca-filing-search-api-c71d9b0e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from autoscrape-api-seven.vercel.app](https://www.zero.xyz/host/autoscrape-api-seven.vercel.app/llms.txt)
