G

Govparse · Sponsors Search

by Govparse

GETBaseSolana

$1.25

per call · USD Coin on Base

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?'

Endpoint

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

2

Calls / 30d

1

Unique payers / 30d

Sep 8

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://api.govparse.io/v1/sponsors/search", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://api.govparse.io/v1/sponsors/search?name=amazon&program=LCA&state=WA" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "rows": [
    {
      "certified_filings": 5100,
      "denied_filings": 12,
      "display_name": "Amazon.com Services LLC",
      "fiscal_years": [
        2026
      ],
      "lca_filings": 5098,
      "normalized_name": "AMAZON COM SERVICES LLC",
      "perm_filings": 133,
      "slug": "amazon-com-services-llc",
      "states": [
        "VA",
        "WA"
      ],
      "total_filings": 5231
    }
  ],
  "total_matched": 14
}

Payment details

Pay to0x3873d15cf3209c32aaa8d9aa542164e658567129
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana
Schemesexact

Is this your API?

Pin it to the top of Search & Web and the homepage with a featured placement.

Get featured →

More from Govparse & similar services