# NewsAPI Everything Search via gateway.apiosk.com

> NewsAPI Everything Search via gateway.apiosk.com is a paid API for AI agents from gateway.apiosk.com, paid per call via x402, $0.06/call, status unknown (last checked 2026-09-14).

Searches across all news articles using NewsAPI's /everything endpoint, returning matching articles with title, content, source, and publication date.

## Facts

- Endpoint: GET https://gateway.apiosk.com/newsapi/everything
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/newsapi-everything-search-via-gateway-apiosk-com-82982f14
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_XZBNUVkSp3e8Y026mWMpQ

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 newsapi-everything-search-via-gateway-apiosk-com-82982f14
```

Example prompt: Find me the 20 most popular English-language news articles about Bitcoin right now — sort them by popularity.

## When to prefer this

Use this endpoint when you need to search across a broad corpus of news articles by keyword or phrase with flexible sorting and language filtering, especially when you want to pay per-call without a NewsAPI subscription. Prefer over direct NewsAPI if you need x402 micropayment-based access.

## Known failure modes

- Missing required 'q' parameter returns an error response
- Invalid sortBy value (not 'relevancy', 'popularity', or 'publishedAt') may return an error or default behavior
- Invalid language code may return no results or an error
- pageSize exceeding 100 may be clamped or return an error
- Payment not sent or insufficient USDC results in HTTP 402 rejection
- No articles matching the query returns totalResults: 0 with an empty articles array

## How this service works

Full-text search across every article NewsAPI indexes, sortable by relevance/date and filterable by source, language and date range.

## Output

Returns a JSON object with status 'ok', total result count, and an array of articles each containing URL, title, author, source name and ID, article content snippet, description, and ISO 8601 publication timestamp.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/newsapi-everything-search-via-gateway-apiosk-com-82982f14/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)
