Youtube
Arcade OptimizedBYOCPro
Arcade.dev LLM tools for searching for YouTube videos"
Author:Arcade
Version:
3.1.2Auth:No authentication required
2tools
2require secrets
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_KEYto authenticate API requests for video data.
Available tools(2)
2 of 2
| Tool name | Description | Secrets | |
|---|---|---|---|
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
| Parameter | Type | Req. | Description |
|---|---|---|---|
video_id | string | Required | The ID of the YouTube video to get details about. E.g. 'dQw4w9WgXcQ'. |
language_code | string | Optional | 2-character language code to search for. E.g. 'en' for English. Defaults to 'en'. |
country_code | string | Optional | 2-character country code to search for. E.g. 'us' for United States. Defaults to 'None'. |
Requirements
Secrets:SERP_API_KEY
Output
Type:
json— Details about a YouTube video.#
Youtube.SearchForVideos
Search for YouTube videos related to the query.
Parameters
| Parameter | Type | Req. | Description |
|---|---|---|---|
keywords | string | Required | The keywords to search for. E.g. 'Python tutorial'. |
language_code | string | Optional | 2-character language code to search for. E.g. 'en' for English. Defaults to 'en'. |
country_code | string | Optional | 2-character country code to search for. E.g. 'us' for United States. Defaults to 'None'. |
next_page_token | string | Optional | The next page token to use for pagination. Defaults to `None` (start from the first page). |
Requirements
Secrets:SERP_API_KEY
Output
Type:
json— List of YouTube videos related to the query.Last updated on