Youtube Playlist Scraper

Scapres title, channel, channel_link, date, description, playlist_name, videos in youtube playlist

Code

from bot_studio import *
datakund = bot_studio.new()
response = datakund.youtube_playlist(search='netlfix')

Response Data

{
  "body": [
        {
          "channel": "Netflix",
          "channel_link": "https://www.youtube.com/channel/UCWOA1ZGywLbqmigxE4Qlvuw",
          "date": "New in July 2021 | Netflix",
          "description": "Netflix Our Planet | Full episodes | WWF collaboration",
          "playlist_name": "Educational Documentaries | Netflix  Netflix",
          "videos": "netflix",
          "views": "360° Video"
        }
  ],
  "errors": [],
  "resume_variable": 1,
  "success_score": "100"
}