# EPA Toxic Release Inventory Scraper (`parseforge/epa-tri-scraper`) Actor

Scrape EPA Toxic Release Inventory (TRI) facility data. Get facility names, addresses, contacts, parent companies, and coordinates for 48,000+ regulated facilities. Filter by state with 49 data fields per record.

- **URL**: https://apify.com/parseforge/epa-tri-scraper.md
- **Developed by:** [ParseForge](https://apify.com/parseforge) (community)
- **Categories:** Developer tools, Automation, Other
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, NaN bookmarks
- **User rating**: No ratings yet

## Pricing

from $7.00 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

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

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
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.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use 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

![ParseForge Banner](https://raw.githubusercontent.com/ParseForge/apify-assets/main/banner.jpg)

## 🌿 EPA Toxic Release Inventory Scraper

Whether you're an environmental researcher tracking pollution sources, a compliance officer monitoring facilities, or a data journalist investigating toxic releases in your community, this tool makes it easy to collect structured environmental data from the EPA.

> **The EPA TRI Scraper collects facility records, toxic release quantities, and EPA program registrations. Filter by state and dataset to get environmental compliance data with contacts, coordinates, parent companies, and more.**

### ✨ What Does It Do

- 🏭 **Facility records** - collect TRI facility data with 48+ fields including names, addresses, contacts, and coordinates
- ☣️ **Release quantities** - extract toxic chemical release data reported by facilities across the country
- 📋 **Program registrations** - get EPA program enrollment details for regulated facilities with 50+ fields
- 📍 **Geographic filtering** - narrow results to a specific state using standard 2-letter codes
- 🏢 **Parent company data** - identify corporate ownership behind individual facilities
- 📊 **Multiple datasets** - choose from three different EPA data collections in a single tool

### 🔧 Input

- **Max Items** - how many records to collect (free users get 10 items, paid users up to 1,000,000)
- **Dataset** - which EPA dataset to query: TRI Facilities, Release Quantities, or EPA Program Registrations
- **State** - filter by 2-letter state code (e.g., CA, TX, NY)

```json
{
    "maxItems": 100,
    "dataset": "facilities",
    "state": "CA"
}
````

### 📊 Output

Each record includes detailed environmental compliance fields. Download as JSON, CSV, or Excel.

| Field | Description |
|-------|-------------|
| FACILITY\_NAME | Name of the reporting facility |
| STREET\_ADDRESS | Facility street address |
| CITY\_NAME | City where the facility is located |
| STATE\_ABBR | Two-letter state code |
| ZIP\_CODE | Facility ZIP code |
| COUNTY\_NAME | County name |
| LATITUDE | Geographic latitude |
| LONGITUDE | Geographic longitude |
| PRIMARY\_SIC\_CODE | Standard Industrial Classification code |
| PARENT\_CO\_NAME | Parent company name |
| FACILITY\_PHONE | Facility contact phone number |
| scrapedAt | Timestamp when the record was collected |

```json
{
    "FACILITY_NAME": "ACME CHEMICAL PLANT",
    "STREET_ADDRESS": "1234 INDUSTRIAL BLVD",
    "CITY_NAME": "LOS ANGELES",
    "STATE_ABBR": "CA",
    "ZIP_CODE": "90001",
    "COUNTY_NAME": "LOS ANGELES",
    "LATITUDE": 33.9425,
    "LONGITUDE": -118.2551,
    "PRIMARY_SIC_CODE": "2819",
    "PARENT_CO_NAME": "ACME CORP",
    "FACILITY_PHONE": "2135551234",
    "scrapedAt": "2026-04-09T12:00:00.000Z"
}
```

### 💎 Why Choose the EPA TRI Scraper?

| Feature | Our Tool | Manual EPA Search |
|---------|----------|------------------|
| Batch collection | Up to 1M records | Browse one at a time |
| State filtering | Instant results by state | Slow form navigation |
| Three datasets | Facilities, releases, programs | Separate portals |
| Structured output | JSON, CSV, Excel | Clunky downloads |
| Automated scheduling | Daily/weekly monitoring | Manual visits |
| GPS coordinates | Latitude and longitude included | Not always visible |

### 📋 How to Use

1. **Sign Up** - [Create a free account w/ $5 credit](https://console.apify.com/sign-up?fpr=vmoqkp)
2. **Configure** - pick your dataset, set a state filter, and choose how many records you want
3. **Run It** - click "Start" and get structured environmental data in seconds

No coding, no setup, no manual browsing required.

### 🎯 Business Use Cases

- 🌍 **Environmental researchers** - analyze facility locations, pollution sources, and chemical release patterns by state
- 🏛️ **Compliance officers** - monitor regulated facilities and their EPA program enrollments
- 📰 **Journalists** - investigate which companies report toxic releases in specific communities
- 📊 **Data analysts** - build maps and dashboards of environmental risk using facility coordinates
- 🏗️ **Real estate professionals** - assess environmental risk near properties by checking nearby TRI facilities
- 🔬 **Public health researchers** - correlate toxic release data with health outcomes in affected regions

### ❓ FAQ

🌿 **What is the EPA Toxic Release Inventory?**
The TRI is a program where U.S. industrial facilities report the amounts of toxic chemicals they release into the environment each year. It covers thousands of facilities across all 50 states.

📋 **What's the difference between the three datasets?**
"Facilities" gives you location, contact, and corporate ownership data. "Releases" provides toxic chemical quantities reported. "Programs" shows which EPA regulatory programs each facility participates in.

🗺️ **Can I filter by city or ZIP code?**
Currently, filtering is available by state. You can download state-level data and filter by city or ZIP in your spreadsheet or application.

⏱️ **How long does a run take?**
About 100 records per second. A full state dataset of several thousand facilities typically completes in under a minute.

### 🔗 Integrate EPA TRI Scraper with any app

- [Make](https://docs.apify.com/platform/integrations/make) - Automate environmental monitoring workflows
- [Zapier](https://docs.apify.com/platform/integrations/zapier) - Get alerts for new facility data
- [Slack](https://docs.apify.com/platform/integrations/slack) - Get notified in your team channel
- [Google Drive](https://docs.apify.com/platform/integrations/drive) - Export environmental data to spreadsheets
- [Webhooks](https://docs.apify.com/platform/integrations/webhooks) - Trigger actions when runs complete

### 💡 Recommended Actors

Looking for more government and environmental data tools? Check out these related actors:

| Actor | Description | Link |
|-------|-------------|------|
| Grants.gov Scraper | Collect federal grant opportunities including EPA grants | [Link](https://apify.com/parseforge/grants-gov-scraper) |
| GSA eLibrary Scraper | Collect government contract data from GSA | [Link](https://apify.com/parseforge/gsa-elibrary-scraper) |
| FAA Aircraft Registry Scraper | Extract aircraft registration data | [Link](https://apify.com/parseforge/faa-aircraft-registry-scraper) |
| FINRA BrokerCheck Scraper | Look up broker registration data | [Link](https://apify.com/parseforge/finra-brokercheck-scraper) |
| USASpending Scraper | Gather federal spending and award data | [Link](https://apify.com/parseforge/usaspending-scraper) |

**Pro Tip:** Browse our complete collection of [data collection actors](https://apify.com/parseforge) to find the perfect tool for your needs.

### 🆘 Need Help?

- Check the FAQ section above for common questions
- Visit the [Apify documentation](https://docs.apify.com) for platform guides
- Contact us at [Tally contact form](https://tally.so/r/BzdKgA)

### ⚠️ Disclaimer

> This Actor is an independent tool and is not affiliated with, endorsed by, or connected to the U.S. Environmental Protection Agency (EPA) or any government agency. It accesses only publicly available data.

# Actor input Schema

## `maxItems` (type: `integer`):

Free users: Limited to 10 records. Paid users: Optional, max 1,000,000

## `dataset` (type: `string`):

Which EPA dataset to query.

## `state` (type: `string`):

Filter by 2-letter state code (e.g. CA, TX, NY).

## Actor input object example

```json
{
  "maxItems": 10,
  "dataset": "facilities"
}
```

# Actor output Schema

## `overview` (type: `string`):

No description

# 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 = {
    "maxItems": 10,
    "dataset": "facilities"
};

// Run the Actor and wait for it to finish
const run = await client.actor("parseforge/epa-tri-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 = {
    "maxItems": 10,
    "dataset": "facilities",
}

# Run the Actor and wait for it to finish
run = client.actor("parseforge/epa-tri-scraper").call(run_input=run_input)

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

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

```

## CLI example

```bash
echo '{
  "maxItems": 10,
  "dataset": "facilities"
}' |
apify call parseforge/epa-tri-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=parseforge/epa-tri-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "EPA Toxic Release Inventory Scraper",
        "description": "Scrape EPA Toxic Release Inventory (TRI) facility data. Get facility names, addresses, contacts, parent companies, and coordinates for 48,000+ regulated facilities. Filter by state with 49 data fields per record.",
        "version": "1.0",
        "x-build-id": "yobQRiSsw8cG5pahg"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/parseforge~epa-tri-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-parseforge-epa-tri-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/parseforge~epa-tri-scraper/runs": {
            "post": {
                "operationId": "runs-sync-parseforge-epa-tri-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/parseforge~epa-tri-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-parseforge-epa-tri-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "properties": {
                    "maxItems": {
                        "title": "Max Items",
                        "minimum": 1,
                        "maximum": 1000000,
                        "type": "integer",
                        "description": "Free users: Limited to 10 records. Paid users: Optional, max 1,000,000"
                    },
                    "dataset": {
                        "title": "Dataset",
                        "enum": [
                            "facilities",
                            "releases",
                            "programs"
                        ],
                        "type": "string",
                        "description": "Which EPA dataset to query."
                    },
                    "state": {
                        "title": "State",
                        "type": "string",
                        "description": "Filter by 2-letter state code (e.g. CA, TX, NY)."
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
