Discover/globenewswire.com API
live

globenewswire.com APIglobenewswire.com

Access GlobeNewswire press releases, earnings announcements, and M&A data via 6 structured endpoints. Filter by industry, date, keyword, or organization.

Endpoints
6
Updated
10d ago
Try it
Language code for results.
Page number for pagination.
Search keyword. When omitted, returns latest press releases.
End date for custom range in YYYY-MM-DD format. Used with dateRange='custom'.
Subject filter value.
Industry filter value (e.g., 'Financials', 'Consumer Services', 'Industrials').
Number of results per page.
Date range preset: 'past24Hours', 'pastWeek', 'pastMonth', or 'custom'.
Start date for custom range in YYYY-MM-DD format. Used with dateRange='custom'.
api.parse.bot/scraper/863b4735-fc98-4fd5-a7e7-cc66cb6dd8b8/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/863b4735-fc98-4fd5-a7e7-cc66cb6dd8b8/search_press_releases?query=technology&pageSize=10&dateRange=pastMonth' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 6 totalclick to expand

Search for press releases by keyword or with various filters. Returns paginated results from GlobeNewswire's search.

Input
ParamTypeDescription
langstringLanguage code for results.
pageintegerPage number for pagination.
querystringSearch keyword. When omitted, returns latest press releases.
endDatestringEnd date for custom range in YYYY-MM-DD format. Used with dateRange='custom'.
subjectstringSubject filter value.
industrystringIndustry filter value (e.g., 'Financials', 'Consumer Services', 'Industrials').
pageSizeintegerNumber of results per page.
dateRangestringDate range preset: 'past24Hours', 'pastWeek', 'pastMonth', or 'custom'.
startDatestringStart date for custom range in YYYY-MM-DD format. Used with dateRange='custom'.
Response
{
  "type": "object",
  "fields": {
    "url": "string, the search URL used",
    "page": "integer, current page number",
    "items": "array of press release objects with title, url, date, source, and summary",
    "page_size": "integer, results per page"
  },
  "sample": {
    "data": {
      "url": "https://www.globenewswire.com/en/search/keyword/AI",
      "page": 1,
      "items": [
        {
          "url": "https://www.globenewswire.com/news-release/2026/05/07/3289745/0/en/teads-holding-co-announces-first-quarter-2026-results.html",
          "date": "May 07, 2026 06:30 ET",
          "title": "Teads Holding Co. Announces First Quarter 2026 Results",
          "source": "Teads Holding Co.",
          "summary": "NEW YORK, May  07, 2026  (GLOBE NEWSWIRE) -- Teads Holding Co. (Nasdaq: TEAD)..."
        }
      ],
      "page_size": 10
    },
    "status": "success"
  }
}

About the globenewswire.com API

The GlobeNewswire API provides structured access to press release content across 6 endpoints, covering everything from keyword search to full-text retrieval. With get_press_release_detail, you can pull a release's body_text, ticker, publication_date, contact_info, and keywords for a given URL. Dedicated endpoints for earnings announcements and M&A releases make it straightforward to segment by news type without building your own classification layer.

Search and Browse Press Releases

The search_press_releases endpoint accepts a query string alongside filters for lang, industry, subject, and dateRange. The dateRange parameter accepts presets (past24Hours, pastWeek, pastMonth) or custom when paired with an endDate. Results come back paginated with page and pageSize controls, and each item in the items array includes title, url, date, source, and a summary. When query is omitted, the endpoint returns the latest press releases across all categories.

Full Press Release Content

get_press_release_detail takes a single required url (typically from a search result) and returns the full body_text, title, publication_date, source, ticker, keywords, description, and contact_info. The ticker and keywords fields are especially useful for associating a release with a specific publicly traded company or sector without parsing the body manually.

Specialized Feeds: Earnings and M&A

search_earnings_announcements and search_ma_press_releases are purpose-built endpoints that filter the press release corpus to operating-results and merger-and-acquisition content respectively. Both support page and pageSize pagination and return the same items structure as the general search. browse_by_industry narrows results by industry_slug — accepted values include Financials, Consumer Services, and Industrials, among others.

Organization RSS Feeds

get_rss_feed_by_organization takes a base64-encoded org_id and returns a structured feed with title, link, description, pubDate, identifier, contributor, keywords, and categories per item, plus a feed_title for the organization. Note that numeric organization IDs are not accepted — the parameter requires the base64-encoded form.

Common use cases
  • Monitor earnings announcements for a portfolio of tickers using search_earnings_announcements combined with get_press_release_detail to extract ticker and body_text.
  • Build an M&A deal tracker by polling search_ma_press_releases and parsing source, date, and summary for each new release.
  • Index full press release content by industry using browse_by_industry with industry_slug values like Financials or Industrials.
  • Set up organization-level news alerts by querying get_rss_feed_by_organization with a known org_id and comparing pubDate against your last-seen timestamp.
  • Feed a financial NLP pipeline with structured body_text and keywords from get_press_release_detail to extract named entities and sentiment.
  • Track news volume by sector and date window using search_press_releases with industry and dateRange filters.
  • Correlate press release timing with stock price movements by joining ticker and publication_date fields against a market data feed.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does GlobeNewswire have an official developer API?+
GlobeNewswire offers a distribution and syndication service for paying customers (issuers and PR agencies), but there is no publicly documented, self-serve REST API for reading press release data. This Parse API provides structured read access to the public press release content on globenewswire.com.
What does `get_press_release_detail` return beyond what the search endpoints provide?+
The search endpoints return title, url, date, source, and summary. get_press_release_detail adds body_text (full release text), ticker, keywords, contact_info, description, and publication_date. If you need the actual body of the release or the associated stock ticker, you need to call this endpoint with the URL from the search result.
How do I look up press releases for a specific organization?+
get_rss_feed_by_organization retrieves feed items for a single organization using a base64-encoded org_id. The endpoint does not accept plain numeric IDs. If you have a numeric organization ID from another source, you will need to base64-encode it before passing it as org_id. The feed response includes feed_title, pubDate, contributor, keywords, and categories per item.
Can I filter press releases by country or region?+
The search_press_releases endpoint accepts a lang parameter for language filtering, but there is no explicit country or region filter exposed in the current API. You can fork this API on Parse and revise it to add a region-based filter endpoint if your use case requires geographic segmentation.
Does the API expose historical press releases beyond the preset date ranges?+
The dateRange parameter on search_press_releases supports presets up to pastMonth and a custom range when combined with endDate. Deep historical archive retrieval with arbitrary start dates is not currently supported as a dedicated endpoint. You can fork this API on Parse and revise it to add a wider historical search endpoint covering earlier date ranges.
Page content last updated . Spec covers 6 endpoints from globenewswire.com.
Related APIs in News MediaSee all →
arxiv.org API
Search and discover academic research papers on arXiv using keywords, authors, titles, categories, and dates, then access detailed metadata for any paper. Browse the complete arXiv category taxonomy to explore research across different scientific disciplines.
ieeexplore.ieee.org API
Search for scientific papers and retrieve their metadata, abstracts, references, and citations from IEEE Xplore's collection of journals and conferences. Look up author profiles, browse journals, and access paper details and full text sections all programmatically.
bwfbadminton.com API
Track badminton tournaments worldwide by browsing the BWF calendar, viewing tournament draw brackets, and retrieving detailed match results with player stats and scores. Stay updated on competitions and analyze matchups with comprehensive tournament data from the Badminton World Federation.
formula1.com API
Get comprehensive Formula 1 data including race results, qualifying sessions, practice sessions, pit stops, and driver/team standings from 1950 to present. Track live race schedules, fastest laps, starting grids, and historical world champions to stay updated on all F1 season information.
nfl.com API
Access real-time NFL data including game schedules, scores, player statistics, team rosters, standings, injury reports, fantasy rankings, and the latest news — all from nfl.com.
mwcbarcelona.com API
Discover and explore MWC Barcelona 2026 exhibitors, speakers, and sessions by searching, filtering, and browsing by category, location, or type. Access detailed information about pavilions, agenda schedules, news updates, and pass options to plan your conference experience.
morningstar.com.au API
Access comprehensive financial data for Australian stocks, ETFs, and managed funds including key metrics, valuations, dividends, and historical prices. Search securities, review company profiles and ownership details, and stay informed with market news and upcoming dividend information.
guba.eastmoney.com API
Access Chinese stock discussion posts and comments from Eastmoney's community platform to monitor investor sentiment, search board discussions, and retrieve detailed post information and stock board metadata. Get real-time insights into what traders are discussing about specific stocks through posts, replies, and board analytics.