Home
Marketplace
Blog
Discord
Search…
About
What's New?
FAQ
Site Status
Getting Started
Hello World
Variables
Modules
Script Flow
Triggers
Looping / Iteration
Conditionals
Functions
Code Editors
File System
Sharing
Debugging
Feedback and Bug Reporting
Power Users
Test Mode
Library
Triggers
Logic
Modules
Airtable
Alexa
Alpha Vantage
Article Extractor
BigPanda
Bing
Bittrex
Bulk SMS
Calculator
Calendly
Chart
CircleCI
Cities
Clearbit
Cloudflare
CouponTools
Crunchbase
CSS
CSV
Dashboard Response
Datadog
Date Time
Diffbot
Discord
Dropbox
Excel
Figma
Financial Math
Full Contact
FuzzyWuzzy
Giphy
GitHub
GiveButter
Gmail
Google Assistant
Google Calendar
Google Sheets
GraphQL
Guesty
Hacker News
HTML
HTTP Response
Hunter.io
Java
JavaScript
Jira
JSON
Mailchimp
MapQuest
Medium
Monday
Name Parser
News API
NLP
NY Times
Outlook
Phillips Hue
Pushbullet
Python
Reddit
RegEx
Requests
RocketReach
Rollbar
RSS Feed
Salesforce
Scryfall
Send Email
SendGrid
Shell Script
Slack
SMTP Email
Spotify
SQL
Stripe
Text Message
Trello
Twilio
Twitch
Twitter
TXT File
Udemy Instructors
URL Encoder
Verify Emails
Watson
Weather API
Website Searcher
Wikipedia
Word
Yahoo Finance
Yellow Pages
Yelp
YouTube
Zendesk
ZenHub
Zillow
APIs
Python
JavaScript
CLI (alpha release)
Account Management
Updating Your Name, Email, and Username
Changing Your Password
Managing Your Plan
Managing Your API Key
Managing Your Linked Accounts
Phone Number Verification
Two-Factor Authentication
Team Management
Other Information
IP Addresses
Security
Powered By
GitBook
YouTube
Seamlessly integrate YouTube with your favorite APIs, databases, and programming languages, using WayScript.
Work with YouTube data.
​
🔗
Link Your YouTube Account
When using a YouTube module for the first time, follow the prompt to authorize access.
You can add additional accounts from the YouTube module settings.
​
🔎
Search for Videos by Keyword
​
📥
Inputs
Search Term
Maximum Number of Results
Advanced:
Sort Order
Filter Results by U.S. Zip Code
Channel ID (Constrain your search to a specific YouTube channel.)
​
📤
Output
1
YouTube_Videos
=
[
2
{
3
title
:
String
,
4
channel
:
String
,
5
url
:
Url
,
6
description
:
String
,
7
published_at
:
Date
,
8
channel_id
:
String
,
9
video_id
:
String
,
10
},
11
]
Copied!
​
📺
Get Data About a Video
​
📥
Inputs
Video URL
​
📤
Output
1
YouTube_Video
=
{
2
title
:
String
,
3
channel
:
String
,
4
description
:
String
,
5
published_at
:
Date
,
6
channel_id
:
String
,
7
tags
:
[
8
String
,
9
],
10
comment_count
:
Int
,
11
dislike_count
:
Int
,
12
favorite_count
:
Int
,
13
like_count
:
Int
,
14
view_count
:
Int
,
15
duration
:
String
,
16
}
Copied!
​
💬
Get Comments on a Video
​
📥
Inputs
Video URL
Maximum Number of Comments
Advanced: Sort Order
Time
Relevance
​
📤
Output
1
Video_Comments
=
[
2
{
3
text
:
String
,
4
author_display_name
:
String
,
5
author_channel_id
:
String
,
6
author_channel_url
:
String
,
7
like_count
:
String
,
8
published_at
:
Date
,
9
reply_count
:
Int
,
10
},
11
]
Copied!
​
👤
Get Data on a Channel (User Account)
​
📥
Inputs
Account/Channel Username
​
📤
Output
1
YouTube_Channel
=
{
2
description
:
String
,
3
view_count
:
Int
,
4
comment_count
:
Int
,
5
subscriber_count
:
Int
,
6
video_count
:
Int
,
7
url
:
Url
,
8
id
:
String
,
9
}
Copied!
Previous
Yelp
Next
Zendesk
Last modified
1yr ago
Export as PDF
Copy link
Contents
Link Your YouTube Account
Search for Videos by Keyword
Inputs
Output
Get Data About a Video
Inputs
Output
Get Comments on a Video
Inputs
Output
Get Data on a Channel (User Account)
Inputs
Output