# Elering Nord Pool Estonia (EE) Prices Scraper

**Use case:** 

Scrape Nord Pool day-ahead spot prices for Estonia bidding zone: zone, zoneName, isoTime, unixTimestamp, priceEurMwh, priceEurKwh. Export to JSON or CSV.

## Input

```json
{
  "start": "2026-06-01",
  "end": "2026-06-08",
  "zones": [
    "ee"
  ],
  "maxItems": 50
}
```

## Output

```json
{
  "zone": {
    "label": "🌍 Zone",
    "format": "text"
  },
  "zoneName": {
    "label": "🏳 Zone Name",
    "format": "text"
  },
  "isoTime": {
    "label": "🕰 ISO Time",
    "format": "text"
  },
  "unixTimestamp": {
    "label": "⏱ Unix",
    "format": "number"
  },
  "priceEurMwh": {
    "label": "💶 EUR/MWh",
    "format": "number"
  },
  "priceEurKwh": {
    "label": "💡 EUR/kWh",
    "format": "number"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Elering Nord Pool Electricity Prices Scraper](https://apify.com/parseforge/elering-nordpool-prices-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/elering-nordpool-prices-scraper) to learn more, explore other use cases, and run it yourself.