ParseForge Scrapers

GlobeNewswire Press Releases Scraper

parseforge/globenewswire-releases-scraper

News & mediaOther

Scrapes GlobeNewswire press releases from public, private, non-profit, government, or industry feeds. Returns each release as a flat row with full text and metadata.

Run this scraper See the API call
Total runs
103
Bookmarked
0
Last modified
21 days ago

This scraper was last updated on .

What does the GlobeNewswire Press Releases Scraper return?

ParseForge

GlobeNewswire Press Releases Scraper

Scrape GlobeNewswire press releases by feed, up to a million per run. Every release comes with its full text, headline, and source metadata. No login or API key. Export to CSV, JSON, Excel, or XML.

GlobeNewswire's official API needs a subscription and rate-limits you. This reads the public press release feeds directly, filtered by feed type, and returns each match in one fixed schema. It is built for PR teams, media monitoring, and AI agents that need clean, structured press release data.

Who uses it What they scrape GlobeNewswire for
PR agencies Track client announcements and competitor press releases
Media monitoring teams Feed press releases into internal dashboards and alerts
Investor relations professionals Monitor corporate disclosures and market-moving news
AI and data teams Build datasets for NLP models and news analytics

What it does

This Actor collects GlobeNewswire press releases from the selected feed and returns each one as a flat row.

  • ๐Ÿ“ก Feed selection: choose from public, private, non-profit, government, or industry feeds.
  • ๐Ÿ”ข Volume control: set the maximum number of press releases per run, from 1 to 1,000,000.
  • ๐Ÿ“„ Structured output: each release is returned as a flat row with headline, full text, and metadata.
  • ๐Ÿ’พ Multiple export formats: download as CSV, JSON, Excel, or XML.

Results export to CSV, JSON, Excel, or XML, or straight from the API.

What you can do with GlobeNewswire data

๐Ÿ“ˆ Track competitor announcements.

A PR agency runs the Actor on the public feed daily to see which companies in their niche are issuing press releases and what they are announcing.

๐Ÿ“ฐ Monitor industry news.

A media monitoring team collects releases from the industry feed to populate a news dashboard with the latest corporate announcements.

๐Ÿค– Feed AI models.

A data scientist scrapes thousands of press releases to train a language model on corporate communication style.

๐Ÿ’ผ Investor relations tracking.

An IR professional monitors the private feed for earnings releases and material event disclosures from portfolio companies.

Why choose this scraper

What you get
No API key required Access public press release feeds without registration or rate limits
Clean, flat schema Each release is a single row, ready for spreadsheets or databases
Scalable collection Collect up to a million releases in a single run
Flexible feeds Target public, private, non-profit, government, or industry news

How it compares

This actor focuses on simple feed-based collection, while competitors offer additional filtering and monitoring features.

Feature ParseForge GlobeNewswire Continuous Monitor GlobeNewswire Press Release Scraper GlobeNewswire Press Releases Scraper - Media API
Feed type selection Yes Not listed Not listed Not listed
Keyword search Not listed Yes Yes Not listed
Continuous monitoring Not listed Yes Not listed Yes
Full press release text Yes Not listed Yes Yes
Export to CSV/JSON/Excel/XML Yes Not listed Not listed Not listed
No API key required Yes Not listed Not listed Not listed

Configure the run

Drive the Actor by selecting a feed type and setting the maximum number of press releases to collect. The feed filter runs as releases are read, so only matching items reach your dataset. The Input tab lists every parameter.

A first run with the defaults:

{
 "maxItems": 10
}

A larger pull:

{
 "maxItems": 200
}

Free users

Free-plan runs return up to 10 results as a preview. Upgrade your Apify plan to collect up to 1,000,000 results per run.

Run it

  1. Create a free Apify account with $5 in credit.
  2. Open the GlobeNewswire Press Releases Scraper.
  3. Set your inputs and any filters, then click Start.
  4. Export the results as CSV, Excel, JSON, or XML from the Dataset tab.

Run it programmatically through the Apify API (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.

Use with AI agents (MCP)

Give an AI agent live access to GlobeNewswire through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:

claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/globenewswire-releases-scraper"

Then prompt it in plain language to run the scraper and read back the results.

Troubleshooting

Why am I getting no results?

Check that the selected feed type has new press releases. Some feeds may have low volume. Also ensure maxItems is set to a positive number.

The run is taking too long.

Reduce the maxItems value. Collecting a very large number of releases can take time depending on the feed size.

Can I filter by keyword?

This actor does not support keyword filtering. Use a competitor actor that offers keyword search, or filter the exported data yourself.

The output is missing some fields.

Some fields may be empty if the press release does not contain that information. Check the raw feed to confirm availability.

FAQ

Question Answer
What is GlobeNewswire? GlobeNewswire is a press release distribution service used by companies to announce corporate news, financial results, and other disclosures.
Do I need an API key or login? No. This Actor reads the public press release feeds directly, so no authentication is required.
What data does each press release include? Each row includes the headline, full text, publication date, source organization, and other metadata available from the feed.
Can I filter by keyword or date? The current version filters by feed type only. For keyword or date filtering, consider using a competitor actor that supports those options.
How many press releases can I collect? You can set the maximum number of releases per run from 1 to 1,000,000.
What feed types are available? You can choose from public, private, non-profit, government, and industry feeds.
What export formats are supported? You can export the results as CSV, JSON, Excel, or XML.
Is this actor suitable for real-time monitoring? This actor runs on demand. For continuous monitoring, consider a competitor actor that polls GlobeNewswire automatically.
Can I scrape press releases from a specific company? The current version does not support filtering by company. You can collect all releases from a feed and filter the results yourself.
Is the data clean and structured? Yes, each press release is returned as a flat row with consistent fields, ready for analysis or storage.

๐Ÿ†˜ Need help? Email parseforge@protonmail.com with your run ID, your input, and what you expected.

โš ๏ธ Disclaimer. This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by GlobeNewswire, Inc. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.

What input does the GlobeNewswire Press Releases Scraper accept?

FieldTypeWhat it doesDefault
feed string (5 options) Feed public
maxItems integer How many press releases to collect per run. 10

How much does the GlobeNewswire Press Releases Scraper cost?

from $19.00 per 1,000 results

Charged forWhat it isPrice each
Result item Each result row pushed to the dataset. $0.019 to $0.021

Tiered: the lower figure is the price on a higher Apify plan. Billing and the free credit live on Apify.

How do I call the GlobeNewswire Press Releases Scraper API?

One POST returns the dataset directly. Same shape for every scraper in the library, so swapping the slug is the only change.

POST ยท run and get results
curl -X POST "https://api.apify.com/v2/acts/parseforge~globenewswire-releases-scraper/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "feed": "public",
    "maxItems": 10
  }'

What example inputs can I use?

Use these inputs to see how a run is configured.

input.json
{
  "feed": "public",
  "maxItems": 10
}

What do users say about the GlobeNewswire Press Releases Scraper?

No reviews yet. Be the first.

How do I report an issue with the GlobeNewswire Press Releases Scraper?

We build and maintain this scraper, so a problem with it comes to us. Report it on the Apify listing and the thread stays attached to the scraper where the next person can find it: open an issue.

Broken and urgent, or you would rather not post in public? Write to parseforge@protonmail.com and it reaches the people who wrote it.

What related scrapers can I use?

Run GlobeNewswire Press Releases Scraper on Apify All scrapers