# TRI Facilities (48 fields) EPA Toxic Release Inventory

**Use case:** 

Extract EPA Toxic Release Inventory data filtered by TRI Facilities (48 fields). Export structured results ready for analysis, lead generation, or research.

## Input

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

## Output

```json
{
  "facility_name": {
    "label": "Facility",
    "format": "text"
  },
  "street_address": {
    "label": "Address",
    "format": "text"
  },
  "city_name": {
    "label": "City",
    "format": "text"
  },
  "county_name": {
    "label": "County",
    "format": "text"
  },
  "state_abbr": {
    "label": "State",
    "format": "text"
  },
  "zip_code": {
    "label": "ZIP",
    "format": "text"
  },
  "region": {
    "label": "Region"
  },
  "fac_closed_ind": {
    "label": "Fac closed ind"
  },
  "parent_co_name": {
    "label": "Parent Company",
    "format": "text"
  },
  "standardized_parent_company": {
    "label": "Standardized parent company"
  },
  "fac_latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "fac_longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "asgn_public_contact": {
    "label": "Contact",
    "format": "text"
  },
  "asgn_public_phone": {
    "label": "Phone",
    "format": "text"
  },
  "asgn_public_contact_email": {
    "label": "Email",
    "format": "text"
  },
  "epa_registry_id": {
    "label": "EPA ID",
    "format": "text"
  },
  "tri_facility_id": {
    "label": "Tri facility id"
  },
  "frs_id": {
    "label": "Frs id"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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