# Latest EPA ECHO Facilities

**Use case:** 

Explore Latest with EPA ECHO Facilities. Run this tested configuration and export structured results as JSON, CSV, or Excel.

## Input

```json
{
  "zipCode": "10001",
  "state": "NY",
  "city": "",
  "facilityName": "",
  "activeOnly": true,
  "inViolationOnly": false,
  "maxResults": 3
}
```

## Output

```json
{
  "registry_id": {
    "label": "Registry Id",
    "format": "text"
  },
  "facility_name": {
    "label": "Facility Name",
    "format": "text"
  },
  "street": {
    "label": "Street",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "zip": {
    "label": "Zip",
    "format": "text"
  },
  "county": {
    "label": "County",
    "format": "text"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "naics_codes": {
    "label": "Naics Codes",
    "format": "text"
  },
  "sic_codes": {
    "label": "Sic Codes",
    "format": "text"
  },
  "active": {
    "label": "Active",
    "format": "text"
  },
  "overall_compliance": {
    "label": "Overall Compliance",
    "format": "text"
  },
  "air_compliance": {
    "label": "Air Compliance",
    "format": "text"
  },
  "water_compliance": {
    "label": "Water Compliance",
    "format": "text"
  },
  "hazardous_waste_compliance": {
    "label": "Hazardous Waste Compliance",
    "format": "text"
  },
  "inspection_count": {
    "label": "Inspection Count",
    "format": "number"
  },
  "last_inspection_date": {
    "label": "Last Inspection Date",
    "format": "date"
  },
  "penalty_count": {
    "label": "Penalty Count",
    "format": "number"
  },
  "echo_report_url": {
    "label": "Echo Report Url",
    "format": "link"
  }
}
```

## About this Actor

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