# Stratalize DOL H-1B & LCA Wage Disclosure API

> Stratalize DOL H-1B & LCA Wage Disclosure API is a paid API for AI agents from www.stratalize.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Returns aggregated DOL H-1B and LCA wage disclosure data by employer, job title, state, and fiscal year, including certified positions, prevailing wages, and geographic distribution.

## Facts

- Endpoint: GET https://www.stratalize.com/api/x402/company-salary-disclosure
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stratalize-dol-h-1b-lca-wage-disclosure-api-877caef8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_OV9ugjaqf1GR4eO-z9J-p

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 stratalize-dol-h-1b-lca-wage-disclosure-api-877caef8
```

Example prompt: Pull the DOL H-1B wage disclosure data for Tata Consultancy Services, for software developer roles in Texas, for fiscal year 2023 — I want to see their certified positions and prevailing wages.

## When to prefer this

Use this endpoint when you need employer-level H-1B or LCA wage benchmarks sourced directly from DOL public filings — ideal for compensation benchmarking, HR due diligence, immigration compliance research, or assessing a specific employer's H-1B wage practices. Prefer this over general salary databases when you need government-certified prevailing wage data with cryptographic provenance guarantees.

## Known failure modes

- No matching filings found for the given company name, job title, state, or fiscal year combination
- Invalid or unrecognized state code returns an error or empty result
- Fiscal year outside available data range returns no results
- Company name spelling mismatch may return empty results if not normalized
- Payment failure (x402) returns 402 status before any data is delivered

## How this service works

Stratalize — attested finance, legal, healthcare, and compliance intelligence. Signed, independently verifiable receipt on every call (trust.stratalize.com/verify). DOL H-1B and LCA wage disclosure aggregates by employer and job title — certified positions, prevailing wages, and state distribution. Source: DOL Office of Foreign Labor Certification public filings. Use when benchmarking compensation or assessing employer H-1B wage practices

## Output

Returns aggregated DOL H-1B/LCA public filing data including number of certified positions, prevailing wage figures, and state-level distribution for the queried employer and/or job title. Each response is cryptographically signed with ML-DSA-65 and verifiable at trust.stratalize.com/verify.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "state": {
   "type": "string",
   "description": "Request parameter: state"
  },
  "job_title": {
   "type": "string",
   "description": "Request parameter: job title"
  },
  "fiscal_year": {
   "type": "number",
   "description": "Request parameter: fiscal year"
  },
  "company_name": {
   "type": "string",
   "description": "Request parameter: company name"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stratalize-dol-h-1b-lca-wage-disclosure-api-877caef8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from www.stratalize.com](https://www.zero.xyz/host/www.stratalize.com/llms.txt)
