World News API
7 operations0 webhooks
Global news aggregation API for headlines, articles, and searchable current events data.
Supported operations
- Extract NewsRead-only
Extract a news article from a website to a well-structured JSON object, including title, text, images, videos, publish date, authors, language, and sentiment.
- Extract News LinksRead-only
Extract news article links from a website or webpage, with optional filtering by URL prefix and subdomain inclusion.
- Get Geo CoordinatesRead-only
Retrieve latitude and longitude of a location name to fill the location-filter parameter in news search operations.
- News Website To Rss FeedRead-only
Convert any news website page into an RSS feed with the latest news from that page.
- Search NewsRead-only
Search and filter news by text, date, location, category, language, and more.
- Search News SourcesRead-only
Search whether a news source is being monitored by the World News API.
- Top NewsRead-only
Get the top news from a country in a specific language for a given date. The top news are clustered from multiple sources in the specified country.
FAQ
Install corsair and @corsair-dev/worldnewsapi, add the World News API plugin, and connect with an API key. Then call methods like corsair.worldnewsapi.api.news.extractNews() from your app. Corsair syncs data per tenant.
Yes. World News API requires an API key from your World News API account or developer dashboard. Create credentials with access that matches what you automate, then paste them into Corsair or connect through managed auth in Hub.
Yes. One Corsair client can hit World News API, GitHub, Notion, Stripe, and the rest. Trigger World News API from a webhook, push updates to Slack, or chain actions across plugins. Same tenant context across integrations, plain TypeScript.
Teams use Corsair for global news aggregation api for headlines, articles, and searchable current events data. Common builds include sync jobs, admin tooling, and agents that call World News API APIs from your backend. Local DB entities let you query synced World News API records without hitting the API on every read.
The SDK is open source. Self-host and you pay Corsair nothing for the integration layer. Hub bills for hosted auth and execution, not per World News API API call. Hub has a generous free tier. For hobby projects you can probably run the whole thing on free. Paid plans start to matter with more tenants or heavier traffic.
We maintain @corsair-dev/worldnewsapi in the open repo. When World News API ships API changes, upgrade the package. Your call sites stay typed. You should not need to rewrite the integration layer each time.
No. Corsair does not read your World News API data or hold individual access credentials. Credentials stay in your database. API calls run on your instance. We do not store World News API data on your behalf.