Skip to Content

Youtube

Youtube icon
Arcade OptimizedBYOCPro

Arcade.dev LLM tools for searching for YouTube videos"

Author:Arcade
Version:3.1.2
Auth:No authentication required
2tools
2require secrets
PyPI VersionPython VersionsWheel StatusDownloadsLicense

Arcade.dev provides a toolkit for interacting with YouTube, enabling developers to search for videos and retrieve video details seamlessly. This toolkit simplifies tasks related to enhancing applications with YouTube content.

Capabilities

  • Search for videos based on specific queries
  • Retrieve detailed information about YouTube videos
  • Supports integration of YouTube functionalities into applications
  • Allows quick access to video data for enhanced user experiences

OAuth

  • No OAuth authentication required.

Secrets

  • API Key: Use the SERP_API_KEY to authenticate API requests for video data.

Available tools(2)

2 of 2
Tool nameDescriptionSecrets
Get details about a YouTube video.
1
Search for YouTube videos related to the query.
1

Selected tools

No tools selected.

Click "Show all tools" to add tools.

Requirements

Select tools to see requirements

#

Youtube.GetYoutubeVideoDetails

Get details about a YouTube video.

Parameters

ParameterTypeReq.Description
video_idstringRequiredThe ID of the YouTube video to get details about. E.g. 'dQw4w9WgXcQ'.
language_codestringOptional2-character language code to search for. E.g. 'en' for English. Defaults to 'en'.
country_codestringOptional2-character country code to search for. E.g. 'us' for United States. Defaults to 'None'.

Requirements

Secrets:SERP_API_KEY

Output

Type:jsonDetails about a YouTube video.
#

Youtube.SearchForVideos

Search for YouTube videos related to the query.

Parameters

ParameterTypeReq.Description
keywordsstringRequiredThe keywords to search for. E.g. 'Python tutorial'.
language_codestringOptional2-character language code to search for. E.g. 'en' for English. Defaults to 'en'.
country_codestringOptional2-character country code to search for. E.g. 'us' for United States. Defaults to 'None'.
next_page_tokenstringOptionalThe next page token to use for pagination. Defaults to `None` (start from the first page).

Requirements

Secrets:SERP_API_KEY

Output

Type:jsonList of YouTube videos related to the query.
Last updated on