Energy Market Notices & Reports avatar

Energy Market Notices & Reports

Pricing

$8.00/month + usage

Go to Apify Store
Energy Market Notices & Reports

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.

Pricing

$8.00/month + usage

Rating

0.0

(0)

Developer

Data Pilot

Data Pilot

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

21 days ago

Last modified

Share

Overview

The Energy Market Notices & Reports actor is an Apify Actor that extracts real-time energy market notices and reports from multiple authoritative RSS feeds including EIA, National Grid, Reuters Energy, IEA, and OilPrice. Provide a keyword and the actor returns structured energy market notices including title, description, source, publication date, and report URL. Whether you're monitoring energy market notices for trading decisions, regulatory compliance, or industry research, this actor delivers accurate energy market notices and reports efficiently.

With multi-source RSS aggregation and keyword filtering, the Energy Market Notices actor ensures broad and relevant coverage of global energy market notices across electricity, oil, gas, and renewables.


Features

  • Multi-Source Energy Market Notices – Aggregates energy market notices from 5 major industry RSS feeds in a single run.
  • Keyword Filtering – Filter energy market notices by any keyword (e.g., "electricity", "gas", "solar", "oil").
  • Result Limit Control – Set a maximum number of energy market notices to return per run.
  • Rich Metadata – Returns energy market notices with title, summary, source, publication date, and direct report URL.
  • Unique Notice IDs – Generates a hash-based ID for each energy market notice to support deduplication.
  • Error Handling – Logs errors per feed and continues processing remaining energy market notices sources.
  • Dataset Integration – Automatically pushes all energy market notices to your Apify dataset for easy export.

How It Works

  1. Input – Provide a keyword to filter energy market notices and an optional result limit.
  2. RSS Fetch – The actor parses each of the 5 energy RSS feeds using feedparser.
  3. Keyword Match – Each entry is checked for the keyword in both title and summary fields.
  4. Build Output – Matching energy market notices are structured into clean records and pushed to the dataset.
  5. Repeat – Processes all feeds until max_results is reached.

Input

FieldTypeDefaultDescription
keywordString"electricity"Keyword to filter energy market notices (e.g., "gas", "solar", "oil price").
max_resultsInteger100Maximum number of energy market notices to return across all sources.

Example input:

{
"keyword": "electricity",
"max_results": 50
}

Output

Each energy market notice is pushed as a separate dataset record with the following fields:

FieldTypeDescription
notice_idstringUnique hash-based ID for the energy market notice.
marketstringMarket type (always "Energy").
regionstringGeographic region of the energy market notice (default: "Global").
titlestringTitle of the energy market notice or report.
statusstringStatus of the energy market notice (default: "Active").
severitystringSeverity level of the energy market notice (default: "Medium").
published_datestringPublication date of the energy market notice.
descriptionstringSummary of the energy market notice (up to 500 characters).
sourcestringName of the RSS feed source for the energy market notice.
report_urlstringDirect URL to the full energy market notice or report.
scraped_atstringISO 8601 timestamp of when the energy market notice was fetched.

Example output:

{
"notice_id": "-4823049238402938",
"market": "Energy",
"region": "Global",
"title": "EIA: U.S. Electricity Generation Rose 3% in Q1 2025",
"status": "Active",
"severity": "Medium",
"published_date": "2025-03-15",
"description": "The U.S. Energy Information Administration reports that electricity generation from renewable sources increased by 3% in the first quarter of 2025...",
"source": "EIA Press Releases",
"report_url": "https://www.eia.gov/pressroom/releases/press123.php",
"scraped_at": "2025-03-22T12:34:56.789Z"
}

Energy Market Notices Sources

The actor aggregates energy market notices from the following RSS feeds:

SourceFeed URLCoverage
EIAeia.gov/rss/press_rss.xmlU.S. energy market notices
National Gridnationalgrid.com/rss/news.xmlUK grid and electricity notices
Reuters Energyreutersagency.com/feed/?best-topics=energyGlobal energy market news
IEAiea.org/newsroom/news/rssInternational energy reports
OilPricefeeds.feedburner.com/OilPriceNewsOil and gas market notices

Use Cases

  • Energy Trading – Monitor energy market notices for price-sensitive information and market movements.
  • Regulatory Compliance – Track official energy market notices from EIA, IEA, and National Grid.
  • Market Research – Aggregate and analyze energy market notices trends across global sources.
  • Journalism & Reporting – Stay updated on the latest energy market notices and reports.
  • Academic Research – Collect structured energy market notices data for economics and policy studies.
  • Data Science – Build energy market notices datasets for NLP, sentiment analysis, and forecasting.
  • Portfolio Monitoring – Track energy market notices relevant to specific commodities or regions.

Quick Start

  1. Open on Apify – Visit the actor page and click Try for free.
  2. Set Keyword – Enter a keyword to filter energy market notices (e.g., "solar", "natural gas").
  3. Set Limit – Adjust max_results to control how many energy market notices to fetch.
  4. Run the Actor – Start the run and monitor progress in the logs.
  5. Download Results – Export the energy market notices dataset as JSON, CSV, or Excel.

Technical Stack

  • Data Source – EIA, National Grid, Reuters Energy, IEA, OilPrice (RSS feeds)
  • RSS Parserfeedparser for reliable multi-source energy market notices parsing
  • Deduplication – Hash-based unique notice ID per energy market notice
  • Platform – Apify Actor — serverless, scalable, integrated with Dataset and Key-Value Store

ActorDescription
TfL Transport Alerts ScraperExtracts real-time transport alerts and disruptions from the TfL API.
Open Street Map Change TrackerExtracts location and amenity data from OpenStreetMap via the Overpass API.
Product Launch TrackerTracks and extracts product launch data from Hacker News.
SEC EDGAR ScraperRetrieves company filings (10-K, 10-Q, 8-K) from SEC EDGAR.
SEC Filings ScraperExtracts SEC filings data for public companies by ticker symbol.
Ultimate Video Info FetcherExtracts rich video metadata from any yt-dlp supported URL.
Amazon Book ScraperScrapes book listings, prices, ratings, and metadata from Amazon.

Changelog

v1.0.0 – Initial Release

  • Multi-source energy market notices aggregation from 5 RSS feeds
  • Keyword-based energy market notices filtering
  • Max results limit control
  • Hash-based unique notice ID generation
  • Description truncation to 500 characters
  • Dataset integration with error handling per feed

Pricing

  • Free for basic usage on Apify (up to certain compute limits).
  • Paid plans available for higher volume, priority support, and longer runs.

Support & Feedback

  • Issues & Ideas – Open a ticket on the Apify Actor issue tracker.
  • Documentation – Visit Apify Docs for platform guides.
  • Feed Notes – Energy market notices availability depends on the uptime of each RSS feed source.

Disclaimer: This actor accesses publicly available energy market notices from RSS feeds. Please ensure your usage complies with each source's terms of service. This actor is intended for research and informational purposes only.