Press releases break market-moving news minutes before it reaches mainstream coverage β funding rounds, M&A, product launches, earnings. Monitoring PR Newswire by hand doesn't scale, and the official wire has no public bulk API. Analysts, IR teams, and AI agents need the release stream as clean structured data.
What you get
Each press release returned as JSON: headline and sub-headline, issuing company, stock tickers (when public), posted datetime (UTC), category and industry tags, full body text, contact section, and asset URLs.
Sample input
{
"keyword": "acquisition",
"country": "US",
"dateFrom": "2026-01-01"
}Sample output
{
"headline": "Acme Corp Reports Record Q4 2025 Revenue of $2.1B",
"company": "Acme Corp",
"tickers": [
"ACME"
],
"postedAt": "2026-01-15T13:00:00Z",
"categoryTags": [
"Earnings"
],
"industry": "Technology",
"url": "https://www.prnewswire.com/news-releases/..."
}Run it
Open the actor on Apify → Pay-per-result, $5/month free credit, no subscription.
Part of a workflow bundle: browse the related actors. More in the cluster guide.
FAQ
Is there an official PR Newswire API?
PR Newswire does not offer a public bulk API for press releases. This actor returns the public release stream as structured JSON on a pay-per-use basis.
What fields are included?
Headline, company, tickers, posted datetime, category/industry tags, full body text, contacts, and asset URLs.
Can I filter by keyword or date?
Yes β filter by keyword, category, country, and date range.
How is it priced?
Pay-per-result on Apify with $5/month free credit; no subscription.