Press Release Monitor
Pricing
from $5.00 / 1,000 press release extracteds
Press Release Monitor
Monitor press releases from PRWeb, Google News, and Dow Jones. Filter by keywords, extract full text, and track company announcements in real-time.
Pricing
from $5.00 / 1,000 press release extracteds
Rating
0.0
(0)
Developer
Oaida Adrian
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
0
Monthly active users
11 days ago
Last modified
Categories
Share
Press Release Monitor — Real-Time PR & Company News Tracking
Monitor press releases and company announcements from multiple newswire and news feeds in one run. Filter by keyword, extract the full text of every release, and get clean, structured JSON ready for alerts, dashboards, or AI pipelines.
Ideal for media monitoring, competitor tracking, PR agencies, investor research, and news-driven trading signals — without paying for an enterprise media-monitoring suite.
What it does
- Pulls the latest items from up to 6 press-release and business-news feeds (PRWeb daily wire, Dow Jones Markets, and curated Google News searches for PR, technology, finance, and health announcements).
- Optionally visits each release page and extracts the complete article text (not just the RSS summary).
- Auto-detects the company name from the release title and tags each item with a category (Technology, Finance, Health, General).
- Filters everything by your keywords (case-insensitive) so you only get releases that matter to you.
- Deduplicates across feeds and writes structured items to the dataset.
Input
{"feeds": ["prweb_all", "google_news_tech", "dowjones_markets"],"keywords": ["acquisition", "funding", "series b"],"extractContent": true,"maxResults": 100}
| Field | Type | Default | Description |
|---|---|---|---|
feeds | array | all 6 | Which wires to monitor: prweb_all, google_news_pr, dowjones_markets, google_news_tech, google_news_finance, google_news_health |
keywords | array | [] (no filter) | Only keep releases whose title/summary/text mentions any of these (case-insensitive) |
extractContent | boolean | true | Visit each release page and extract full text |
maxResults | integer | 100 | Maximum releases per run (1–500) |
All fields are optional — an empty input {} monitors every feed with no keyword filter.
Output
One dataset item per press release:
{"id": "a3f8c2…","title": "Acme Robotics Announces $40M Series B to Scale Warehouse Automation","summary": "Acme Robotics, the leader in autonomous picking…","fullText": "SAN FRANCISCO — Acme Robotics today announced…","url": "https://www.prweb.com/releases/acme-robotics-announces…","source": "prweb_all","company": "Acme Robotics","category": "Technology","publishedAt": "2026-07-15T08:30:00Z"}
All fields are null-tolerant — if a page blocks full-text extraction you still get the title, summary, URL, and metadata.
Use cases
- Competitor & brand monitoring — run on a schedule with your competitors' names as keywords; pipe new items to Slack/email via an Apify integration.
- PR agency reporting — track pickup of client announcements across wires.
- Investor / market research — watch for "acquisition", "merger", "funding", "FDA approval", "partnership" signals in near real time.
- Lead generation — companies announcing funding or expansion are active buyers; feed results to your CRM.
- AI news pipelines —
fullTextis clean extracted copy, ready for LLM summarisation or embedding.
Scheduling & integrations
Run it on an Apify Schedule (e.g. every hour) and connect any integration — webhooks, Slack, Google Sheets, Make, Zapier, or the API:
curl "https://api.apify.com/v2/acts/darknezz~press-release-monitor/run-sync-get-dataset-items?token=YOUR_TOKEN" \-X POST -H 'Content-Type: application/json' \-d '{"keywords": ["your brand"], "maxResults": 50}'
Pricing
Pay-per-event: $0.01 per press release extracted (plus a negligible per-run start fee). You only pay for releases that pass your keyword filter and land in the dataset — monitoring 100 matching releases costs about $1.
FAQ
Which sources are covered? PRWeb's daily wire, Dow Jones Markets news, and four curated Google News searches that surface releases syndicated from all major wires (PR Newswire, Business Wire, GlobeNewswire and others appear via the Google News feeds).
How fresh are the results? Each run fetches the live feeds. Schedule the actor as often as every few minutes for near-real-time monitoring.
Do I need a proxy? No — all sources are public feeds. The actor works out of the box.
Can I monitor a specific company?
Yes — put the company name in keywords. Matching is case-insensitive across title, summary, and full text.
What happens when a release page can't be fetched?
The item is kept with fullText: null so you never lose the event itself.