# ENTSO E European Power Market   Prices & Generation — Full E

**Use case:** 

Scrape the full entso-e european power market - prices & generation dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract entso-e european power market - prices & generation for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "datasetType": "day_ahead_price",
  "biddingZones": [],
  "periodFrom": "",
  "periodTo": "",
  "maxItems": 200
}
```

## Output

```json
{
  "bidding_zone_label": {
    "label": "Bidding Zone Label",
    "format": "string"
  },
  "period_start": {
    "label": "Period Start",
    "format": "string"
  },
  "period_end": {
    "label": "Period End",
    "format": "string"
  },
  "price_eur_per_mwh": {
    "label": "Price Eur Per Mwh",
    "format": "number"
  },
  "resolution": {
    "label": "Resolution",
    "format": "string"
  },
  "market": {
    "label": "Market",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [ENTSO-E European Power Market Scraper - Prices & Generation](https://apify.com/jungle_synthesizer/entsoe-european-power-market-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/entsoe-european-power-market-scraper) to learn more, explore other use cases, and run it yourself.