1
0
mirror of synced 2025-12-22 11:31:02 -05:00
Files
airbyte/docs/integrations/sources/youtube-data.md

2.6 KiB

Youtube Data API

The YouTube Data API v3 is an API that provides access to YouTube data, such as videos, playlists, channels, comments and simple stats. This is a simpler version of Youtube connector, if you need more detailed reports from your channel please check the Youtube Analytics Connector

Configuration

Input Type Description Default Value
api_key string API Key.
channel_id string channel_id.

Streams

Stream Name Primary Key Pagination Supports Full Sync Supports Incremental
videos DefaultPaginator
video_details DefaultPaginator
channels id DefaultPaginator
comments DefaultPaginator
channel_comments id DefaultPaginator

Changelog

Expand to review
Version Date Pull Request Subject
0.0.12 2025-03-01 55162 Update dependencies
0.0.11 2025-02-23 54632 Update dependencies
0.0.10 2025-02-15 53087 Update dependencies
0.0.9 2025-01-25 52387 Update dependencies
0.0.8 2025-01-18 52006 Update dependencies
0.0.7 2025-01-11 51380 Update dependencies
0.0.6 2025-01-04 50753 Update dependencies
0.0.5 2024-12-21 50326 Update dependencies
0.0.4 2024-12-14 49756 Update dependencies
0.0.3 2024-12-12 49403 Update dependencies
0.0.2 2024-12-11 49125 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 @bala-ceg via Connector Builder