Skip to content

Instantly share code, notes, and snippets.

@BilalBudhani
Last active March 4, 2024 01:55
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BilalBudhani/4682743 to your computer and use it in GitHub Desktop.
Save BilalBudhani/4682743 to your computer and use it in GitHub Desktop.
List of Search APIs of various social platforms
-----------------------------------------------------------------------------------------------------------------------------
| |
| LIST OF SEARCH APIs ON THE INTERNET COMPILED FOR THE EASE |
| |
|-----------------------------------------------------------------------------------------------------------------------------|
YouTube query:
http://gdata.youtube.com/feeds/api/videos?q=SEARCH TERM&v=2&alt=jsonc&max-results=10
Wikipedia query:
http://en.wikipedia.org/w/api.php?action=query&list=search&format=json&srsearch=SEARCH TERM
Google Books query:
https://www.googleapis.com/books/v1/volumes?q=SEARCH TERM
iTunes query:
http://itunes.apple.com/search?term=SEARCH TERM&media=music
Google News query (doesn't supports JSON):
http://news.google.co.in/news?hl=en&gl=in&q=SEARCH TERM&um=1&ie=UTF-8&output=rss
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment