Get Youtube videos from multiple @channels in one fast run avatar
Get Youtube videos from multiple @channels in one fast run

Pricing

$29.00/month + usage

Go to Store
Get Youtube videos from multiple @channels in one fast run

Get Youtube videos from multiple @channels in one fast run

Developed by

Runtime

Runtime

Maintained by Community

Get the videos id, title and links from a Youtube page. Multiple Youtube urls in one fast run.

0.0 (0)

Pricing

$29.00/month + usage

3

Total users

76

Monthly users

1

Runs succeeded

>99%

Last modified

2 months ago

Youtube Channels

Description

Get the videos id, title and links from a Youtube page. Multiple Youtube urls in one run.

Input

Urls array input format : https://www.youtube.com/@page

Result

[
{
"title": "Channel1 - YouTube",
"videos": [
{
"id": "RfTgYhUU791",
"url": "https://www.youtube.com/watch?v=RfTgYhUU791",
"title": "Video one of page"
},
{
"id": "RfTgYhUU792",
"url": "https://www.youtube.com/watch?v=RfTgYhUU792",
"title": "Video two of page"
},
{
"id": "RfTgYhUU793",
"url": "https://www.youtube.com/watch?v=RfTgYhUU793",
"title": "Video three of page"
},
{
"id": "RfTgYhUU794",
"url": "https://www.youtube.com/watch?v=RfTgYhUU794",
"title": "Video four of page"
},
...
]
},
{
"title": "Channel2 - YouTube",
"videos": [
{
"id": "RfTgYhUU791",
"url": "https://www.youtube.com/watch?v=RfTgYhUU791",
"title": "Video one of page"
},
{
"id": "RfTgYhUU792",
"url": "https://www.youtube.com/watch?v=RfTgYhUU792",
"title": "Video two of page"
},
{
"id": "RfTgYhUU793",
"url": "https://www.youtube.com/watch?v=RfTgYhUU793",
"title": "Video three of page"
},
{
"id": "RfTgYhUU794",
"url": "https://www.youtube.com/watch?v=RfTgYhUU794",
"title": "Video four of page"
},
...
]
}
]