VOOZH about

URL: https://apify.com/jungle_synthesizer/entsoe-european-power-market-scraper

โ‡ฑ ENTSO-E Power Market Scraper - EU Day-Ahead + Generation ยท Apify


๐Ÿ‘ ENTSO-E European Power Market Scraper - Prices & Generation avatar

ENTSO-E European Power Market Scraper - Prices & Generation

Pricing

Pay per event

Go to Apify Store

ENTSO-E European Power Market Scraper - Prices & Generation

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.

Pricing

Pay per event

Rating

0.0

(0)

Developer

๐Ÿ‘ BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

3 days ago

Last modified

Share

ENTSO-E European Power Market Scraper

Pull EU electricity-market data from the ENTSO-E Transparency Platform REST API. Extracts day-ahead prices, actual load, generation by fuel type (nuclear, gas, wind, solar, hydro), cross-border physical flows, and installed capacity across all 61 EU bidding zones.

The actor calls https://web-api.tp.entsoe.eu/api directly โ€” no browser rendering, no proxy required, no API key or signup on your side. The API returns XML in IEC 62325 format; the actor parses it into flat time-series rows ready for spreadsheet or database ingestion.

Input Parameters

ParameterTypeDefaultDescription
datasetTypeselectday_ahead_priceDataset to fetch: day_ahead_price, actual_load, actual_generation_by_type, installed_capacity_by_type, or cross_border_flow.
biddingZonesstring list(all 20 major zones)EIC codes or short labels (e.g. DE_LU, FR, NL, IT_NORD, NO_4). Leave empty to query all 20 major zones.
periodFromstring24 hours agoUTC start of the query window. ISO 8601 format: 2026-05-01T00:00Z or 2026-05-01.
periodTostringnowUTC end of the query window. ISO 8601 format: 2026-05-02T00:00Z or 2026-05-02.
maxItemsinteger10Maximum number of time-series rows to return. Set to 0 for unlimited.

Supported Datasets

DatasetENTSO-E CodeTypical ResolutionDescription
Day-Ahead PriceA44PT60M / PT15MEUR/MWh prices published daily by 13:00 CET for the next day
Actual Total LoadA65PT60M / PT15MRealised system load with ~1h lag
Actual Generation by TypeA75PT60M / PT15MRealised generation per fuel type (nuclear, gas, wind, solar, hydro, etc.)
Installed Capacity by TypeA68PT60M / monthlyInstalled capacity per fuel type โ€” rarely changes
Cross-Border Physical FlowA88PT60MNet directional MW flow between adjacent zones

Bidding Zone Labels

The actor accepts both short labels and raw EIC codes:

Short LabelEIC CodeZone
DE_LU10YDE-VE-------2Germany + Luxembourg
FR10YFR-RTE------CFrance
NL10YNL----------LNetherlands
BE10YBE----------2Belgium
ES10YES-REE------0Spain
IT_NORD10YIT-GRTN-----BItaly North
NO_410YNO-4--------9Norway 4

Leave biddingZones empty to query the 20 major EU zones automatically.

Output Schema

Each dataset row is a flat object with fields relevant to the requested dataset type. Fields not applicable to the dataset type are omitted.

FieldTypeDescription
dataset_typestringOne of: day_ahead_price, actual_load, actual_generation_by_type, installed_capacity_by_type, cross_border_flow
bidding_zonestringEIC code of the bidding zone
bidding_zone_labelstringHuman-readable label (e.g. DE_LU, FR)
period_startstringUTC start of the interval (ISO 8601)
period_endstringUTC end of the interval (ISO 8601)
resolutionstringPT60M (hourly) or PT15M (15-minute)
marketstringday_ahead, actual, installed_capacity, or cross_border
price_eur_per_mwhnumberDay-ahead price in EUR/MWh (day_ahead_price only)
generation_mwnumberActual generation in MW (actual_generation_by_type only)
installed_capacity_mwnumberInstalled capacity in MW (installed_capacity_by_type only)
actual_load_mwnumberActual total load in MW (actual_load only)
flow_mwnumberCross-border flow in MW, positive = net export from in_area to out_area (cross_border_flow only)
production_typestringFuel/technology label (e.g. Nuclear, Fossil_Gas, Wind_Onshore, Solar) (generation/capacity only)
in_areastringSource zone EIC code (cross_border_flow only)
out_areastringDestination zone EIC code (cross_border_flow only)
currencystringAlways EUR
scraped_atstringUTC fetch timestamp (ISO 8601)

Use Cases

  • Energy trading and analytics โ€” Pull day-ahead price curves for arbitrage analysis or portfolio valuation across all CWE/Nordic/Iberian zones
  • Grid operations research โ€” Analyse actual load vs. generation by fuel mix for a given zone and time window
  • Carbon footprint modeling โ€” Combine generation-by-type data with emission factors for real-time or historical carbon intensity estimates
  • Academic research โ€” Download multi-year historical data for econometric or ML studies on European electricity markets
  • Cross-border flow monitoring โ€” Track hourly MW flows on interconnectors for congestion analysis

Limits

400 requests per minute is shared across all concurrent runs of this actor. Heavy back-fill jobs over many zones may queue.

For zones / periods that return no data (HTTP 400 "No matching data found"), this is normal โ€” the zone simply doesn't publish that dataset for that window.

You might also like

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

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

EIA Energy Data Scraper - US Energy Prices & Stats

compute-edge/eia-energy-scraper

Extract energy data from the US EIA API. Access petroleum prices, natural gas, coal, electricity, nuclear outages, and state energy data. 14 data categories with pagination, facet filtering, and date range support.

5

5.0

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

EU Open Data Portal Scraper

crawlerbros/eu-open-data-scraper

Scrape datasets from the EU Open Data Portal (data.europa.eu). Search by keyword, browse by theme or publisher, or fetch full details for specific datasets. No API key required.