Skip to main content
The Company News endpoint retrieves news articles, press releases, and corporate events associated with a specific organization. Articles are categorized by event type — such as funding announcements, product launches, layoffs, partnerships, acquisitions, and IPOs — making it straightforward to filter for the signals most relevant to your sales or account management workflow. Funding news, for example, signals new budget and buying potential, while expansion news can indicate greenfield opportunities. You must identify the target company using either an organisationId (from Search Organizations) or an orgLinkedinUrl, and supply a date range for published articles. The endpoint returns up to 200 articles per request.
Credit cost: 2 credits per API request regardless of how many articles are returned.Capacity: Maximum of 200 news articles per company per request. Use pagination (page) to retrieve additional results.

Endpoint

POST /api/v1/organisation/news

Request

Headers

Body Parameters

string
Clodura’s unique identifier for the company. Obtain this from the Search Organizations endpoint. Required if orgLinkedinUrl is not provided.
string
Full LinkedIn Company profile URL (e.g., https://www.linkedin.com/company/clodura-ai/). Required if organisationId is not provided.
date
required
Start date for filtering news articles by publication date. Format: YYYY-MM-DD (e.g., 2024-01-01).
date
required
End date for filtering news articles by publication date. Format: YYYY-MM-DD (e.g., 2024-12-31).
string
Exact match filter for a specific article headline. Useful for locating a known article.
array
Filter articles by event category. Accepted values: Acquisition, Announcements, Bankruptcy, Expansion, IPO, Investment, Issue, Launch, Layoff, Partnership, Patent, Funding.
array
Keywords to search within article content (e.g., Series B, new CEO, data breach).
integer
Page number to retrieve. Maximum: 100.
You must provide at least one of organisationId or orgLinkedinUrl. Requests that include neither will be rejected.

Example Request

Response

A successful 200 response returns a paginated list of news articles for the specified organization.
string
The Clodura ID of the queried organization.
string
The LinkedIn URL of the queried organization.
object
array

Example Response

News Category Definitions

Use the category filter to zero in on buying signals. Filter for Funding to find companies that recently closed a round and likely have new budget to deploy.

Error Codes