1
0
mirror of synced 2025-12-21 11:01:41 -05:00
Files
airbyte/docs/integrations/sources/newsdata.md
2024-08-16 18:47:23 -07:00

3.6 KiB

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 and country input parameters only accept a single value, not multiple like latest stream. Thus, if several values are supplied, the first one will be the one to be used.

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

  1. 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.

Changelog

Expand to review
Version Date Pull Request Subject
0.2.1 2024-08-16 44196 Bump source-declarative-manifest version
0.2.0 2024-08-15 44113 Refactor connector to manifest-only format
0.1.15 2024-08-10 43517 Update dependencies
0.1.14 2024-08-03 43271 Update dependencies
0.1.13 2024-07-27 42783 Update dependencies
0.1.12 2024-07-20 42378 Update dependencies
0.1.11 2024-07-13 41791 Update dependencies
0.1.10 2024-07-10 41567 Update dependencies
0.1.9 2024-07-09 41138 Update dependencies
0.1.8 2024-07-06 40852 Update dependencies
0.1.7 2024-06-25 40361 Update dependencies
0.1.6 2024-06-22 40082 Update dependencies
0.1.5 2024-06-06 39160 [autopull] Upgrade base image to v1.2.2
0.1.4 2024-05-28 38731 Make compatible with the builder
0.1.3 2024-04-19 37203 Upgrade to CDK 0.80.0 and manage dependencies with Poetry.
0.1.2 2024-04-15 37203 Base image migration: remove Dockerfile and use the python-connector-base image
0.1.1 2024-04-12 37203 schema descriptions
0.1.0 2022-10-21 18576 🎉 New Source: Newsdata