---
title: "News Articles Search"
method: POST
path: "/news_articles/search"
tags: ["Search"]
---

# News Articles Search

`POST /news_articles/search`

This endpoint consumes **1 Apollo credit per page** when results are returned. Each page can include up to 25 results. If Apollo doesn't return results, the request consumes **0 credits**. Learn more about [API pricing and credits](https://docs.apollo.io/docs/api-pricing).

<a href="https://knowledge.apollo.io/hc/en-us/articles/4412665755661-Search-Filters-Overview#news" target="_blank">News</a> includes articles related to companies in Apollo.<br><br>Use the News Articles Search endpoint to find news articles related to specific companies. Several filters are available to help narrow your search.

## Query parameters

- `organization_ids[]` string[], required
- `categories[]` string[]
- `published_at[min]` string, date
- `published_at[max]` string, date
- `page` integer
- `per_page` integer

## Response `200`

## Other responses

- `401` — Unauthorized
- `422` — Unprocessable Entity

---

[API](https://skmtc.dev/apollo/apis/apollo-rest-api.md) · [All operations](https://skmtc.dev/apollo/apis/apollo-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/apollo/apollo-rest-api/revisions/c715a05fa6e2/schema)
