youtube-api-datakund
latest

Contents:

  • Introduction
  • Installation/Usage:
  • Import bot-studio
  • Creating Object
  • Functions
    • Login
    • Login Cookie
    • Auto Like
    • Auto Comment
    • Auto Subscribe
    • Like Comment
    • Watch Video
    • Upload
    • Upload To Playlist
    • Search
    • Search Results
    • Get Video Info
    • Get Channel Info
    • Get Transcript
    • Get Playlist Videos
    • Get Video Tags
    • Get Watch History
    • Channel Videos
    • Watch Later Videos
    • Check Video Exists
    • Create Playlist
    • Delete Video From Watch Later
    • Find Click Video
    • Play Pause Video
    • Play Next Video
    • Forward Video
    • Set Playback Speed
    • Replay Video
    • Skip Ad
    • Video Comments
    • Get Comment Replies
    • Click Hide Replies
    • Click Show More Replies
    • Click View Replies
  • Other Functions
youtube-api-datakund
  • »
  • Functions »
  • Search
  • Edit on GitHub

Search

It searches the keyword passed in keyword on youtube.

body: returns data

success_score: api success rate

errors: errors encountered in api

Here is the code:-

youtube.search(keyword='latest movies')
Parameters

keyword (str) – keyword need to be searched on youtube

Returns

{“body”: {}, “success_score”: “100”, “errors”: []}

Return type

dict

Previous Next

© Copyright 2020, datakund. Revision 4ee1a7ec.

Built with Sphinx using a theme provided by Read the Docs.
Read the Docs v: latest
Versions
latest
Downloads
pdf
html
epub
On Read the Docs
Project Home
Builds