VOOZH about

URL: https://apify.com/jenko_systems/carbon-intensity-api

⇱ Carbon Intensity API β€” Global Grid CO2 Data Β· Apify


πŸ‘ Carbon Intensity API β€” Global Grid CO2 Data avatar

Carbon Intensity API β€” Global Grid CO2 Data

Pricing

$99.00 / 1,000 results

Go to Apify Store

Carbon Intensity API β€” Global Grid CO2 Data

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).

Pricing

$99.00 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ Jenko Systems

Jenko Systems

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a month ago

Last modified

Share

🌍 Carbon Intensity API v2.0

Real-time and historical electricity carbon intensity (gCOβ‚‚eq/kWh), wholesale prices, load, and cross-border flows for 73 countries and grid regions worldwide.

πŸ”“ Zero API keys. Zero registration. Zero tokens. All data sources are public.


πŸ†• v2.0 β€” Expanded coverage (45 β†’ 73 regions)

Regionv1.0v2.0Change
Europe (Fraunhofer)30 countries35 countries+5 (Cyprus + Bosnia + Kosovo + Moldova + Georgia)
United States (EIA-930)10 BAs34 BAs+24 (full Western, Southeast, federal admins)
United Kingdom (NESO)GBGBβ€”
Brazil (ONS)4 submarkets4 submarketsβ€”
TOTAL4573+62% coverage

πŸ‡¬πŸ‡§ English

What this delivers

For each hour and region, all the fields below β€” calculated, normalized, cross-source:

FieldDescription
carbon_intensity_gco2_kwhgCOβ‚‚eq per kWh of electricity
renewable_pct% wind + solar + hydro + biomass + geothermal
fossil_free_pctrenewable + nuclear
total_generation_mwhtotal electricity generated
fossil_only_intensity_gco2_kwhCI of fossil portion only
generation_mix_mwper-source breakdown (wind, solar, gas, coal, nuclear, hydro, biomass, oil)
load_mwtotal system demand
net_load_mwload minus variable renewables
day_ahead_pricewholesale spot market price
day_ahead_price_currencyEUR / USD / GBP / BRL
day_ahead_price_zonebidding zone code
cross_border_flows_mwlist of imports/exports with neighbours

Four calculation methods available (method field):

  • production_lifecycle (default) β€” IPCC AR6 lifecycle factors, domestic generation only
  • production_operational β€” combustion-only factors
  • consumption_lifecycle β€” flow-traced through cross-border imports, lifecycle factors
  • consumption_operational β€” flow-traced, operational factors

Coverage detail

Europe β€” 35 countries (Fraunhofer Energy-Charts, validated working):

  • EU-26: AT, BE, BG, CY, CZ, DE, DK, EE, ES, FI, FR, GR, HR, HU, IE, IT, LT, LU, LV, NL, PL, PT, RO, SE, SI, SK
  • Non-EU: CH, NO
  • Western Balkans: BA, MK, RS, XK
  • Eastern Europe & Caucasus: MD, GE
  • UK: GB (via NESO, more granular)

United States β€” 34 balancing authorities (EIA-930 bulk CSV):

  • Major ISOs/RTOs: US-CISO, US-ERCO, US-MISO, US-PJM, US-NYIS, US-ISNE, US-SWPP
  • Federal admins: US-BPAT, US-TVA
  • Southeast: US-SOCO, US-FPL, US-FPC, US-DUK, US-CPLE, US-SC, US-SCEG, US-AECI
  • West: US-PACE, US-PACW, US-PSEI, US-IPCO, US-AZPS, US-NEVP, US-AVA, US-LDWP, US-PSCO, US-PNM, US-WACM, US-WAUW
  • Other: US-NW, US-SE, US-TEC, US-JEA, US-TAL

United Kingdom (NESO): GB

Brazil (ONS): BR-SE (Sudeste/CO), BR-S (Sul), BR-NE (Nordeste), BR-N (Norte)

Input

{
"mode":"latest",
"hours":48,
"method":"production_lifecycle",
"countries":["DE","FR","GB","US-CISO","BR-SE"]
}

Modes:

  • latest β€” last N hours (default 48h)
  • today β€” current UTC day so far
  • yesterday β€” full previous UTC day
  • full_refresh β€” entire history since 2015 (long run)

Optional skip flags: skip_europe, skip_us, skip_uk, skip_brazil

Output (one record per region Γ— hour Γ— method)

{
"country_code":"DE",
"country_name":"Germany",
"region":"europe",
"source":"fraunhofer",
"timestamp_utc":"2026-05-13T14:00:00+00:00",
"method":"production_lifecycle",
"carbon_intensity_gco2_kwh":312.4,
"renewable_pct":47.2,
"fossil_free_pct":52.8,
"total_generation_mwh":58420.5,
"generation_mix_mw":{
"wind":16850.2,"solar":7106.4,"nuclear":3268.5,
"gas":13088.4,"coal":8358.2,"hydro":3855.7,
"biomass":2400.0,"oil":290.1
},
"load_mw":60140.0,
"net_load_mw":29928.5,
"day_ahead_price":86.43,
"day_ahead_price_currency":"EUR",
"day_ahead_price_zone":"DE-LU",
"cross_border_flows_mw":[
{"counterparty":"FR","flow_mw":5200.0,"direction":"import"},
{"counterparty":"PL","flow_mw":1100.0,"direction":"import"},
{"counterparty":"AT","flow_mw":800.0,"direction":"export"}
]
}

Methodology

Production-based:

CI_production =Ξ£(generation_i Γ— emission_factor_i)/Ξ£(generation_i)

Consumption-based (flow-traced): For interconnected grids, what matters is what you consume, not what you produce. Solved per hour via linear system:

(G_i + IM_i) Β· x_i = own_emissions_i +Ξ£β±Ό(flow_jα΅’ Γ— x_j)

Solved with numpy.linalg.solve. Method follows ECON-PowerCI (Nature 2025).

Emission factors (IPCC AR6 WG3, Annex III median values):

SourceLifecycle (gCOβ‚‚eq/kWh)Operational
Wind110
Solar480
Nuclear120
Hydro240
Biomass23090
Gas490370
Coal820760
Oil650580

Use cases

  • ESG / Scope 2 carbon accounting β€” accurate hourly CI for corporate reporting
  • Climate tech & green software β€” schedule loads when grid is cleanest
  • AI infrastructure planning β€” pick datacenter regions by real-time grid quality
  • Energy trading β€” backtesting and signal generation
  • Academic research β€” replicable, IPCC-aligned dataset

πŸ‡§πŸ‡· PortuguΓͺs

O que Γ©

API de intensidade de carbono elΓ©trica (gCOβ‚‚eq/kWh) em tempo real e histΓ³rica + preΓ§os wholesale + carga + fluxos transfronteiriΓ§os para 73 paΓ­ses e regiΓ΅es globais.

πŸ”“ ZERO chaves de API. Fontes 100% pΓΊblicas: Fraunhofer (Europa), EIA-930 (EUA), NESO (UK), ONS (Brasil).

v2.0 β€” Cobertura expandida

Europa:30 β†’ 35paΓ­ses(+Cyprus, Bosnia, Kosovo, Moldova, Georgia)
EUA:10 β†’ 34BAs(+todo o oeste, sudeste, federais)
Reino Unido:GB(mantido)
Brasil:4 submercados SIN(mantido)
─────────────────────────────────────────────
TOTAL:45 β†’ 73regiΓ΅es(+62% cobertura)

AtribuiΓ§Γ£o

Dados:

  • Fraunhofer Energy-Charts (Europa) β€” CC BY 4.0
  • EIA Hourly Electric Grid Monitor (EUA) β€” domΓ­nio pΓΊblico
  • NESO Carbon Intensity API (UK) β€” CC BY 4.0
  • ONS Dados Abertos (Brasil) β€” CC BY

Metodologia: IPCC AR6 (WG3, Annex III) + ECON-PowerCI (Nature Scientific Data 2025).


πŸ› οΈ Local development

pip install-r requirements.txt
python carga_inicial.py --mode latest --hours24

πŸ”„ Schedule

Apify scheduler can run this actor every hour. Output is idempotent by (country, timestamp, method).


Built by Jenko Systems.

You might also like

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).

Carbon Monitor Scraper

crawlerbros/carbon-monitor-scraper

Scrape CO2 emissions data from Carbon Monitor - daily emissions by country and sector. Uses the public Carbon Monitor data API. No auth required.

Ember Electricity Data Scraper - Generation, CO2 Intensity

jungle_synthesizer/ember-electricity-data-scraper

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.

πŸ‘ User avatar

BowTiedRaccoon

2

Voluntary Carbon Registry Scraper - ACR, CAR, Puro.earth

jungle_synthesizer/acr-car-puro-voluntary-carbon-registry-scraper

Pull voluntary carbon offset and CDR projects from three top registries: American Carbon Registry (ACR), Climate Action Reserve (CAR), and Puro.earth (carbon dioxide removal). Returns project type, methodology, developer, country, crediting period, credits issued, and status. No auth required.

πŸ‘ User avatar

BowTiedRaccoon

3

Carbon Emission Scraper

shivam92134/carbon-tracker-actor

Scrape the carbon emission data zone wise.

πŸ‘ User avatar

Shivam Srivastava

1

Website Carbon Footprint

rationalistic_counsel/website-carbon-footprint

Calculate CO2 emissions of any web page. Get carbon grades (A+ to F), green hosting verification, page weight analysis, and sustainability recommendations using SWDM v4. No API key needed.

LocalFalcon Grid Scanner

alizarin_refrigerator-owner/localfalcon-grid

Run local ranking grid scans to visualize Google Maps visibility across a geographic area. This actor integrates with the LocalFalcon API to run grid-based local ranking scans. See exactly where your business ranks in Google Maps across a geographic grid essential for local SEO strategy & analysis.

Google Maps Geo Grid Scraper Singapore

badruddeen/google-maps-geo-grid-scraper-singapore

Scrape Google Maps places and reviews using a geo-grid system for Singapore. Extract businesses, ratings, addresses, phone numbers, websites, and up to N reviews per place with scalable, structured crawling across mapped coordinates for reliable location-based data collection.

πŸ‘ User avatar

Badruddeen Naseem

1

5.0

Google Maps Geo Grid Scraper Maldives

badruddeen/google-maps-geo-grid-scraper-maldives

Scrape Google Maps places and reviews in the Maldives using a geo-grid system. Extracts business name, rating, address, phone, website, coordinates, and up to N reviews per place (sorted by newest). Maldives coordinate grid for wide coverage with reliable, structured data output.

πŸ‘ User avatar

Badruddeen Naseem

2

5.0

Carbonmark Carbon Credits Scraper

parseforge/carbonmark-credits-scraper

Reach the Carbonmark marketplace and pull tokenized carbon credit listings. Each record returns project name, registry, methodology, vintage, price, supply, country, category, listingId, and retired credits. Filter by country, category, registry, or minimum vintage for ESG research.