Newsdata API
Sync overview
This source retrieves the latests news from the Newsdata API.
Output schema
This source is capable of syncing the following streams:
latest
sources
- NOTE:
category
,language
andcountry
input parameters only accept a single value, not multiple likelatest
stream. Thus, if several values are supplied, the first one will be the one to be used.
- NOTE:
If there are more endpoints you'd like Airbyte to support, please create an issue.
Features
Feature | Supported? | Notes |
---|---|---|
Full Refresh Sync | Yes | |
Incremental Sync | No |
Performance considerations
The News API free tier only allows 200 requests per day, and only up to 10 news per request.
The free tier does not allow to perform advanced search queries.
Getting started
Requirements
- A Newsdata API key. You can get one here.
Setup guide
The following fields are required fields for the connector to work:
api_key
: Your Newsdata API key.
Reference
Config fields reference
Field
Type
Property name
string
api_key
OneOf
OneOf
array<string>
domain
array<string>
country
array<string>
category
array<string>
language
Changelog
Version | Date | Pull Request | Subject |
---|---|---|---|
0.1.0 | 2022-10-21 | 18576 | 🎉 New Source: Newsdata |