ToolAssay

Which employers sponsor work visas or green cards?

Which employers sponsor work visas or green cards? Search DOL OFLC disclosure data by employer name, state, program (LCA/H-1B vs PERM), case status, fiscal year, or SOC occupation code. Returns per-employer filing counts (total, LCA, PERM, certified, denied) — the shortlist behind 'who sponsors H-1B for this role?'

Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$1.25listed price per call
n/aprice it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://api.govparse.io/v1/sponsors/search

CategoryCode and developer
Provider hostapi.govparse.io
Networkseip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

We never call tools that send, buy, move money or file anything, not even without paying.

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "name": "amazon",
    "program": "LCA",
    "state": "WA"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "properties": {
        "case_status": {
          "description": "CERTIFIED | DENIED | WITHDRAWN | CERTIFIED - WITHDRAWN, CSV for multiple.",
          "examples": [
            "CERTIFIED"
          ],
          "type": "string"
        },
        "fiscal_year_max": {
          "description": "Latest federal fiscal year to include.",
          "examples": [
            2026
          ],
          "type": "integer"
        },
        "fiscal_year_min": {
          "description": "Earliest federal fiscal year to include.",
          "examples": [
            2026
          ],
          "type": "integer"
        },
        "limit": {
          "description": "Max rows (default 25, cap 100).",
          "examples": [
            25
          ],
          "type": "integer"
        },
        "name": {
          "description": "Employer name fragment, punctuation-insensitive. Example: 'amazon'.",
          "examples": [
            "amazon"
          ],
          "type": "string"
        },
        "offset": {
          "description": "Rows to skip, for paging.",
          "examples": [
            0
          ],
          "type": "integer"
        },
        "program": {
          "description": "LCA (H-1B and related) | PERM (green-card labor certification). CSV for both.",
          "examples": [
            "LCA"
          ],
          "type": "string"
        },
        "soc_code": {
          "description": "Only sponsors with LCA filings in this SOC occupation. Example: 15-1252 (software developers).",
          "examples": [
            "15-1252"
          ],
          "type": "string"
        },
        "state": {
          "description": "Employer HQ state code(s), CSV. Example: 'WA,CA'.",
          "examples": [
            "WA"
          ],
          "type": "string"
        }
      },
      "required": [],
      "type": "object"
    }
  },
  "type": "object"
}

This page as JSON