Reputation: 5191
Do youtube-kids provides search api that will only return you-tube kids video?
Can I use existing you-tube api to list/search the you-tube kids video? Youtube-kids app only provides content that is child-friendliness. Can I use existing api to list/search these content?
Upvotes: 3
Views: 3958
Reputation: 37798
Googled around for quite a while and found nothing specific as to a filter or Search API that is for Youtube Kids only. In regards to the Youtube Search: list API, there is the safeSearch
optional parameter that I think you can use instead. As per the docs:
The
safeSearch
parameter indicates whether the search results should include restricted content as well as standard content.
There are 3 possible values: moderate
, none
, and strict
. I'd suggest the Education Feed but it's already been deprecated, and I think safeSearch
is the one they use to replace it.
Upvotes: 5
Reputation: 4185
Try using the safeSearch parameter as 'strict'. This is most likely what YouTube Kids uses.
Upvotes: 4