# AL EPA ECHO Violations | Compliance & Enforcement

**Use case:** 

Extract EPA ECHO Violations | Compliance & Enforcement data filtered by AL. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "state": "AL",
  "mediaType": "all"
}
```

## Output

```json
{
  "registryId": {
    "label": "🔑 Registry ID",
    "format": "text"
  },
  "facilityName": {
    "label": "🏭 Facility",
    "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"
  },
  "federalAgency": {
    "label": "🏛️ Federal Agency",
    "format": "text"
  },
  "epaRegion": {
    "label": "🌎 EPA Region",
    "format": "text"
  },
  "latitude": {
    "label": "📍 Lat",
    "format": "text"
  },
  "longitude": {
    "label": "📍 Lon",
    "format": "text"
  },
  "naicsCodes": {
    "label": "🏷️ NAICS",
    "format": "text"
  },
  "sicCodes": {
    "label": "🏷️ SIC",
    "format": "text"
  },
  "activeFlag": {
    "label": "🟢 Active",
    "format": "text"
  },
  "majorFlag": {
    "label": "⚠️ Major",
    "format": "text"
  },
  "last3YearsInspections": {
    "label": "🔍 Inspections",
    "format": "text"
  },
  "last3YearsViolations": {
    "label": "❌ Violations",
    "format": "text"
  },
  "last5YearsPenaltyAmount": {
    "label": "💰 Penalties",
    "format": "text"
  },
  "echoUrl": {
    "label": "🔗 ECHO URL",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Collected",
    "format": "text"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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