# Introduction

# News Search API

Search global news with a natural-language query. The API finds articles by meaning, not only exact keywords.

`POST`

```
http://api.webz.io/api/news/context
```

## How it works

1. Send a topic or question.
2. Add [Filters](news-search-api-filters) if needed.
3. Review the matching articles and text excerpts.

## Coverage

News Search looks at news from the last 30 days. Use `published_from` to search from a date.

## Next steps

- [Run your first search](news-search-api-quickstart)
- [Filter results](news-search-api-filters)
- [Understand the response](news-search-api-response-format)
- Review [request parameters](news-search-api-parameters) and [errors, rate limits & credits](news-search-api-errors-limits)
- Connect an AI agent: [MCP Server](news-search-api-mcp) and [Agent Skill](news-search-api-skill)

