I'm using Youtube API, I'd like to have a search auto-complete feature, just like on YouTube, when you type into the search input box, it gives you search suggestions. I've read the docs, but still missing, Is this possible using the API?
相关问题
- What is the best way to do a search in a large fil
- Google places autocomplete suggestion without coun
- YouTube API refresh token revoked with 400 code “i
- Unable to Full Screen Youtube Video Inside Custom
- Thumbnails from the Vimeo website harder than YouT
相关文章
- What is the complexity of bisect algorithm?
- Set the z-index value of a jQuery autocomplete inp
- How to dynamically add wmode=transparent to Youtub
- Visual Studio: Is there an incremental search for
- Detect or Approximate Bluetooth Latency on Android
- How to disable autocomplete in address fields for
- How do I hide a site from search engines? [closed]
- Why is C# Array.BinarySearch so fast?
For json just add "client" parameter:
http://suggestqueries.google.com/complete/search?client=youtube&ds=yt&client=firefox&q=Query
Check Out YouTube AutoComplete Keyword Scraper . Not really sure of the context the person asking the question wants YouTube auto complete solution for but I thought I would throw this out there.
Ok I found this URL:
It isn't part of Youtube API, but still works, returns a JSON response.