# Cheapest Electricity Plans in Dallas — Real Rates

**Use case:** 

Every Power to Choose plan for Dallas with its EFL PDF parsed: true cost at your usage, energy and TDU charges, bill credits and termination fees.

## Input

```json
{
  "zipCodes": [
    "75201"
  ],
  "parseEfl": true,
  "monthlyUsageKwh": 1200,
  "minTermMonths": 0,
  "maxTermMonths": 0,
  "includePrepaid": true,
  "includeTimeOfUse": true,
  "minRenewablePct": 0,
  "maxPlansPerZip": 0,
  "includeRawEflText": false
}
```

## Output

```json
{
  "provider": {
    "label": "Provider",
    "format": "text"
  },
  "plan_name": {
    "label": "Plan",
    "format": "text"
  },
  "zip_code": {
    "label": "ZIP",
    "format": "text"
  },
  "tdu": {
    "label": "TDU",
    "format": "text"
  },
  "rate_type": {
    "label": "Rate type",
    "format": "text"
  },
  "term_months": {
    "label": "Term (mo)",
    "format": "number"
  },
  "avg_price_1000_cents": {
    "label": "Avg ¢/kWh @1000",
    "format": "number"
  },
  "monthly_cost_1000_usd": {
    "label": "True $/mo @1000",
    "format": "number"
  },
  "energy_charge_cents_per_kwh": {
    "label": "Energy ¢/kWh",
    "format": "number"
  },
  "base_charge_monthly_usd": {
    "label": "Base $/mo",
    "format": "number"
  },
  "early_termination_fee_usd": {
    "label": "ETF $",
    "format": "number"
  },
  "renewable_pct": {
    "label": "Renewable %",
    "format": "number"
  },
  "parse_confidence": {
    "label": "Confidence",
    "format": "text"
  },
  "enroll_url": {
    "label": "Enroll",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Texas Electricity Plans Scraper — Power to Choose + EFL Parser](https://apify.com/silentshadow55/electricity-plans-actor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/silentshadow55/electricity-plans-actor) to learn more, explore other use cases, and run it yourself.