NewsAPI.org
Search global news articles, top headlines, and source metadata from NewsAPI.org.
Tools
| Name | Description |
|---|---|
search_everythingSearch NewsAPI.org /v2/everything articles across sources, domains, languages, and dates. | Search NewsAPI.org /v2/everything articles across sources, domains, languages, and dates. |
top_headlinesGet live top and breaking headlines from NewsAPI.org. | Get live top and breaking headlines from NewsAPI.org. |
list_sourcesList sources available to NewsAPI.org top headlines. | List sources available to NewsAPI.org top headlines. |
Triggers
| Name | Description |
|---|---|
new_everything_articlesPoll /v2/everything sorted by publish time and emit newly seen article URLs. | Poll /v2/everything sorted by publish time and emit newly seen article URLs. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('newsapi-org', 'search_everything', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'newsapi-org',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect NewsAPI.org to my app?
Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does NewsAPI.org support?
NewsAPI.org supports 3 tools including Search Everything, Top Headlines, List Sources.
Can I use NewsAPI.org with AI agents?
Yes. Add NewsAPI.org to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
Can NewsAPI.org be used in stateful agent workflows?
Yes. Agents can combine NewsAPI.org tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does NewsAPI.org use?
NewsAPI.org uses API Key. Weavz stores credentials securely and uses them for authorized action execution.
How much does the NewsAPI.org integration cost?
The NewsAPI.org integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does NewsAPI.org support?
NewsAPI.org supports 1 triggers including New Everything Articles.
Connect NewsAPI.org in minutes
Get 20,000 free action executions every month. No credit card required.