captured more requests
This commit is contained in:
parent
b46af1f5d0
commit
edf2252174
24 changed files with 225501 additions and 2 deletions
20
notes/search_suggestion/search_suggestion_request.txt
Normal file
20
notes/search_suggestion/search_suggestion_request.txt
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
Endpoint: https://suggestqueries.google.com/complete/search
|
||||
Method: GET
|
||||
|
||||
URL-Parameter:
|
||||
client=youtube
|
||||
jsonp=JP (JSON padding)
|
||||
ds=yt
|
||||
hl=de (language)
|
||||
gl=DE (counry)
|
||||
q=hello (query)
|
||||
|
||||
|
||||
YouTube Music:
|
||||
Endpoint: https://music.youtube.com/youtubei/v1/music/get_search_suggestions?key=AIzaSyC9XL3ZjWddXya6X74dJoCTL-WEYFDNX30&prettyPrint=false
|
||||
|
||||
Request:
|
||||
{
|
||||
context: ...,
|
||||
input: "hello"
|
||||
}
|
||||
Reference in a new issue