GlobeNewswire Press Release Scraper
Pricing
from $3.00 / 1,000 results
GlobeNewswire Press Release Scraper
Scrape GlobeNewswire, a leading press-release wire for corporate, financial, and investor news. Search by keyword, browse by industry/category, browse by date range, or filter by source organization. Get headlines, full press-release text, publish dates, organizations, industries, and subjects.
Pricing
from $3.00 / 1,000 results
Rating
0.0
(0)
Developer
Crawler Bros
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Scrape GlobeNewswire, a leading global press-release wire for corporate, financial, and investor news. Search by keyword, browse by industry/category, browse by date range, or filter by source organization -- or fetch specific press releases by URL. Get headlines, full press-release text, publish dates, organizations, industries, and subject keywords. No login, no API key, no cookies required.
What this actor does
- Five modes:
search(keyword),byCategory(industry taxonomy),byDate(date-range browse),byOrganization(source company),byUrl(direct fetch) - Full industry taxonomy: all 6 top-level GlobeNewswire industries and their 33 sub-industries (Technology, Healthcare, Energy, Banks & Financial Services, Consumer Products, Industrials & Utilities)
- Full press-release text: headline, dateline location, full body, industry classification, and subject keywords -- pulled from each release's own detail page
- Language filter: GlobeNewswire publishes in English, French, and German editions; filter to one or leave open for all
- Empty fields are omitted -- every record only contains fields that were actually found
Output per press release
headline-- the press-release titleorganization-- the source company/organizationpublishedAt-- ISO 8601 publish timestamp (when full content is fetched);publishDate(YYYY-MM-DD) otherwiseupdatedAt-- ISO 8601 last-modified timestamp, when GlobeNewswire records an updatesummary-- a preview/summary of the releasebody-- the full press-release text (when "Fetch full press-release text" is enabled, or always in mode=byUrl)industry-- GlobeNewswire's own industry classification for the source organizationcategory-- the searched industry/sub-industry title (mode=byCategory only)location-- the press-release's dateline (city, region, country)keywords[]-- subject keywords GlobeNewswire tags the release witharticleSection[]-- GlobeNewswire's own content-type tags, e.g.Press releases,Company Announcementlanguage-- the language edition of this specific press-release URL (en,fr,de, or another native-language code GlobeNewswire also publishes, e.g.zh-hans)articleId-- GlobeNewswire's internal numeric article IDorganizationUrl-- the source organization's own website (when full content is fetched)organizationLogoUrl-- the source organization's logo image URL, when GlobeNewswire has one on file (when full content is fetched)imageUrl-- the release's featured image URL, when the release has one (when full content is fetched)attachments[]-- attached documents (PDF, image, spreadsheet, etc.) GlobeNewswire published alongside the release, each withtitleandurl(when full content is fetched, and only for releases that have attachments)relatedArticles[]-- other press releases GlobeNewswire recommends alongside this one (its "Recommended Reading" list, usually from the same source organization), each withheadlineandurl(when full content is fetched, and only for releases that have any)sourceUrl-- the press-release's canonical URLrecordType: "pressRelease",scrapedAt
Input
| Field | Type | Default | Description |
|---|---|---|---|
mode | string | search | search / byCategory / byDate / byOrganization / byUrl |
searchQuery | string | technology | Free-text keyword (mode=search) |
category | string | technology-telecom | Industry/sub-industry slug (mode=byCategory) |
dateFrom | string | -- | Start date YYYY-MM-DD (mode=byDate) |
dateTo | string | -- | End date YYYY-MM-DD (mode=byDate) |
organizationName | string | Research and Markets | Source company name (mode=byOrganization) |
articleUrls | array | -- | Direct press-release URLs (mode=byUrl) |
language | string | (all) | en / fr / de |
fetchFullContent | boolean | true | Also fetch each release's full body text, industry, location, keywords |
maxItems | integer | 20 | Hard cap (1-500) |
Example: keyword search
{"mode": "search","searchQuery": "artificial intelligence","maxItems": 30}
Example: browse an industry
{"mode": "byCategory","category": "biotechnology","maxItems": 25}
Example: browse a date range
{"mode": "byDate","dateFrom": "2026-07-01","dateTo": "2026-07-07","maxItems": 50}
Example: all releases from one organization
{"mode": "byOrganization","organizationName": "Apple Inc.","maxItems": 20}
Example: fetch specific releases by URL
{"mode": "byUrl","articleUrls": [{ "url": "https://www.globenewswire.com/news-release/2026/07/17/3328975/0/en/example-press-release.html" }]}
Use cases
- Financial research -- track corporate announcements, earnings-date releases, and M&A activity from public companies
- Media monitoring -- follow press releases by industry sector or by a watchlist of source companies
- Investor relations intelligence -- monitor competitors' or portfolio companies' newswire activity
- Content aggregation -- feed GlobeNewswire's industry taxonomy into a news dashboard or newsletter
- Market research -- collect industry-specific press releases (e.g. all Biotechnology or Semiconductors releases in a date window)
- PR/comms benchmarking -- see how frequently and in which sections a company or its competitors get covered
FAQ
What's GlobeNewswire? A globally used press-release distribution service for corporate, financial, and regulatory news, used by public companies, PR agencies, and news organizations. See globenewswire.com.
Is a login or API key required? No. GlobeNewswire's press-release listings and article pages are fully public.
What industries are covered by byCategory? All 6 top-level GlobeNewswire industries -- Banks & Financial Services, Consumer Products and Services, Energy, Healthcare, Industrials and Utilities, Technology and Telecom -- plus their 33 sub-industries (e.g. Software, Semiconductors, Pharmaceuticals, Biotechnology, Oil Gas and Coal). Pick a top-level entry to get all its sub-industries combined, or a specific sub-industry.
Why is body sometimes missing? body (and industry, location, keywords, organizationUrl, organizationLogoUrl, imageUrl, attachments) require an extra request per press release to its own detail page. This happens automatically when "Fetch full press-release text" is on (the default), or always in mode=byUrl. With it off, you only get the faster listing-page fields (headline, organization, summary, publishDate).
What are attachments? Some press releases include downloadable files (a PDF version, a supporting image, an investor presentation) alongside the body text. When present, each is returned as { title, url }. Not every release has attachments -- the field is omitted when there are none.
What languages does GlobeNewswire publish in? English, French, and German are GlobeNewswire's three fully supported site editions (filterable via the language input). Some releases also have additional native-language translations (e.g. Simplified/Traditional Chinese) published as separate URLs; these pass through when no language filter is set.
Can I look up all press releases from a specific company? Yes -- use mode=byOrganization with the exact company/organization name as it appears on GlobeNewswire (e.g. Research and Markets, Apple Inc.).
How far back does byDate go? GlobeNewswire's date-search endpoint covers its full historical archive; results are ordered newest article ID first within the range.
How fresh is the data? Real-time -- GlobeNewswire publishes press releases continuously throughout each business day, and this actor scrapes the live site on every run.