# EPA Toxic Release Inventory (TRI) — Full Export

**Use case:** 

Scrape the full epa toxic release inventory (tri) dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract epa toxic release inventory (tri) for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "state": "AZ",
  "chemical": "",
  "reportingYear": 2023,
  "facilityName": "",
  "carcinogenOnly": false,
  "maxItems": 200
}
```

## Output

```json
{
  "facility_name": {
    "label": "Facility Name",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "chemical_name": {
    "label": "Chemical Name",
    "format": "string"
  },
  "total_releases": {
    "label": "Total Releases",
    "format": "number"
  },
  "reporting_year": {
    "label": "Reporting Year",
    "format": "number"
  },
  "carcinogen": {
    "label": "Carcinogen",
    "format": "boolean"
  }
}
```

## About this Actor

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