# Alabama (AL) EPA FRS Facility Registry

**Use case:** 

Extract EPA FRS Facility Registry data filtered by Alabama (AL). Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "stateCode": "AL",
  "programAcronym": "",
  "maxItems": 10
}
```

## Output

```json
{
  "facilityName": {
    "label": "📌 Facility",
    "format": "text"
  },
  "registryId": {
    "label": "🆔 Registry ID",
    "format": "text"
  },
  "streetAddress": {
    "label": "🏠 Street",
    "format": "text"
  },
  "city": {
    "label": "🏙 City",
    "format": "text"
  },
  "stateCode": {
    "label": "🗺 State",
    "format": "text"
  },
  "postalCode": {
    "label": "📮 ZIP",
    "format": "text"
  },
  "countyName": {
    "label": "📍 County",
    "format": "text"
  },
  "programSystemAcronym": {
    "label": "🏷 Program",
    "format": "text"
  },
  "programSystemId": {
    "label": "🔖 Program ID",
    "format": "text"
  },
  "epaRegionCode": {
    "label": "🌎 EPA Region",
    "format": "text"
  },
  "sourceOfData": {
    "label": "🗂 Source",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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