# Past 24 hours (national, 30-min steps) UK Carbon Intensity

**Use case:** 

Extract UK Carbon Intensity data filtered by Past 24 hours (national, 30-min steps). Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "mode": "past-24h",
  "regionFilter": "all",
  "postcode": "",
  "includeGenerationMix": true,
  "maxItems": 10
}
```

## Output

```json
{
  "from": {
    "label": "🕒 Period Start",
    "format": "text"
  },
  "to": {
    "label": "🕒 Period End",
    "format": "text"
  },
  "forecastGCO2PerKwh": {
    "label": "📊 Forecast (gCO2/kWh)",
    "format": "number"
  },
  "actualGCO2PerKwh": {
    "label": "📊 Actual (gCO2/kWh)",
    "format": "number"
  },
  "intensityIndex": {
    "label": "🚦 Intensity Index",
    "format": "text"
  },
  "regionId": {
    "label": "🆔 Region ID",
    "format": "number"
  },
  "regionName": {
    "label": "📍 Region Name",
    "format": "text"
  },
  "dnoOperator": {
    "label": "🏢 DNO Operator",
    "format": "text"
  },
  "shortName": {
    "label": "🏷️ Region Short Name",
    "format": "text"
  },
  "generationMix": {
    "label": "📦 Generation Mix",
    "format": "array"
  },
  "fuel": {
    "label": "🏷️ Fuel",
    "format": "text"
  },
  "fuelLabel": {
    "label": "🏷️ Fuel Label",
    "format": "text"
  },
  "percentage": {
    "label": "📊 Percentage",
    "format": "number"
  },
  "scope": {
    "label": "📂 Scope",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [UK Carbon Intensity Scraper](https://apify.com/parseforge/carbon-intensity-uk-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/carbon-intensity-uk-scraper) to learn more, explore other use cases, and run it yourself.