VOOZH about

URL: https://apify.com/ryanclinton/eia-energy-data

โ‡ฑ US Energy Data - Electricity Gas Petroleum Prices ยท Apify


Pricing

$30.00 / 1,000 result returneds

Go to Apify Store

EIA US Energy Data Search

US energy data from the Energy Information Administration: electricity prices, natural gas, petroleum, and state energy profiles.

Pricing

$30.00 / 1,000 result returneds

Rating

0.0

(0)

Developer

๐Ÿ‘ Ryan Clinton

Ryan Clinton

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

0

Monthly active users

a month ago

Last modified

Categories

Share

US energy data from the Energy Information Administration: electricity prices, natural gas, petroleum, and state energy profiles.

What does this actor do?

This actor queries the EIA Open Data API v2 across multiple energy datasets to build a comprehensive energy intelligence report:

  1. Electricity Retail Sales โ€” Prices, revenue, sales volume, and customer counts by state and sector (residential, commercial, industrial)
  2. Natural Gas Prices โ€” Spot prices, wellhead prices, and consumer prices
  3. Petroleum Prices โ€” Weekly retail gasoline and diesel prices (regular, midgrade, premium)
  4. State Energy Profiles (SEDS) โ€” Annual state-level production, consumption, prices, and expenditures

Each report includes a market insight score assessing energy cost conditions based on residential and industrial electricity prices.

Input parameters

ParameterTypeDescription
apiKeystringEIA API key (free at https://www.eia.gov/opendata/register.php)
dryRunbooleanReturn sample data (default: true unless apiKey provided)
sectorstringall, electricity, natural-gas, petroleum, or coal
statestringTwo-letter state abbreviation
frequencystringweekly, monthly, quarterly, or annual
dateFromstringStart date (YYYY-MM or YYYY)
dateTostringEnd date (YYYY-MM or YYYY)
includeElectricitybooleanInclude electricity data (default: true)
includeNaturalGasbooleanInclude natural gas data (default: true)
includePetroleumbooleanInclude petroleum data (default: true)
includeStateProfilesbooleanInclude SEDS state profiles (default: false)
maxResultsintegerMax records per dataset (1โ€“5000, default: 500)

Output format

{
"reportType":"comprehensive",
"electricity":{
"records":[
{
"period":"2025-12",
"state":"CA",
"sector":"RES",
"price":28.52,
"sales":24680.3,
"revenue":4521.5,
"customers":14200000,
"priceUnits":"cents per kilowatt-hour"
}
],
"summary":{
"avgResidentialPrice":22.05,
"topExpensiveStates":[
{"state":"CA","price":28.52}
]
}
},
"naturalGas":{
"records":[
{
"period":"2025-11",
"description":"Henry Hub Natural Gas Spot Price",
"value":3.42,
"unit":"Dollars per Million Btu"
}
]
},
"petroleum":{
"records":[
{
"period":"2025-12",
"description":"Weekly US Regular Gasoline Retail Price",
"value":3.24,
"unit":"Dollars per Gallon"
}
]
},
"marketInsight":{
"score":40,
"level":"Moderate",
"factors":[
"High avg residential electricity: 22.05 cents/kWh (-15)",
"Low avg industrial electricity: 7.82 cents/kWh (+8)"
]
}
}

Market insight scoring

Energy cost assessment (0โ€“100):

FactorImpact
Residential electricity > 20 cents/kWh-15
Residential electricity > 15 cents/kWh-5
Residential electricity < 10 cents/kWh+10
Industrial electricity > 12 cents/kWh-10
Industrial electricity < 6 cents/kWh+8

Levels: Favorable (65+), Moderate (45โ€“64), Elevated (25โ€“44), High Cost (<25)

Use cases

  • Energy analysts: Track electricity, gas, and petroleum price trends
  • Businesses: Compare energy costs across states for site selection
  • Economists: Monitor energy market conditions and price inflation
  • Utilities: Benchmark rates against national and state averages
  • Policy researchers: Analyze energy affordability by state and sector
  • Commodity traders: Track natural gas and petroleum price movements

API key

Register for a free EIA API key at https://www.eia.gov/opendata/register.php

Without an API key, the actor returns realistic sample data in dry run mode.

Data sources

US Energy Information Administration (EIA) Open Data API v2:

  • electricity/retail-sales โ€” Electricity prices, sales, revenue by state/sector
  • natural-gas/pri/sum โ€” Natural gas price summaries
  • petroleum/pri/gnd โ€” Petroleum retail prices (gasoline, diesel)
  • seds โ€” State Energy Data System (consumption, production, expenditures)

You might also like

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

Energy Market Notices & Reports

datapilot/energy-market-notices-reports

Energy Notice Scraper collects real-time energy alerts from RSS feeds including U.S. Energy Information Administration, National Grid, Reuters, and International Energy Agency. It filters by keyword, extracts notice details, and outputs structured JSON for monitoring global energy market updates.

EIA Energy Data Scraper

parseforge/eia-energy-data-scraper

Scrape US energy prices from the Energy Information Administration. Get weekly crude oil spot prices, gasoline prices by state, and diesel prices by region. Includes current, historical, and year-over-year price comparisons.

US Energy.gov Data Scraper

parseforge/energy-gov-scraper

Scrape energy-related content from Energy.gov, including articles, press releases, documents, titles, dates, offices, and types. Automate collection of structured data from the U.S. Department of Energy, ideal for researchers, journalists, and professionals needing accurate, up-to-date information.

EU Energy & Education Data API

lentic_clockss/eu-energy-education-search

Search 18 EU energy and education data sources in parallel โ€” ENTSO-G gas flows, Eurostat electricity prices, energy balances, renewable energy statistics, ESCO occupations and skills taxonomy, Eurostat education statistics, and OpenAIRE research publications. Official European data.

EPREL Product Energy Label Scraper

eloquent_mountain/eprel-product-data-scraper

Extracts detailed energy efficiency data, product sheets (PIS), and energy labels from the official EU EPREL database.

Commodity Price Aggregator โ€” EIA Energy & USDA Crop Prices

jungle_synthesizer/commodity-price-aggregator

Energy and commodity price data from US government APIs. Fetches crude oil (Brent/WTI), petroleum products, and natural gas from the EIA API, plus agricultural prices (corn, soybeans, wheat, cotton) from USDA NASS. Includes spot prices, settlement dates, units, and region.

๐Ÿ‘ User avatar

BowTiedRaccoon

2

Energy Transition Intelligence MCP Server

ryanclinton/energy-transition-intelligence-mcp

Energy market and grid risk intelligence via the Model Context Protocol.