Which meat, poultry, or egg plants operate in a market?
Which meat, poultry, or egg plants operate in a market? Search the USDA FSIS Meat, Poultry & Egg Product Inspection Directory (every federally-inspected establishment) by company, state, city, activity (slaughter/processing), species, size, or inspection-grant date (since, for new plants). Returns the establishment (entity-resolved where possible), address, activities, and size — a food-safety seller's entire target universe, not just OSHA-hit plants. FSIS public-domain records.
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/fsis/establishments/search
| Category | Company and compliance |
|---|---|
| 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
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $1.25 | 263 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"company": "Tyson",
"establishment_number": "M12345",
"state": "IA"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"properties": {
"activity": {
"description": "Activity fragment (Slaughter, Processing, Egg Product, ...).",
"examples": [
"Slaughter"
],
"type": "string"
},
"city": {
"description": "City fragment.",
"examples": [
"Springdale"
],
"type": "string"
},
"company": {
"description": "Establishment/company name \u2014 suffix/punctuation-insensitive.",
"examples": [
"Tyson"
],
"type": "string"
},
"entity_id": {
"description": "Resolved employer entity UUID (pivots to business360).",
"examples": [
"b7f3e2d1-4a5c-4e6f-8a9b-0c1d2e3f4a5b"
],
"type": "string"
},
"establishment_number": {
"description": "FSIS establishment number(s), CSV (M=meat, P=poultry, G=egg, I=import).",
"examples": [
"M12345"
],
"type": "string"
},
"limit": {
"description": "Max rows (default 25, cap 100).",
"examples": [
25
],
"type": "integer"
},
"offset": {
"description": "Rows to skip.",
"examples": [
0
],
"type": "integer"
},
"processing": {
"description": "true = processing establishments only.",
"examples": [
"true"
],
"type": "string"
},
"since": {
"description": "Inspection grant date on/after this date (YYYY-MM-DD) \u2014 surfaces newly-granted plants.",
"examples": [
"2026-01-01"
],
"type": "string"
},
"size": {
"description": "Very Small | Small | Large (CSV).",
"examples": [
"Large"
],
"type": "string"
},
"slaughter": {
"description": "true = slaughter establishments only.",
"examples": [
"true"
],
"type": "string"
},
"sort": {
"description": "grant_date | establishment_name :asc|:desc. Default grant_date:desc.",
"examples": [
"grant_date:desc"
],
"type": "string"
},
"species": {
"description": "meat | poultry | egg (CSV).",
"examples": [
"poultry"
],
"type": "string"
},
"state": {
"description": "State code(s), CSV.",
"examples": [
"IA"
],
"type": "string"
}
},
"required": [],
"type": "object"
}
},
"type": "object"
}