G

Govparse · Establishments Search

by Govparse

GETBaseSolana

$1.25

per call · USD Coin on Base

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.

Endpoint

GET https://api.govparse.io/v1/fsis/establishments/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/fsis/establishments/search", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://api.govparse.io/v1/fsis/establishments/search?company=Tyson&establishment_number=M12345&state=IA" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "rows": [
    {
      "activities": "Meat Slaughter; Meat Processing; Poultry Processing",
      "city": "Springdale",
      "county": "Washington County",
      "dbas": null,
      "entity_id": null,
      "establishment_name": "Example Provisions Company",
      "establishment_number": "M12345",
      "grant_date": "2011-06-14",
      "is_egg": false,
      "is_import": false,
      "is_meat": true,
      "is_poultry": true,
      "is_processing": true,
      "is_slaughter": true,
      "latitude": 36.18,
      "longitude": -94.13,
      "phone": "(479) 555-0100",
      "size": "Large",
      "state": "AR",
      "street": "100 Packing House Road",
      "zip": "72762"
    }
  ],
  "total_matched": 1
}

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