# Pennsylvania Landfill Solar Site Finder API

**Use case:** 

EPA RE-Powering closed landfills in Pennsylvania over 20 acres and within 2 miles of transmission, ranked as utility-scale solar development candidates.

## Input

```json
{
  "states": [
    "PA"
  ],
  "counties": [],
  "cities": [],
  "technologies": [
    "utility_solar"
  ],
  "programCategories": [],
  "landfillOnly": true,
  "abandonedMineLandOnly": false,
  "minAcreage": 20,
  "maxTransmissionDistanceMiles": 2,
  "sortBy": "score_desc",
  "maxResults": 75,
  "simulateOutage": "none"
}
```

## Output

```json
{
  "site_name": {
    "label": "Site name",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "county": {
    "label": "County",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "program": {
    "label": "Cleanup program (verbatim)",
    "format": "string"
  },
  "program_category": {
    "label": "Program category",
    "format": "string"
  },
  "acreage_acres": {
    "label": "Acreage (acres)",
    "format": "number"
  },
  "development_candidate_score": {
    "label": "Development-candidate score (0-100)",
    "format": "number"
  },
  "best_flagged_technology": {
    "label": "Highest-value flagged technology",
    "format": "string"
  },
  "ghi_kwh_m2_day": {
    "label": "Maximum annual GHI (kWh/m2/day)",
    "format": "number"
  },
  "solar_resource_class": {
    "label": "Solar resource class",
    "format": "string"
  },
  "wind_speed_100m_ms": {
    "label": "Wind speed at 100 m (m/s)",
    "format": "number"
  },
  "est_pv_capacity_mw": {
    "label": "EPA estimated PV capacity (MW)",
    "format": "number"
  },
  "est_pv_capacity_is_capped": {
    "label": "PV capacity is at or above EPA's 600 MW plateau",
    "format": "boolean"
  },
  "nearest_interconnection_distance_miles_2022": {
    "label": "Nearest interconnection distance (mi, 2022)",
    "format": "number"
  },
  "transmission_line_kv_2022_screening_estimate": {
    "label": "Nearest transmission voltage (kV, 2022 estimate)",
    "format": "number"
  },
  "is_known_landfill": {
    "label": "Known landfill",
    "format": "boolean"
  },
  "is_abandoned_mine_land": {
    "label": "Abandoned mine land",
    "format": "boolean"
  },
  "latitude": {
    "label": "Latitude (WGS84)",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude (WGS84)",
    "format": "number"
  },
  "epa_repowering_profile_url": {
    "label": "EPA RE-Powering profile URL",
    "format": "string"
  },
  "matched_sites_total": {
    "label": "Sites matching the query",
    "format": "number"
  },
  "results_truncated": {
    "label": "Results truncated",
    "format": "boolean"
  },
  "drift_gate_status": {
    "label": "Drift gate status",
    "format": "string"
  },
  "data_vintage": {
    "label": "Data vintage",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [EPA Brownfield-to-Solar Site Finder - RE-Powering Mapper](https://apify.com/malonestar/epa-repowering-brownfield-to-solar-site-finder) with a specific input configuration. Visit the [Actor detail page](https://apify.com/malonestar/epa-repowering-brownfield-to-solar-site-finder) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/malonestar/epa-repowering-brownfield-to-solar-site-finder.md

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
