VOOZH about

URL: https://apify.com/jungle_synthesizer/ember-electricity-data-scraper

โ‡ฑ Ember Electricity Data Scraper - Generation, CO2 Intensity ยท Apify


๐Ÿ‘ Ember Electricity Data Scraper - Generation, CO2 Intensity avatar

Ember Electricity Data Scraper - Generation, CO2 Intensity

Pricing

Pay per event

Go to Apify Store

Ember Electricity Data Scraper - Generation, CO2 Intensity

Pull country-level electricity data from Ember โ€” generation TWh by fuel, capacity GW, CO2 intensity gCO2/kWh, demand across ~250 countries. Yearly (1985+) and monthly (2010+). The leading free substitute for IEA's paywalled Electricity Information dataset. No auth.

Pricing

Pay per event

Rating

0.0

(0)

Developer

๐Ÿ‘ BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

18 hours ago

Last modified

Share

Ember Global Electricity Data Scraper

Pull country-level electricity-sector data from Ember, the leading independent global electricity think tank. Returns generation by fuel (TWh), capacity (GW), CO2 emissions (MtCO2), CO2 intensity (gCO2/kWh), and demand for ~250 countries โ€” yearly back to 1985, monthly back to 2010. The closest free substitute for the IEA's paywalled Electricity Information product.


Ember Scraper Features

  • Streams four Ember CSV datasets: yearly global, yearly EU, monthly global, monthly EU
  • Returns 14 fields per record: country, ISO-3 code, continent, year, month, category, subcategory, variable, unit, value, source dataset
  • Filters by period type (yearly, monthly, or both), geographic scope (global, Europe, or both), country list, year range, and variable name
  • Covers ~250 countries plus Ember regional groupings, EU/OECD/G20/G7/ASEAN aggregates
  • All data published under CC-BY 4.0 โ€” no API key, no auth, no proxy
  • Direct GCS download via stream-parsed CSV โ€” fast and cheap
  • Pay-per-event pricing tied to records returned

Who Uses Ember Electricity Data?

  • Energy analysts โ€” track fuel-mix shifts (coal vs. gas vs. renewables) across countries year over year
  • Climate researchers โ€” pull CO2 emissions and intensity series for grid decarbonization modeling
  • Policy teams โ€” benchmark national electricity mixes against EU, G20, or OECD aggregates
  • ESG and sustainability reporting โ€” feed gCO2/kWh figures into Scope 2 emissions calculations for facilities in any country
  • Quant funds and traders โ€” wire generation, demand, and capacity series into utility-sector models without paying IEA subscription rates
  • Journalists and policy writers โ€” cite Ember's open-license data for reporting on the energy transition

How Ember Scraper Works

  1. You pick a period type, geographic scope, and optionally a country list, year range, and variable filter.
  2. The scraper downloads the matching Ember CSV(s) directly from Ember's public GCS bucket โ€” no API key, no rate limiting.
  3. Each CSV row is parsed in stream, filtered against your inputs, and normalized into a single output schema with year, month, and source-dataset fields.
  4. Records are emitted up to your maxItems cap, batched in groups of 500 for efficient downstream consumption.

Input

CO2 intensity for Germany and France, 2015 to 2024:

{
"periodType":"yearly",
"scope":"europe",
"countries":["Germany","France"],
"variables":["CO2 intensity"],
"yearFrom":2015,
"yearTo":2024,
"maxItems":0
}

Global monthly generation since 2020:

{
"periodType":"monthly",
"scope":"global",
"yearFrom":2020,
"yearTo":2026,
"variables":["Generation"],
"maxItems":0
}

Everything Ember has on India:

{
"periodType":"both",
"scope":"global",
"countries":["India","IND"],
"maxItems":0
}
FieldTypeDefaultDescription
periodTypestring"yearly"Period granularity: yearly, monthly, or both
scopestring"global"Geographic scope: global (~250 countries), europe (EU + wider Europe with more detail), or both
countriesarray[]Country names or ISO-3 codes to include. Empty = all countries.
yearFrominteger2010Earliest year (inclusive). Yearly data starts 1985; monthly starts 2010.
yearTointeger2024Latest year (inclusive)
variablesarray[]Variable names to include (e.g. "CO2 intensity", "Generation", "Share of generation"). Empty = all.
maxItemsinteger10Maximum number of records to return. 0 = no limit.

Ember Scraper Output Fields

{
"country":"Germany",
"country_iso3":"DEU",
"continent":"Europe",
"ember_region":"Europe",
"period_type":"yearly",
"year":2023,
"month":null,
"category":"Power sector emissions",
"subcategory":null,
"variable":"CO2 intensity",
"unit":"gCO2/kWh",
"value":381.4,
"source_dataset":"ember-yearly-eu"
}
FieldTypeDescription
countrystringCountry or region name (e.g. "Germany", "European Union")
country_iso3stringISO-3 country code (e.g. "DEU")
continentstringContinent (e.g. "Europe", "Asia")
ember_regionstringEmber's regional grouping (e.g. "Europe", "Latin America and Caribbean")
period_typestringyearly or monthly
yearintegerYear (e.g. 2023)
monthintegerMonth 1-12 for monthly rows, null for yearly rows
categorystringData category (e.g. "Electricity generation", "Capacity", "Electricity demand")
subcategorystringFuel or subcategory (e.g. "Coal", "Gas", "Solar", "Wind", "Hydro", "Nuclear", "Clean", "Fossil")
variablestringMetric name (e.g. "Generation", "Share of generation", "CO2 intensity", "Demand")
unitstringUnit of measurement (TWh, GW, gCO2/kWh, MtCO2, %, MWh)
valuenumberNumeric value in the indicated unit
source_datasetstringSource dataset: ember-yearly-global, ember-yearly-eu, ember-monthly-global, or ember-monthly-eu

FAQ

How do I get electricity generation data by country?

Ember Scraper accepts a country list (names or ISO-3 codes), a year range, and an optional variable filter. Run it and you get one record per country-year-fuel-variable combination. Generation, capacity, CO2 emissions, CO2 intensity, and demand all come from the same run.

Does Ember Scraper need an API key or proxies?

No. Ember publishes its full-release CSV datasets publicly under CC-BY 4.0. The scraper hits Ember's GCS bucket directly โ€” no auth, no rate limit, no proxy.

What is the difference between Ember and IEA electricity data?

Ember Scraper pulls from Ember's annual and monthly global electricity datasets, which cover roughly the same surface as the IEA's Electricity Information product. Ember's data is free and CC-BY licensed. The IEA's equivalent costs several thousand dollars per year. Coverage differs slightly โ€” Ember leans toward power sector and emissions; IEA covers a broader energy balance โ€” but for grid-level generation, capacity, and CO2 work, they overlap heavily.

How far back does the data go?

Ember Scraper covers yearly data back to 1985 and monthly data back to 2010, for both global (~250 countries) and Europe (more granular EU coverage) datasets.

Can I get just one fuel type, like solar or coal?

Ember Scraper organizes fuel breakdowns under the subcategory field. Filter the output dataset by subcategory after the run โ€” Solar, Coal, Gas, Nuclear, Wind, Hydro, Clean, Fossil, and a few more โ€” or use the variables input to narrow the variable axis (e.g. Generation only).

What attribution is required?

Ember publishes under CC-BY 4.0, so attribute Ember as the data source in any published work. The exact citation Ember requests is on their site โ€” typically "Source: Ember" with a link to ember-energy.org is sufficient.


Need More Features?

Need custom fields, filters, or a different target site? File an issue or get in touch.

Why Use Ember Scraper?

  • Free substitute for IEA Electricity Information โ€” Generation by fuel, capacity, CO2 intensity, and demand for ~250 countries, without the IEA subscription cost.
  • CSV streamed direct from source โ€” No HTML scraping, no rate limits, no auth โ€” the actor downloads Ember's published CSVs and parses them in stream, so a full pull is cheap and fast.
  • One unified schema across four datasets โ€” Yearly global, yearly EU, monthly global, and monthly EU collapse into the same field structure, with source_dataset and period_type so you can recombine or split however you want.

You might also like

Carbon Intensity API โ€” Global Grid CO2 Data

jenko_systems/carbon-intensity-api

Real-time and historical carbon intensity (gCO2eq/kWh) for 45+ countries/regions. Built from raw grid operator data (ENTSO-E, EIA, NESO, ONS) with lifecycle and consumption-based calculations following IPCC AR6 and the ECON-PowerCI methodology (Nature 2025).

2

Spain Electricity Market Prices 3$/1,000 records

pv_maps/pv-maps-market-prices

Hourly electricity market prices (Day-Ahead, IDA1-3, ICM, mFRR, RR) from the Spanish system

UK Carbon Intensity Scraper

parseforge/carbon-intensity-uk-scraper

Export the UK National Grid carbon intensity feed in gCO2/kWh. Pull the current half-hour, the past 24 hours, a custom date range, the regional breakdown for all 14 GB DNO regions, or the live generation mix by fuel source (wind, solar, nuclear, gas, biomass, hydro, imports).

EDGAR JRC Global GHG Emissions Database Scraper

jungle_synthesizer/edgar-jrc-ghg-emissions-database-scraper

Pull country, sector, gas, and year GHG emissions from EU JRC EDGAR โ€” the most-cited global GHG dataset (IPCC AR6, EU Green Deal). CO2, CH4, N2O, F-gases and AR5 CO2e totals 1970-2023. Includes IEA-EDGAR CO2 fuel-combustion subset. No auth or proxy needed.

๐Ÿ‘ User avatar

BowTiedRaccoon

2

OpenEI Utility Rates Scraper

parseforge/openei-utility-rates-scraper

Scrape US electricity utility rate structures from OpenEI. Get tiered pricing, time-of-use schedules, demand charges, fixed fees, and energy rate breakdowns for 150+ utilities covering 70% of US electricity load. Essential for solar ROI and EV charging analysis.

GlobalPetrolPrices Fuel Prices Scraper

automation-lab/globalpetrolprices-fuel-prices-scraper

โ›ฝ Scrape public GlobalPetrolPrices country fuel price tables for gasoline, diesel, LPG, and electricity into clean datasets.

๐Ÿ‘ User avatar

Stas Persiianenko

2

Energi Data Service Scraper - Nordic Power & Balancing

jungle_synthesizer/energidataservice-nordic-power-scraper

Pull electricity and gas data from Energinet API (Denmark TSO). Covers Day-Ahead spot prices (DK1/DK2/DE/NO/SE), production by technology (wind, solar, central), consumption by industry, balancing-market clearing (FCR, aFRR, mFRR), cross-border exchanges, real-time CO2 and gas-flow data.

๐Ÿ‘ User avatar

BowTiedRaccoon

2

ENTSO-E European Power Market Scraper - Prices & Generation

jungle_synthesizer/entsoe-european-power-market-scraper

Pull EU electricity-market data from the ENTSO-E Transparency Platform: day-ahead prices, load, generation by fuel type (nuclear, gas, wind, solar, hydro), cross-border flows, outages. All 61 EU bidding zones. No API key or signup โ€” pick a dataset, zones, and date range.

๐Ÿ‘ User avatar

BowTiedRaccoon

3