Skip to content

Instantly share code, notes, and snippets.

@ravikiranj
Created June 2, 2012 19:52
Show Gist options
  • Save ravikiranj/2859745 to your computer and use it in GitHub Desktop.
Save ravikiranj/2859745 to your computer and use it in GitHub Desktop.
API Endpoint for Tweet Search
#Search for 'keyword'
http://search.twitter.com/search.json?q=keyword&lang=en&result_type=recent
#Search for 'keyword' between 20120601 and 20120602
http://search.twitter.com/search.json?q=keyword&lang=en&result_type=recent&since=20120601&until=20120602
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment