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
| Header | Value |
|---|---|
X-API-KEY | Your Clodura API key |
Content-Type | application/json |
Body Parameters
Clodura’s unique identifier for the company. Obtain this from the Search Organizations endpoint. Required if
orgLinkedinUrl is not provided.Full LinkedIn Company profile URL (e.g.,
https://www.linkedin.com/company/clodura-ai/). Required if organisationId is not provided.Start date for filtering news articles by publication date. Format:
YYYY-MM-DD (e.g., 2024-01-01).End date for filtering news articles by publication date. Format:
YYYY-MM-DD (e.g., 2024-12-31).Exact match filter for a specific article headline. Useful for locating a known article.
Filter articles by event category. Accepted values:
Acquisition, Announcements, Bankruptcy, Expansion, IPO, Investment, Issue, Launch, Layoff, Partnership, Patent, Funding.Keywords to search within article content (e.g.,
Series B, new CEO, data breach).Page number to retrieve. Maximum:
100.Example Request
Response
A successful200 response returns a paginated list of news articles for the specified organization.
The Clodura ID of the queried organization.
The LinkedIn URL of the queried organization.
Example Response
News Category Definitions
| Category | Description |
|---|---|
Funding | Venture rounds, seed investments, debt financing, and grants |
Acquisition | Companies acquired by the organization |
Partnership | Strategic alliances and formal business partnerships |
Launch | New product, service, or feature launches |
Expansion | Office openings, market entries, and geographic growth |
Layoff | Workforce reductions and restructuring announcements |
IPO | Initial public offering announcements or filings |
Investment | Company investment in or by another organization |
Announcements | General corporate announcements not fitting other categories |
Bankruptcy | Financial distress, insolvency, or restructuring filings |
Patent | Intellectual property filings and grants |
Issue | Regulatory actions, legal disputes, or public controversies |
Error Codes
| Status | Meaning |
|---|---|
400 | Bad request — malformed input or domain count exceeded |
401 | Unauthorized — your API key is missing or invalid |
402 | Payment required — credits exhausted; upgrade your plan or add credits |
403 | Forbidden — this endpoint requires a paid Clodura plan |
404 | Not found — no news articles found for this organization |
409 | Daily rate limit reached — maximum API calls for this endpoint exceeded |
422 | Unprocessable entity — invalid parameter combination or malformed JSON |
429 | Rate limit exceeded — reduce request frequency or upgrade your plan |
