# IRA Energy Community Bonus - Texas & Gulf

**Use case:** 

Ready-to-run IRA energy-community bonus screen for 4 Texas and Gulf Coast energy sites: qualification for the 10% investment/production credit adder.

## Input

```json
{
  "assets": [
    {
      "lat": 31.85,
      "lon": -102.37,
      "label": "Odessa, TX (Permian)"
    },
    {
      "lat": 29.885,
      "lon": -93.94,
      "label": "Port Arthur, TX (refining)"
    },
    {
      "lat": 29.735,
      "lon": -94.977,
      "label": "Baytown, TX (petrochemical)"
    },
    {
      "lat": 31.997,
      "lon": -102.078,
      "label": "Midland, TX (Permian)"
    }
  ],
  "maxAssets": 500
}
```

## Output

```json
{
  "asset_label": {
    "label": "Asset label",
    "format": "string"
  },
  "qualifies_for_ira_energy_community_bonus": {
    "label": "Qualifies for energy-community bonus",
    "format": "boolean"
  },
  "bonus_adder": {
    "label": "Bonus adder",
    "format": "string"
  },
  "in_coal_closure_community": {
    "label": "In coal-closure community",
    "format": "boolean"
  },
  "coal_closure_tract_geoid": {
    "label": "Coal-closure tract GEOID",
    "format": "string"
  },
  "closure_type": {
    "label": "Closure type",
    "format": "string"
  },
  "in_energy_community_msa": {
    "label": "In Fossil Fuel Employment MSA",
    "format": "boolean"
  },
  "county_name": {
    "label": "County name",
    "format": "string"
  },
  "state_name": {
    "label": "State name",
    "format": "string"
  },
  "statistical_area_vintage1_eligible": {
    "label": "Eligible under Vintage 1",
    "format": "boolean"
  },
  "statistical_area_vintage2_eligible": {
    "label": "Eligible under Vintage 2",
    "format": "boolean"
  },
  "energy_community_list_notice": {
    "label": "IRS notice used",
    "format": "string"
  },
  "qualifies_under_prior_list": {
    "label": "Qualified under prior list",
    "format": "boolean"
  },
  "changed_since_prior_list": {
    "label": "Status changed",
    "format": "boolean"
  },
  "partial_result": {
    "label": "Partial result",
    "format": "boolean"
  },
  "determination_basis": {
    "label": "Determination basis",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [IRA Energy Community Bonus Screener — 10% ITC/PTC Adder](https://apify.com/malonestar/ira-energy-community-bonus-screener) with a specific input configuration. Visit the [Actor detail page](https://apify.com/malonestar/ira-energy-community-bonus-screener) 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/ira-energy-community-bonus-screener.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).
