apollo_search_news_articles
Search for news articles about companies using Apollo organization IDs. Filter by event categories and publication date range to find relevant business news.
Instructions
Search Apollo for news articles about specific companies. organization_ids is REQUIRED — Apollo returns 422 without it. Optionally filter by event categories (e.g. 'hires', 'investment', 'contract') and a published-date range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default: 1) | |
| per_page | No | Results per page (default: 25). Smaller values improve latency. | |
| categories | No | Event categories to include (e.g. ['hires', 'investment', 'contract']). More categories are discoverable via Apollo's News search filter UI. | |
| organization_ids | Yes | Apollo organization IDs to scope the search. Required by Apollo. Look these up via apollo_search_companies or apollo_enrich_company. | |
| published_at_max | No | Upper bound of the publication-date range (YYYY-MM-DD). | |
| published_at_min | No | Lower bound of the publication-date range (YYYY-MM-DD). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |