1
0
mirror of synced 2025-12-26 14:02:10 -05:00
Files
airbyte/docs/integrations/sources/newsdata-io.md

1.9 KiB

NewsData.io

Connector for NewsData.io to get the latest news in pagination and the latest news from specific countries, categories and domains. You can also get the news sources from specific categories, countries and languages.

:::info Historical News is only available for premium users of NewsData service. :::

Configuration

Input Type Description Default Value
api_key string API Key.
start_date string Start Date.
end_date string End Date.
categories string Categories to filter news.
countries string Countries to filter news.
languages string Language to filter news.
domains string Specific domains to filter news

Streams

Stream Name Primary Key Pagination Supports Full Sync Supports Incremental
latest_news article_id DefaultPaginator
historical_news article_id DefaultPaginator

Changelog

Expand to review
Version Date Pull Request Subject
0.0.4 2024-12-14 49630 Update dependencies
0.0.3 2024-12-12 49259 Update dependencies
0.0.2 2024-12-11 48999 Starting with this version, the Docker image is now rootless. Please note that this and future versions will not be compatible with Airbyte versions earlier than 0.64
0.0.1 2024-11-08 Initial release by @faria-karim-porna via Connector Builder