--- title: 'YouTube' description: 'Search, manage, and analyze YouTube videos, channels, and playlists.' --- # YouTube Search, manage, and analyze YouTube videos, channels, and playlists. | Detail | Value | |---|---| | Category | Social Media | | Base URL | `https://www.googleapis.com/youtube/v3` | | Authentication | OAuth2 | | Endpoints | 5 | | Connector key | `youtube` | ## Using YouTube in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **YouTube** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET /search](./get_search_social_search) | Search YouTube | | [GET /videos](./get_videos_social_listvideos) | List videos | | [GET /channels](./get_channels_social_listchannels) | List channels | | [GET /playlists](./get_playlists_social_listplaylists) | List playlists | | [GET /commentThreads](./get_commentthreads_social_listcomments) | List comment threads | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.