VOOZH about

URL: https://apify.com/fortuitous_pirate/eia-energy-scraper

โ‡ฑ Eia Energy Scraper ยท Apify


Pricing

from $3.50 / 1,000 results

Go to Apify Store

Extract energy data from the EIA API v2. Petroleum prices, electricity sales, natural gas prices, and total energy statistics with date filtering and pagination.

Pricing

from $3.50 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ Fortuitous Pirate

Fortuitous Pirate

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

a month ago

Last modified

Share

EIA Energy Data Scraper

Overview

Extract energy data from the U. S. Energy Information Administration (EIA) API v2.

Features

  • Filter results by category or type
  • Captures pricing information
  • Control output volume with configurable result limits
  • Built-in proxy support for reliable data collection

Use Cases

  • Track - Track federal government data releases and updates
  • Build - Build datasets for policy research and analysis
  • Monitor - Monitor regulatory changes and compliance requirements
  • Aggregate - Aggregate public government data for transparency projects

Input Parameters

ParameterTypeDescriptionDefault
apiKeystring (required)Your EIA API key (free registration at https://www.eia.gov/opendata/register....
routestringEIA API route path (e.g., petroleum/pri/gnd, electricity/retail-sales, natura...petroleum/pri/gnd
frequencystringData frequency
startDatestringStart date (format depends on frequency: YYYY for annual, YYYY-MM for monthly...
endDatestringEnd date (same format as start date)
facetsstringFacet filters as key=value pairs, comma-separated (e.g., "duoarea=NUS,product...
dataColumnsstringComma-separated data columns to return (e.g., value, price, quantity)value
sortColumnstringColumn to sort results byperiod
sortDirectionstringSort directiondesc
maxItemsintegerMaximum number of records to return500
proxyConfigurationobjectProxy settings for requests

Output Example

Each result contains structured data like this:

{
"period":"Sample period",
"duoarea":"Sample duoarea",
"areaName":"EIA Energy Data Sample Item",
"product":"Sample product",
"productName":"EIA Energy Data Sample Item",
"value":50000,
"units":"Sample units",
"scrapedAt":"2025-01-15"
}

Pricing

This actor uses pay-per-result pricing:

  • $0.001 per result
  • $1.00 per 1,000 results

No monthly fees. You only pay for what you scrape. Apify Free plan includes $5/month in platform credits.

How to Run

Apify Console

  1. Go to the EIA Energy Data Scraper actor page
  2. Configure your input parameters
  3. Click Start and wait for the results
  4. Download data in JSON, CSV, or Excel format

API

curl-X POST "https://api.apify.com/v2/acts/fortuitous_pirate~eia-energy-scraper/runs?token=YOUR_API_TOKEN"\
-H"Content-Type: application/json"\
-d'{"maxItems": 10}'

Python SDK

from apify_client import ApifyClient
client = ApifyClient("YOUR_API_TOKEN")
run = client.actor("fortuitous_pirate/eia-energy-scraper").call(
run_input={"maxItems":10}
)
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
print(item)

Integration

Connect EIA Energy Data Scraper with your existing tools and workflows:

  • API access - Programmatic access via Apify API
  • Webhooks - Get notified when scraping completes
  • Scheduling - Set up recurring runs on any schedule
  • Zapier / Make - Connect with 5,000+ apps via Apify integrations
  • Python / Node.js SDKs - Native client libraries for easy integration

You might also like

EIA US Energy Data Search

ryanclinton/eia-energy-data

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

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

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.

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

EIA Renewable Energy Generator Scraper - Solar, Wind & Storage

jungle_synthesizer/renewable-energy-project-tracker-scraper

Scrape 800,000+ renewable energy generator records from the EIA open data API. Extract solar, wind, battery storage, and other generators with capacity, location, technology, and balancing authority. Covers EIA Form 860/860M. Free EIA API key required.

๐Ÿ‘ User avatar

BowTiedRaccoon

2

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.

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.

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.