# USDA FSIS Establishment Scraper - Meat, Poultry & Egg Leads (`scrapesage/fsis-establishment-scraper`) Actor

Scrape every USDA FSIS-inspected meat, poultry & egg establishment: company, phone, full address, activities (slaughter/processing/import/export), species, size & grant date. Filter by state, type, species & size. B2B food-industry leads + monitoring. Official FSIS data, no browser.

- **URL**: https://apify.com/scrapesage/fsis-establishment-scraper.md
- **Developed by:** [Scrape Sage](https://apify.com/scrapesage) (community)
- **Categories:** Lead generation, Agents, Integrations
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

$5.00 / 1,000 establishment lead scrapeds

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## USDA FSIS Establishment Scraper — Meat, Poultry & Egg Plant Leads

> **Disclaimer:** This Actor is an independent tool and is not affiliated with, endorsed by, or sponsored by the U.S. Department of Agriculture (USDA) or any government body. All trademarks mentioned are the property of their respective owners. The USDA FSIS establishment directory is referenced only to describe the public data source this Actor collects from.

Extract **every USDA-inspected meat, poultry and egg establishment in the United States** from the official **FSIS Meat, Poultry and Egg Product Inspection (MPI) Directory** — turned into clean, ready-to-use **B2B food-industry leads**: company name, **phone**, full address, the activities each plant performs (slaughter, processing, import, export, egg products), the **species** it handles, its **size category** and inspection **grant date**, plus a 0–100 lead score.

These are real manufacturing facilities — slaughterhouses, further-processors, ready-to-eat plants, egg-product plants and import houses — every one of them a buyer of equipment, packaging, ingredients, sanitation, cold-chain, testing and compliance services.

No login, no API key, no browser — a single fast pull of the official open-data files, refreshed by FSIS at least monthly.

### Why this scraper?

The FSIS directory is the authoritative, government-maintained census of federally inspected meat, poultry and egg plants — but it ships as raw CSV files with cryptic activity strings and a separate demographic supplement. This actor does the work for you:

| Data | Raw FSIS files | This actor |
|---|---|---|
| Company, establishment number, full address | ✅ raw | ✅ cleaned & title-cased |
| Phone number | ✅ raw | ✅ formatted |
| Activities (slaughter / processing / import / export / egg) | one packed string | ✅ parsed into flags + a derived **establishment type** |
| Species handled (beef, swine, chicken, turkey, lamb, catfish…) | scattered | ✅ normalized list |
| Size category (Large / Small / Very Small) | separate file | ✅ joined automatically |
| Inspection grant date | M/D/YYYY text | ✅ ISO date + "newly granted" detection |
| DBAs / trade names | semicolon blob | ✅ split into a list |
| Lead score & buying signals | ❌ | ✅ 0–100 + signals |
| Only-new-establishments monitoring | ❌ | ✅ built-in |

### Use cases

- **Sell to food manufacturers** — packaging, processing & refrigeration equipment, sanitation chemicals, PPE, ingredients and packaging vendors get a complete, segmented prospect list with phone numbers. Score by `size`, `establishmentType` and `species`.
- **Food-safety & compliance** — HACCP / food-safety SaaS, pathogen & lab testing, audit and consulting firms reach every regulated plant in their territory.
- **Cold-chain & logistics** — find slaughter and processing plants by state and species to plan routes and pitch carriers, 3PLs and cold storage.
- **Insurance, bonding & finance** — build books of business across food-processing facilities by size and activity.
- **Recruiting & staffing** — target plants by location and size for production, QA and food-safety hiring.
- **M\&A, PE & market research** — map slaughter vs processing capacity, species mix and plant counts by region; track newly inspected plants and consolidation.
- **Regulatory & competitive intelligence** — monitor the directory for **new establishments** and activity changes as an early market signal.

### How to use

1. [Sign up for Apify](https://console.apify.com/sign-up) — the free plan is enough to try this actor.
2. Open the **USDA FSIS Establishment Scraper**, choose your filters (state, establishment type, species, size…), and click **Start**.
3. Watch results stream into the dataset table.
4. **Export** as JSON, CSV, Excel, or XML — or pull results programmatically via the [Apify API](https://docs.apify.com/api/v2).

### Input

```json
{
    "states": ["IA", "NE"],
    "establishmentTypes": ["slaughter", "processing"],
    "species": ["beef", "swine"],
    "sizes": ["Large", "Small"],
    "sortBy": "leadScore",
    "maxResults": 1000
}
```

- **states / cities / zipCodes / counties** — location filters (state = 2-letter code; ZIP accepts a 5-digit value or a prefix).
- **establishmentTypes** — keep plants doing any of `slaughter`, `processing`, `import`, `export`, `eggProducts`.
- **species** — substring match on species handled (`beef`, `chicken`, `turkey`, `swine`, `lamb`, `catfish`, …).
- **sizes** — `Large`, `Small`, `Very Small` (from the FSIS demographic supplement).
- **activitiesContains / companyNameQuery / establishmentNumbers** — free-text and exact lookups.
- **grantedAfter / grantedBefore** — filter by inspection grant date (great for finding newly inspected plants).
- **withPhoneOnly / minLeadScore** — quality filters.
- **includeDemographics** *(default true)* — join the demographic file for size/species and richer scoring.
- **sortBy** — `grantDate` (newest), `leadScore`, `size`, `name`, or `none`.
- **monitorMode / monitorKey** — only output establishments not seen in previous runs (see below).

Leave everything empty to pull the **entire national directory** (roughly 7,000 establishments).

### Output

One record per establishment (`recordType: "establishment"`):

```json
{
    "recordType": "establishment",
    "establishmentNumber": "M46758+P46758",
    "companyName": "Example Provisions Co",
    "dbaNames": ["Example Smokehouse"],
    "phone": "(515) 555-0142",
    "street": "1200 Industrial Pkwy",
    "city": "Des Moines",
    "state": "IA",
    "zipCode": "50313",
    "county": "Polk",
    "country": "United States",
    "fullAddress": "1200 Industrial Pkwy, Des Moines, IA, 50313",
    "establishmentType": "Slaughter & Processing",
    "activities": ["Meat Slaughter", "Meat Processing", "Poultry Processing"],
    "isSlaughter": true,
    "isProcessing": true,
    "isImport": false,
    "isExport": true,
    "isEggProducts": false,
    "species": ["Beef/Cattle", "Swine/Pork", "Chicken"],
    "size": "Small",
    "sizeTier": "Small",
    "district": "Des Moines",
    "circuit": "12",
    "grantDate": "2024-08-19",
    "grantYear": 2024,
    "hasPhone": true,
    "leadScore": 82,
    "leadSignals": ["Slaughter operation", "Export eligible", "Newly granted (2024)", "Small establishment"],
    "sourceFields": { "...": "every original FSIS column, preserved" },
    "scrapedAt": "2026-06-20T13:00:00.000Z"
}
```

Every original column from both FSIS files is preserved under `sourceFields`, so nothing is ever lost.

### Monitor new establishments

Turn on **monitorMode** and the actor remembers what it has already returned (per `monitorKey`) and outputs only **new or changed** establishments on later runs — a new plant, a new activity, or a size/status change. Pair it with a [Schedule](https://docs.apify.com/platform/schedules) for an automatic fresh-leads feed. This works **independently of the Apify scheduler** — schedule it however you like; the only-new logic is handled internally by the actor's own key-value store, so it never conflicts with the platform scheduler.

### How much does it cost to scrape the USDA FSIS establishment directory?

This Actor uses Apify's **pay-per-event** pricing: you are charged only for the results it delivers, with no monthly rental and no start fee. The events it can charge are:

- **Establishment lead scraped** - One USDA FSIS-inspected meat, poultry or egg establishment: company name, phone, full address, activities (slaughter/processing/import/export), species, size category, grant date and a 0–100 lead score.

The current price of each event is shown on the **Pricing** tab of this page. Set a maximum total charge on the run if you want a hard cap on spend, and use the input limits to control how much the Actor fetches.

### Automate & schedule

Run this actor on autopilot and pull results into your own stack:

- **[Apify API](https://docs.apify.com/api/v2)** — start runs, fetch datasets, and manage schedules over REST.
- **[apify-client for JavaScript](https://docs.apify.com/api/client/js/)** and **[apify-client for Python](https://docs.apify.com/api/client/python/)** — official SDKs.
- **[Schedules](https://docs.apify.com/platform/schedules)** — run it weekly/monthly to catch newly inspected plants the moment they appear.
- **[Webhooks](https://docs.apify.com/platform/integrations/webhooks)** — trigger downstream actions (CRM import, Slack alert, email sequence) when a run finishes.

```js
import { ApifyClient } from 'apify-client';

const client = new ApifyClient({ token: 'MY_APIFY_TOKEN' });

const run = await client.actor('scrapesage/fsis-establishment-scraper').call({
    states: ['IA', 'NE'],
    establishmentTypes: ['slaughter'],
    sortBy: 'leadScore',
    maxResults: 500,
});

const { items } = await client.dataset(run.defaultDatasetId).listItems();
console.log(`Got ${items.length} establishment leads`);
```

### Integrate with any app

Connect the dataset to 5,000+ apps — no code required:

- **[Make](https://docs.apify.com/platform/integrations/make)** — multi-step automation scenarios.
- **[Zapier](https://docs.apify.com/platform/integrations/zapier)** — push new establishment leads straight into your CRM.
- **[Slack](https://docs.apify.com/platform/integrations/slack)** — get notified when a monitored search finds new plants.
- **[Google Drive / Sheets](https://docs.apify.com/platform/integrations/drive)** — auto-export every run to a spreadsheet.
- **[Airbyte](https://docs.apify.com/platform/integrations/airbyte)** — pipe results into your data warehouse.

### Use with AI assistants (MCP)

The output is clean, LLM-ready JSON. Call this actor from Claude, ChatGPT, or any agent framework through the **[Apify MCP server](https://docs.apify.com/platform/integrations/mcp)** — ask your assistant to "list every large beef slaughter plant in Nebraska with a phone number" and let it run this scraper for you.

### Agent-ready: autonomous payments (x402 & Skyfire)

This actor is **agent-ready** — AI agents can discover it, run it, and **pay for it autonomously**, with no Apify account and no human in the loop. It uses [pay-per-event](https://docs.apify.com/platform/actors/publishing/monetize/pay-per-event) pricing and [limited permissions](https://docs.apify.com/platform/actors/development/permissions), so it qualifies for Apify's agentic-payment standards:

- **[x402](https://docs.apify.com/platform/integrations/x402)** — an open, HTTP-native payment protocol. Agents pay per run in USDC on the Base network directly through the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp) — no account, no API key.
- **[Skyfire](https://docs.apify.com/platform/integrations/skyfire)** — agent-to-service payments for fully autonomous AI-agent workflows.

Building an AI agent, MCP tool, or autonomous data pipeline? This scraper is ready to plug in and pay as it goes.

### More scrapers from scrapesage

Build a complete **US business-data & B2B lead stack** from official sources:

- **[USDA Organic Operations Scraper](https://apify.com/scrapesage/usda-organic-operations-scraper)** — USDA-certified organic farms, handlers & distributors with email, phone & contact name.
- **[SBA Loan Leads Scraper](https://apify.com/scrapesage/sba-loan-leads-scraper)** — financed small businesses (7(a) & 504) with borrower, lender, industry & amount.
- **[PPP Loan Data Scraper](https://apify.com/scrapesage/ppp-loan-data-scraper)** — 11M+ PPP loans with business, owner demographics, jobs & NAICS.
- **[Form 5500 ERISA Scraper](https://apify.com/scrapesage/form-5500-erisa-scraper)** — US retirement & benefit plan sponsors, providers & financials.
- **[US Banks & Credit Unions Scraper](https://apify.com/scrapesage/us-banks-credit-unions-scraper)** — every FDIC bank + NCUA credit union with assets & branch phone.
- **[FMCSA Trucking Scraper](https://apify.com/scrapesage/fmcsa-trucking-scraper)** — motor carriers & brokers with DOT/MC numbers, fleet size & contacts.
- **[EPA ECHO Scraper](https://apify.com/scrapesage/epa-echo-scraper)** — regulated facilities with compliance, violations & penalties.
- **[GSA eLibrary Scraper](https://apify.com/scrapesage/gsa-elibrary-scraper)** — federal Schedule contractors with email, website & set-aside certs.
- **[Nonprofit & IRS 990 Scraper](https://apify.com/scrapesage/nonprofit-990-scraper)** — tax-exempt organizations with financials & officers.
- **[Website Contact Scraper](https://apify.com/scrapesage/website-contact-scraper)** — enrich any company website for emails, phones & socials.

### Tips

- **Whole country**: leave all filters empty to pull the full national directory in one run; then export to CSV/Excel and slice it however you like.
- **Newest plants only**: set `sortBy` to `grantDate` and/or `grantedAfter` to surface recently inspected establishments — the freshest leads.
- **Best prospects first**: `sortBy: "leadScore"` ranks by size, activity mix, export eligibility and recency.
- **Cost control**: each result is one establishment; narrow with state/type/size filters and `maxResults` to keep runs small while testing.

### FAQ

**Where does the data come from?** The official USDA Food Safety and Inspection Service (FSIS) **Meat, Poultry and Egg Product Inspection (MPI) Directory** and its **Establishment Demographic Data** supplement — public open-data files FSIS refreshes at least monthly.

**Do establishments include email addresses?** No. The FSIS directory publishes a **phone number** and full mailing address (not email), so this actor never fabricates one. To add emails, pipe company websites through the **[Website Contact Scraper](https://apify.com/scrapesage/website-contact-scraper)**.

**What does the establishment number mean?** It's the FSIS-assigned grant number. A prefix denotes the program — `M` (meat), `P` (poultry), `V`/`G` (egg products), `I` (import) — and a single facility can hold several (shown joined, e.g. `M46758+P46758`).

**How fresh is the data?** FSIS updates the files at least monthly; the actor always downloads the current version, and `monitorMode` lets you capture only what's new since your last run.

**Can I export to Google Sheets, CSV, or Excel?** Yes — one click in the dataset view, or automatically on every run via the [Google Drive integration](https://docs.apify.com/platform/integrations/drive).

**Is this legal?** The actor collects publicly available US government open data. You are responsible for using it in compliance with applicable laws and FSIS's terms.

### Disclaimer

**This Actor is an independent tool and is not affiliated with, endorsed by, or sponsored by the U.S. Department of Agriculture (USDA) or any government body. All trademarks mentioned are the property of their respective owners.**

The USDA FSIS establishment directory is referenced only in a descriptive, nominative sense - to identify the public data source this Actor collects from. This Actor is not an official product or service of the U.S. Department of Agriculture (USDA) and is not authorised or certified by it. It collects only publicly available records; you are responsible for ensuring your use of that data complies with applicable laws, regulations and the source's own terms of use or reuse conditions.

### Need help?

Open an issue on the actor's **Issues** tab, or visit the [Apify help center](https://help.apify.com/). Feature requests are welcome — this actor is actively maintained.

# Actor input Schema

## `states` (type: `array`):

Filter to one or more US states by 2-letter code (e.g. `TX`, `IA`, `CA`). Leave empty to scrape the whole national directory.

## `cities` (type: `array`):

Filter by city name (case-insensitive, substring match).

## `zipCodes` (type: `array`):

Filter by ZIP code. A 5-digit value matches exactly; a shorter prefix (e.g. `90`) matches a region.

## `counties` (type: `array`):

Filter by county name (case-insensitive, substring match). Only applied when the source provides a county column.

## `establishmentTypes` (type: `array`):

Keep only establishments performing the selected activity. An establishment matches if it does ANY of the chosen activities.

## `species` (type: `array`):

Filter by species handled (case-insensitive substring), e.g. `beef`, `chicken`, `turkey`, `swine`, `lamb`, `catfish`.

## `sizes` (type: `array`):

Filter by FSIS size category (from the demographic supplement). Large = 500+ employees, Small = 10–499, Very Small = under 10 / under $2.5M sales.

## `activitiesContains` (type: `string`):

Free-text filter on the raw activities string (e.g. `ready-to-eat`, `voluntary`, `siluriformes`).

## `companyNameQuery` (type: `string`):

Filter to establishments whose company name or DBA contains this text (case-insensitive).

## `establishmentNumbers` (type: `array`):

Look up specific establishments by their FSIS establishment number (e.g. `M46758`, `P12345`).

## `grantedAfter` (type: `string`):

Keep only establishments whose inspection grant date is on or after this date (YYYY-MM-DD). Great for finding newly inspected plants.

## `grantedBefore` (type: `string`):

Keep only establishments whose grant date is on or before this date (YYYY-MM-DD).

## `withPhoneOnly` (type: `boolean`):

Keep only establishments that publish a phone number.

## `readyToEatOnly` (type: `boolean`):

Keep only establishments that produce ready-to-eat (RTE) products.

## `kosherOnly` (type: `boolean`):

Keep only establishments with a kosher religious-exemption activity.

## `halalOnly` (type: `boolean`):

Keep only establishments with a halal / Islamic religious-exemption activity.

## `cellCulturedOnly` (type: `boolean`):

Keep only establishments handling cell-cultured (lab-grown) meat or poultry.

## `minLeadScore` (type: `integer`):

Keep only establishments with a lead score (0–100) at or above this value.

## `includeDemographics` (type: `boolean`):

Join the FSIS Establishment Demographic Data file to add size category, species and aggregate production info. Recommended (enables size/species filters & richer lead scoring).

## `sortBy` (type: `string`):

Order of the returned records (the cap is applied after sorting).

## `maxResults` (type: `integer`):

Maximum number of establishment records to return. The full national directory is roughly 7,000 establishments.

## `deduplicateResults` (type: `boolean`):

Drop duplicate establishments (by establishment number) within a run.

## `monitorMode` (type: `boolean`):

Remember establishments seen in previous runs (per Monitor key) and only output NEW or changed ones (new plant, new activity, status/size change). Ideal with Apify Schedules for a fresh-leads feed. Works independently of the platform scheduler.

## `monitorKey` (type: `string`):

Names the saved monitor state, so different filter sets keep separate memories. Use a distinct key per saved search.

## `proxyConfiguration` (type: `object`):

Proxy settings. The FSIS open-data files are public and download fine without a proxy (the default). If a run is blocked, enable Apify Proxy — the actor automatically escalates to US residential when needed.

## Actor input object example

```json
{
  "states": [
    "IA"
  ],
  "withPhoneOnly": false,
  "readyToEatOnly": false,
  "kosherOnly": false,
  "halalOnly": false,
  "cellCulturedOnly": false,
  "includeDemographics": true,
  "sortBy": "grantDate",
  "maxResults": 1000,
  "deduplicateResults": true,
  "monitorMode": false,
  "monitorKey": "default",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

# Actor output Schema

## `results` (type: `string`):

All scraped establishment records in the default dataset.

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "states": [
        "IA"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("scrapesage/fsis-establishment-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = { "states": ["IA"] }

# Run the Actor and wait for it to finish
run = client.actor("scrapesage/fsis-establishment-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "states": [
    "IA"
  ]
}' |
apify call scrapesage/fsis-establishment-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,scrapesage/fsis-establishment-scraper"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/zYuHRlPKhm372TLda/builds/HfGlITxKnINRHNA5P/openapi.json
