# TRI Facility (Toxics Release Inventory) EPA Envirofacts

**Use case:** 

Extract EPA Envirofacts Facilities data filtered by TRI Facility (Toxics Release Inventory). Export structured results ready for analysis, lead generation, or

## Input

```json
{
  "table": "tri.tri_facility",
  "maxItems": 10
}
```

## Output

```json
{
  "facilityId": {
    "label": "🆔 Facility ID",
    "format": "text"
  },
  "name": {
    "label": "🏭 Name",
    "format": "text"
  },
  "address": {
    "label": "📍 Address",
    "format": "text"
  },
  "city": {
    "label": "🏙️ City",
    "format": "text"
  },
  "state": {
    "label": "🗺️ State",
    "format": "text"
  },
  "zip": {
    "label": "📮 ZIP",
    "format": "text"
  },
  "latitude": {
    "label": "🌐 Latitude",
    "format": "text"
  },
  "longitude": {
    "label": "🌐 Longitude",
    "format": "text"
  },
  "naics": {
    "label": "🏷️ NAICS",
    "format": "text"
  },
  "programs": {
    "label": "📋 Programs",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [EPA Envirofacts Facilities Scraper](https://apify.com/parseforge/epa-envirofacts-facilities-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/epa-envirofacts-facilities-scraper) to learn more, explore other use cases, and run it yourself.