# EPA ECHO California Facility Scraper

**Use case:** 

Scrape active EPA ECHO CWA facility records in California for compliance, ESG, and due-diligence workflows.

## Input

```json
{
  "state": "CA",
  "activeOnly": true,
  "maxItems": 100
}
```

## Output

```json
{
  "facilityName": {
    "label": "Facility name"
  },
  "sourceId": {
    "label": "EPA/source ID"
  },
  "program": {
    "label": "Program"
  },
  "statute": {
    "label": "Statute"
  },
  "street": {
    "label": "Street"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "stateDistrict": {
    "label": "State district"
  },
  "county": {
    "label": "County"
  },
  "federalAgencyName": {
    "label": "Federal agency"
  },
  "longitude": {
    "label": "Longitude"
  },
  "totalDesignFlow": {
    "label": "Total design flow"
  },
  "percentPeopleOfColor": {
    "label": "% people of color"
  },
  "acsPopulationDensity": {
    "label": "ACS population density"
  },
  "indianCountryFlag": {
    "label": "Indian Country flag"
  },
  "indianSpatialFlag": {
    "label": "Indian spatial flag"
  },
  "effectiveDate": {
    "label": "Effective date"
  },
  "queryId": {
    "label": "ECHO query ID"
  },
  "queryRows": {
    "label": "ECHO query rows"
  },
  "pageNumber": {
    "label": "Page"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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