# Ohio Valley Power Plant GHG Emissions Screen

**Use case:** 

Ready-to-run EPA GHGRP screen of Ohio Valley power plants: reported direct CO2e, subpart detail, parent company ownership and state emissions rank.

## Input

```json
{
  "states": [
    "OH",
    "PA",
    "WV",
    "KY",
    "IN"
  ],
  "startYear": 2022,
  "endYear": 2023,
  "naicsPrefix": "2211",
  "minCo2e": 0,
  "directEmittersOnly": true,
  "includeTrend": false,
  "includeWithheldReporters": false,
  "strictCompleteness": true,
  "maxResults": 250
}
```

## Output

```json
{
  "top_emitter_rank": {
    "label": "Top-emitter rank",
    "format": "integer"
  },
  "facility_name": {
    "label": "Facility name",
    "format": "string"
  },
  "parent_company_primary": {
    "label": "Primary parent company",
    "format": "string"
  },
  "facility_role": {
    "label": "Facility role",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "county": {
    "label": "County",
    "format": "string"
  },
  "naics_code": {
    "label": "NAICS code",
    "format": "string"
  },
  "latest_year_co2e_tonnes": {
    "label": "Latest-year CO2e (t)",
    "format": "number"
  },
  "latest_year_supplier_co2e_tonnes": {
    "label": "Latest-year supplier CO2e (t)",
    "format": "number"
  },
  "latest_year_biogenic_co2_tonnes": {
    "label": "Latest-year biogenic CO2 (t)",
    "format": "number"
  },
  "prior_year_co2e_tonnes": {
    "label": "Prior-year CO2e (t)",
    "format": "number"
  },
  "yoy_delta_co2e": {
    "label": "YoY delta CO2e (t)",
    "format": "number"
  },
  "yoy_pct": {
    "label": "YoY %",
    "format": "number"
  },
  "latest_year_ch4_co2e_tonnes": {
    "label": "Latest-year methane (t CO2e)",
    "format": "number"
  },
  "largest_sector_name": {
    "label": "Largest sector",
    "format": "string"
  },
  "subparts_reported": {
    "label": "Subparts reported (derived)",
    "format": "string"
  },
  "national_share_pct": {
    "label": "National share (%)",
    "format": "number"
  },
  "data_complete": {
    "label": "Data complete",
    "format": "boolean"
  },
  "asset_label": {
    "label": "Asset label",
    "format": "string"
  },
  "emitters_within_radius": {
    "label": "Emitters within radius",
    "format": "integer"
  },
  "total_nearby_direct_co2e_tonnes": {
    "label": "Total nearby direct CO2e (t)",
    "format": "number"
  },
  "nearest_facility_name": {
    "label": "Nearest facility name",
    "format": "string"
  },
  "nearest_distance_miles": {
    "label": "Nearest distance (mi)",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [EPA GHGRP Emitter Screener — Facility CO2e, Gases & Trend](https://apify.com/malonestar/epa-ghgrp-emitter-screener) with a specific input configuration. Visit the [Actor detail page](https://apify.com/malonestar/epa-ghgrp-emitter-screener) to learn more, explore other use cases, and run it yourself.