# Houston Ship Channel EPA TRI Release Rollup

**Use case:** 

Deer Park, Pasadena and Baytown parcels with nearby EPA TRI facilities and their reported on-site air, water, injection and land release totals.

## Input

```json
{
  "assets": [
    {
      "lat": 29.7266,
      "lon": -95.2431,
      "label": "Deer Park TX parcel"
    },
    {
      "lat": 29.6911,
      "lon": -95.2091,
      "label": "Pasadena TX parcel"
    },
    {
      "lat": 29.7355,
      "lon": -94.9774,
      "label": "Baytown TX parcel"
    }
  ],
  "radiusMiles": 3,
  "reportingYear": 2023,
  "includeCountyTier": true,
  "maxFacilitiesPerAsset": 15
}
```

## Output

```json
{
  "row_type": {
    "label": "Row type",
    "format": "string"
  },
  "asset_label": {
    "label": "Site label",
    "format": "string"
  },
  "match_tier": {
    "label": "Match tier",
    "format": "string"
  },
  "distance_miles": {
    "label": "Distance (mi)",
    "format": "number"
  },
  "facility_name": {
    "label": "Facility name",
    "format": "string"
  },
  "city_name": {
    "label": "City",
    "format": "string"
  },
  "state_abbr": {
    "label": "State",
    "format": "string"
  },
  "reporting_year": {
    "label": "TRI reporting year",
    "format": "number"
  },
  "onsite_release_total_lbs": {
    "label": "On-site releases (lb)",
    "format": "number"
  },
  "air_total_lbs": {
    "label": "Air releases (lb)",
    "format": "number"
  },
  "water_lbs": {
    "label": "Surface water (lb)",
    "format": "number"
  },
  "land_total_lbs": {
    "label": "Land releases (lb)",
    "format": "number"
  },
  "underground_injection_total_lbs": {
    "label": "Underground injection (lb)",
    "format": "number"
  },
  "top_chemical_name": {
    "label": "Top chemical",
    "format": "string"
  },
  "release_screen_level": {
    "label": "Release screen",
    "format": "string"
  },
  "release_total_basis": {
    "label": "Total basis",
    "format": "string"
  },
  "onsite_release_total_is_complete": {
    "label": "Total is complete",
    "format": "boolean"
  },
  "data_complete": {
    "label": "Data complete",
    "format": "boolean"
  }
}
```

## About this Actor

This example demonstrates how to use [EPA TRI Toxic Release Rollup by Radius - Site Screener](https://apify.com/malonestar/epa-tri-facility-release-rollup) with a specific input configuration. Visit the [Actor detail page](https://apify.com/malonestar/epa-tri-facility-release-rollup) to learn more, explore other use cases, and run it yourself.


## 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.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **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 full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/malonestar/epa-tri-facility-release-rollup.md

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).
