UK Carbon Intensity Scraper - Grid CO2, Fuel Mix, Regions avatar

UK Carbon Intensity Scraper - Grid CO2, Fuel Mix, Regions

Pricing

from $0.50 / 1,000 results

Go to Apify Store
UK Carbon Intensity Scraper - Grid CO2, Fuel Mix, Regions

UK Carbon Intensity Scraper - Grid CO2, Fuel Mix, Regions

$0.5/1K ๐Ÿ”ฅ UK carbon intensity scraper! Grid CO2 forecasts, fuel mix & regional data. No key. JSON, CSV, Excel or API in seconds. Power ESG reporting & smart-charging apps โšก

Pricing

from $0.50 / 1,000 results

Rating

0.0

(0)

Developer

ninhothedev

ninhothedev

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

UK Carbon Intensity Scraper โ€” Grid COโ‚‚, Fuel Mix & Regional Data

Scrape the carbon intensity of the UK electricity grid straight from the official National Grid ESO / Carbon Intensity API โ€” no API key, no login, no proxy required.

Get half-hourly gCOโ‚‚/kWh forecasts and actuals, the live generation fuel mix (wind, solar, gas, nuclear, biomass, hydro, coal, imports), and per-region carbon intensity for all 18 UK DNO areas โ€” as clean, flat rows ready for BI tools, dashboards and ESG models.


What you get

ModeWhat it returnsTypical row count
intensityNational half-hourly carbon intensity (forecast, actual, index)1 (current) or 48 per day
generationNational generation fuel mix, one row per fuel9 per settlement period
regionalCarbon intensity + full fuel mix per DNO region18 per settlement period

All three modes accept an optional date range for historical back-fill.


Use cases

  • ESG & carbon reporting โ€” attribute location-based Scope 2 emissions to the actual half-hour your load ran, instead of an annual grid average.
  • Smart EV / battery charging โ€” shift charging into "low" and "very low" intensity windows, or into the greenest DNO region.
  • Energy apps & dashboards โ€” power a live "how green is the grid right now?" widget with wind/solar share and a colour-coded index.
  • Climate research โ€” build multi-year half-hourly datasets of UK grid carbon intensity and fuel mix for decarbonisation studies.

Input

{
"mode": "regional",
"fromDate": "2026-07-01T00:00Z",
"toDate": "2026-07-02T00:00Z",
"maxItems": 500
}
FieldTypeDefaultDescription
modeselectintensityintensity, generation or regional
fromDatestringโ€“Optional ISO 8601 UTC start, e.g. 2026-07-01T00:00Z
toDatestringโ€“Optional ISO 8601 UTC end. Set both or neither. Max 14 days per run.
maxItemsinteger500Row cap (max 5000)

Leave fromDate / toDate empty to fetch the current settlement period โ€” ideal for a scheduled run every 30 minutes.


Output samples

intensity

{
"type": "intensity",
"period_from": "2026-07-28T11:30:00Z",
"period_to": "2026-07-28T12:00:00Z",
"forecast_gco2_kwh": 48,
"actual_gco2_kwh": 51,
"index": "low",
"source": "carbonintensity",
"scraped_at": "2026-07-28T12:03:35Z"
}

generation

{
"type": "generation",
"period_from": "2026-07-28T11:30:00Z",
"period_to": "2026-07-28T12:00:00Z",
"fuel": "wind",
"percentage": 34.9,
"source": "carbonintensity",
"scraped_at": "2026-07-28T12:03:36Z"
}

regional

{
"type": "regional",
"period_from": "2026-07-28T11:30:00Z",
"period_to": "2026-07-28T12:00:00Z",
"region_id": 1,
"region": "North Scotland",
"dno_region": "Scottish Hydro Electric Power Distribution",
"forecast_gco2_kwh": 0,
"index": "very low",
"top_fuel": "wind",
"top_fuel_pct": 94.6,
"generation_mix": [{ "fuel": "wind", "perc": 94.6 }, { "fuel": "solar", "perc": 5.4 }],
"source": "carbonintensity",
"scraped_at": "2026-07-28T12:03:37Z"
}

The index field uses the official bands: very low, low, moderate, high, very high.


Pricing

Roughly $0.5 per 1,000 rows. A run that fetches the current national intensity costs a fraction of a cent; a full day of regional data (48 periods ร— 18 regions = 864 rows) costs well under a dollar.


Tips

  • Schedule it every 30 minutes to build your own half-hourly time series โ€” the grid settles in 30-minute periods.
  • regional mode is the cheapest way to find the greenest place in the UK to run a flexible workload right now.
  • forecast_gco2_kwh is available for future periods; actual_gco2_kwh fills in retrospectively, so re-scrape recent windows if you need settled values.
  • Data is published by National Grid ESO under the terms of the Carbon Intensity API โ€” check their licence before redistributing.


FAQ

Do I need an API key? No. The Carbon Intensity API is open and free.

Do I need proxies? No. The API is datacenter friendly, so the actor runs without any proxy configuration.

How far back does history go? The upstream API serves data back to 2017, in windows of up to 14 days per request.

How accurate is it? Forecasts come from National Grid ESO's own model; actuals are derived from settlement data.