Press Release Intelligence Scraper avatar

Press Release Intelligence Scraper

Pricing

from $4.00 / 1,000 results

Go to Apify Store
Press Release Intelligence Scraper

Press Release Intelligence Scraper

Multi-source press release monitor for PR Newswire, GlobeNewswire, Business Wire-style RSS feeds, and direct release URLs. Extracts entities, tickers, event types, contacts, signals, and dedupes releases for PR, sales, and investor intelligence.

Pricing

from $4.00 / 1,000 results

Rating

0.0

(0)

Developer

Ian Dikhtiar

Ian Dikhtiar

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Press Release Intelligence Scraper — PR Newswire & GlobeNewswire Leads

Turn fresh press releases into sales, investor, PR, and competitive-intelligence signals.

This Actor monitors press releases from PR Newswire, GlobeNewswire, paginated newswire listing pages, RSS feeds, and direct release URLs. Instead of dumping raw headlines, it returns clean, spreadsheet-ready rows with company names, event labels, tickers, contact details, body text, signal scores, and source links.

Why use this Actor?

Press releases are one of the fastest public signals for:

  • M&A and divestitures — catch acquisitions, sales, mergers, and strategic transactions.
  • Funding and growth signals — find companies announcing financing, expansion, partnerships, and launches.
  • B2B sales triggers — build warm outreach lists from companies announcing new budgets, products, contracts, or executive moves.
  • Investor monitoring — track public-company announcements by source, topic, ticker, and date.
  • PR and comms intelligence — monitor competitor announcements and media contact details.
  • AI/news pipelines — feed clean press-release rows into agents, CRMs, dashboards, Sheets, or vector workflows.

What you get

Each result can include:

  • Press release title, summary, URL, source, and publication date
  • Company / issuer name
  • Business event labels such as merger_acquisition, funding, earnings, partnership, product_launch, executive_hire, customer_win, and expansion
  • Stock tickers when visible in the release
  • Media / investor-relations emails and phone numbers when visible in the release
  • Signal score for prioritization
  • Matched keywords for alert workflows
  • Full release body text and visible media / investor contact details

Bulk collection, not just 20 RSS rows

Many newswire RSS feeds expose only the latest ~20 releases. This Actor can go deeper by using paginated listing pages.

Example: PR Newswire listing pages can be expanded with maxPagesPerSource, letting you collect hundreds of releases in one run.

A tested cloud run produced 300 rows from paginated PR Newswire listings. The Actor uses one enriched workflow and one pricing model.

Best use cases

Sales teams

Find companies that just announced funding, partnerships, product launches, acquisitions, contracts, or leadership changes. Use the release as outreach context while the event is still fresh.

Investors and analysts

Monitor public-company announcements and classify events into actionable buckets instead of reading a wall of headlines.

PR agencies and brand teams

Track competitors, clients, industries, and campaigns across major wire services.

Automation builders

Send rows to Google Sheets, HubSpot, Airtable, n8n, Zapier, Notion, Slack alerts, or AI agents via the Apify API.

Example input

Start with the built-in PR Newswire + GlobeNewswire sources:

{
"queries": ["acquisition"],
"maxReleases": 100
}

Collect up to 300 recent releases from paginated PR Newswire pages:

{
"queries": [],
"maxReleases": 300,
"sinceHours": 720,
"maxPagesPerSource": 15
}

Monitor acquisitions from a GlobeNewswire M&A feed:

{
"sources": [
"https://www.globenewswire.com/RssFeed/subjectcode/27-Mergers%20and%20Acquisitions/feedTitle/GlobeNewswire%20-%20Mergers%20and%20Acquisitions"
],
"queries": ["acquisition"],
"maxReleases": 100
}

Input options

FieldWhat it does
queriesKeywords, companies, tickers, or topics to match. Leave empty to collect everything.
sourcesOptional. Leave blank to use built-in PR Newswire + GlobeNewswire sources. Add URLs only for specific feeds, listing pages, or direct release URLs.
maxReleasesMaximum number of dataset rows to return.
sinceHoursFreshness window. Use 720 for roughly 30 days.
maxPagesPerSourceNumber of PR Newswire listing pages or GlobeNewswire RSS directory feeds to expand.
classifyEventsAdd business-event labels.
extractContactsExtract visible media / IR emails and phone numbers.

Example output

{
"sourceName": "GlobeNewswire",
"title": "Nexans completes the sale of Autoelectric to Motherson",
"url": "https://www.globenewswire.com/news-release/...",
"publishedAt": "2026-07-03T13:05:05.000Z",
"companyName": "Nexans",
"eventTypes": ["merger_acquisition"],
"signalScore": 100,
"contacts": {
"emails": ["audrey.bourgeois@nexans.com"],
"phones": []
},
"intelligence": {
"hasContact": true,
"isHighSignal": true,
"matchedQueries": []
}
}

Cost and pricing

One Actor. One workflow. One pricing model.

Every run collects releases, fetches detail pages when available, extracts business signals, and returns enriched dataset rows. Use maxReleases, sinceHours, and maxPagesPerSource to control run size and cost.

Current sources

  • PR Newswire RSS and paginated listing pages
  • GlobeNewswire RSS feeds and RSS directory expansion
  • Direct PR Newswire / GlobeNewswire release URLs
  • Custom RSS/XML feeds and compatible listing pages

Limitations

  • RSS feeds may expose only the latest ~20 releases; use paginated listing pages for bulk collection.
  • Business Wire, Accesswire, EIN Presswire, and PRWeb adapters are planned but not yet fully tested.
  • Event classification and signal scoring are rules-based. They are optimized for speed and cost, not legal/investment-grade interpretation.
  • Contact extraction only returns information visible in the release text.
  • Source websites can change structure; use small scheduled checks for critical workflows.

Common workflows

  • Daily acquisition tracker
  • Funding announcement lead list
  • Public-company announcement monitor
  • Competitor launch tracker
  • PR campaign archive
  • Press release feed for AI agents or dashboards

Support

If a source changes or you need another wire service added, open an issue or contact the Actor maintainer with the source URL and example output you need.