latestOpenAPI 3.1.02026-08-1777149841.6 KB

24d2b91f5275

News

Search company news

Searches live and historical company news for one company, identified in searchBy by name, domain, ticker (optionally disambiguated by exchange), or ISIN. Results can be filtered by publisher domain, publisher country, article language, article type, and published-at date, and include stable story IDs, source metadata, verified entity relevance, and cursor pagination.

post/news/search

Request body

limitinteger

Maximum results to return. Defaults to 10.

cursorstring nullable

Opaque next_cursor from the previous response, or null for the first page.

tagsstring[]

Optional tags for tracking usage. Up to 20 tags, each 1 to 50 characters.

Example request

{
  "tags": [
    "production",
    "team-alpha"
  ]
}

Response

Company news results

has_moreboolean required

True when more results are available beyond this page.

next_cursorstring nullable required

Pass as cursor in the next request to fetch the following page. Null when there are no more results.