Get Youtube videos from multiple @channels in one fast run

  • runtime/youtube-channel
  • Modified
  • Users 47
  • Runs 319
  • Created by Author's avatarJohn

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

Free trial for 1 day

Then $40.00/month

No credit card required now

Get Youtube videos from multiple @channels in one fast run

Free trial for 1 day

Then $40.00/month

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" }, ... ] } ]