Which employers have NLRB labor activity — a union petition or an unfair-labor-p
Which employers have NLRB labor activity — a union petition or an unfair-labor-practice charge? Search NLRB cases by employer, case type (CA/CB/RC/RM/...), category (ulp vs representation), status, region, state, union, election result, or filing date (since). Returns the employer (entity-resolved where possible), region, union, and — for elections — the tally. Cases as filed (a charge is an allegation, not a judgment); a labor-relations trigger for PEO/HR, benefits, staffing, and outplacement.
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/nlrb/cases/search
| Category | Search and research |
|---|---|
| Provider host | api.govparse.io |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 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": {
"case_category": "representation",
"case_type": "RC",
"company": "Starbucks"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"properties": {
"case_category": {
"description": "ulp | representation | unit (CSV).",
"examples": [
"representation"
],
"type": "string"
},
"case_type": {
"description": "NLRB case type code(s), CSV (CA, CB, RC, RM, RD, UC, ...).",
"examples": [
"RC"
],
"type": "string"
},
"company": {
"description": "Employer name \u2014 suffix/punctuation-insensitive.",
"examples": [
"Starbucks"
],
"type": "string"
},
"entity_id": {
"description": "Resolved employer entity UUID (pivots to business360).",
"examples": [
"b7f3e2d1-4a5c-4e6f-8a9b-0c1d2e3f4a5b"
],
"type": "string"
},
"has_election": {
"description": "true = cases with an election tally on record.",
"examples": [
"true"
],
"type": "string"
},
"limit": {
"description": "Max rows (default 25, cap 100).",
"examples": [
25
],
"type": "integer"
},
"offset": {
"description": "Rows to skip.",
"examples": [
0
],
"type": "integer"
},
"region": {
"description": "NLRB region code(s), CSV (two-digit, e.g. 10).",
"examples": [
"10"
],
"type": "string"
},
"result": {
"description": "union | no union (election outcome, CSV).",
"examples": [
"union"
],
"type": "string"
},
"since": {
"description": "Filed on/after this date (YYYY-MM-DD).",
"examples": [
"2026-01-01"
],
"type": "string"
},
"sort": {
"description": "date_filed | tally_issued_date | num_employees :asc|:desc. Default date_filed:desc.",
"examples": [
"date_filed:desc"
],
"type": "string"
},
"state": {
"description": "Employer state code(s), CSV.",
"examples": [
"CA"
],
"type": "string"
},
"status": {
"description": "Open | Closed (CSV).",
"examples": [
"Open"
],
"type": "string"
},
"union": {
"description": "Union / petitioner name fragment.",
"examples": [
"Teamsters"
],
"type": "string"
}
},
"required": [],
"type": "object"
}
},
"type": "object"
}