# Perigon News API – Article Search

> Perigon News API – Article Search is a paid API for AI agents from gateway.apiosk.com, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-14).

Search and filter individual news articles by query, date, source, country, language, and topic using the Perigon news data service.

## Facts

- Endpoint: GET https://gateway.apiosk.com/perigon/articles/all
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/perigon-news-api-article-search-dcfc7719
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zri0GmpB1xAY9jnxCYo1B

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability perigon-news-api-article-search-dcfc7719
```

Example prompt: Search Perigon for English-language news articles about AI regulation published in the last 7 days, filtering for US sources only.

## When to prefer this

Use this endpoint when you need to search across a broad, aggregated news dataset with flexible filtering by keyword, date, source, country, language, or topic. Prefer it over general web search when you specifically need structured news article metadata (source, date, topic) rather than raw web pages. Best for monitoring news coverage on a topic, finding recent headlines, or building news feeds.

## Known failure modes

- No articles found matching the given filters — returns empty results set
- Invalid date range format causes a 400 Bad Request
- Unsupported language or country code returns an error or empty result
- Query too broad or vague returns irrelevant articles
- Rate limit or payment failure returns a 402 Payment Required or 429 Too Many Requests
- Invalid topic filter value returns an error

## How this service works

Search/filter individual news articles with query, date, source, country, language and topic filters.

## Output

Returns a list of news articles matching the specified filters, each typically including headline, publication date, source name, article URL, topic tags, and summary or body text.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/perigon-news-api-article-search-dcfc7719/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from gateway.apiosk.com](https://www.zero.xyz/host/gateway.apiosk.com/llms.txt)
