# Data Center Power Screen - Northern Virginia

**Use case:** 

Screen Northern Virginia data-center sites for nearest transmission line and named substation, generation capacity in radius, serving utility and PJM.

## Input

```json
{
  "assets": [
    {
      "lat": 39.017,
      "lon": -77.46,
      "label": "Ashburn data center alley, VA"
    },
    {
      "lat": 39.006,
      "lon": -77.42,
      "label": "Sterling, VA"
    },
    {
      "lat": 38.75,
      "lon": -77.47,
      "label": "Manassas, VA"
    },
    {
      "lat": 39.116,
      "lon": -77.564,
      "label": "Leesburg, VA"
    }
  ],
  "radiusMiles": 10,
  "includeSubstations": true,
  "includePowerPlants": true,
  "includeUtility": true,
  "includePlanned": false,
  "skipErrorRows": false,
  "maxResults": 500
}
```

## Output

```json
{
  "asset_label": {
    "label": "Asset label",
    "format": "string"
  },
  "grid_tier": {
    "label": "Grid access tier",
    "format": "string"
  },
  "nearest_line_distance_miles": {
    "label": "Nearest line distance (mi)",
    "format": "number"
  },
  "nearest_line_voltage_kv": {
    "label": "Nearest line voltage (kV)",
    "format": "number"
  },
  "nearest_line_volt_class": {
    "label": "Nearest line voltage class",
    "format": "string"
  },
  "nearest_line_owner": {
    "label": "Nearest line owner",
    "format": "string"
  },
  "lines_within_radius": {
    "label": "Lines within radius",
    "format": "integer"
  },
  "sub_transmission_lines_within_radius": {
    "label": "Sub-transmission lines within radius",
    "format": "integer"
  },
  "max_existing_voltage_within_radius_kv": {
    "label": "Max existing line voltage within radius (kV)",
    "format": "number"
  },
  "nearest_substation_name": {
    "label": "Nearest substation name",
    "format": "string"
  },
  "nearest_named_substation_name": {
    "label": "Nearest NAMED substation",
    "format": "string"
  },
  "nearest_substation_distance_miles": {
    "label": "Nearest substation distance (mi)",
    "format": "number"
  },
  "nearest_substation_max_voltage": {
    "label": "Nearest substation max voltage (kV)",
    "format": "number"
  },
  "nearest_substation_line_count": {
    "label": "Nearest substation line count",
    "format": "integer"
  },
  "named_substations_within_radius": {
    "label": "Named substations within radius",
    "format": "integer"
  },
  "substations_within_radius": {
    "label": "Substations within radius",
    "format": "integer"
  },
  "nearest_power_plant_name": {
    "label": "Nearest power plant name",
    "format": "string"
  },
  "nearest_power_plant_distance_miles": {
    "label": "Nearest power plant distance (mi)",
    "format": "number"
  },
  "nearest_power_plant_capacity_mw": {
    "label": "Nearest power plant capacity (MW)",
    "format": "number"
  },
  "nearest_power_plant_fuel": {
    "label": "Nearest power plant fuel",
    "format": "string"
  },
  "power_plants_within_radius": {
    "label": "Power plants within radius",
    "format": "integer"
  },
  "generation_mw_within_radius": {
    "label": "Generation within radius (MW)",
    "format": "number"
  },
  "battery_storage_mw_within_radius": {
    "label": "Battery storage within radius (MW)",
    "format": "number"
  },
  "serving_utility_name": {
    "label": "Serving utility",
    "format": "string"
  },
  "iso_rto": {
    "label": "ISO / RTO",
    "format": "string"
  },
  "balancing_authority_code": {
    "label": "Balancing authority code",
    "format": "string"
  },
  "utility_customers": {
    "label": "Utility customer count",
    "format": "integer"
  },
  "lines_source": {
    "label": "Transmission line source",
    "format": "string"
  },
  "error": {
    "label": "Error",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Transmission Line & Substation Distance API by Coordinates](https://apify.com/malonestar/hifld-grid-proximity-screener) with a specific input configuration. Visit the [Actor detail page](https://apify.com/malonestar/hifld-grid-proximity-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/hifld-grid-proximity-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).
