Returns news items for one or more companies with cursor-based pagination.
Company filter precedence: company_id > company_domains > company_domain. If none are provided (domain-less query), at least one date range spanning 14 days or less is required.
Limits: Up to 200 company domains.
Documentation Index
Fetch the complete documentation index at: https://docs.sacra.com/llms.txt
Use this file to discover all available pages before exploring further.
Authenticate using one of two formats:
Token <your-token>Bearer <your-jwt>Fetch news for a single company by domain (e.g. openai.com).
Comma-separated list of company domains (e.g. openai.com,anthropic.com). Max 200.
Fetch news for a single company by internal ID. Takes highest precedence.
Filter news created on or before this datetime (ISO 8601). Alias: created_at_lte.
Alias for created_at_start.
Alias for created_at_end.
Filter news created on or after this datetime (ISO 8601). Alias: created_at_gte.
Filter by news importance. Default: major.
all, major Cursor for forward pagination. Cannot combine with page_before.
Cursor for backward pagination. Cannot combine with page_after.
Number of results per page. Default: 10, max: 50.
Filter news released on or before this datetime (ISO 8601).
Filter news released on or after this datetime (ISO 8601).
When true, articles without thumbnails fall back to the company logo. Default: false.
Filter news updated on or after this datetime (ISO 8601). Recommended for daily polling.
Filter news updated on or before this datetime (ISO 8601). Recommended for daily polling.