# Elexon BMRS UK Generation Scraper June 2026

**Use case:** 

Scrape UK electricity generation by fuel type from Elexon BMRS with PSR type, quantity in MW, business type, and settlement period. Export to CSV.

## Input

```json
{
  "from": "2026-06-06T00:00Z",
  "to": "2026-06-06T06:00Z",
  "maxItems": 50
}
```

## Output

```json
{
  "psrType": {
    "label": "⚡ Fuel Type",
    "format": "text"
  },
  "quantityMw": {
    "label": "🔌 Quantity (MW)",
    "format": "number"
  },
  "businessType": {
    "label": "🏭 Business Type",
    "format": "text"
  },
  "settlementPeriod": {
    "label": "🔢 Settlement Period",
    "format": "number"
  },
  "startTime": {
    "label": "🕒 Start Time",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Elexon BMRS GB Generation Scraper](https://apify.com/parseforge/elexon-bmrs-generation-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/elexon-bmrs-generation-scraper) to learn more, explore other use cases, and run it yourself.