- Read a user's feed (get all of their tweets), use from:username ...
XML: http://search.twitter.com/search.atom?q=from%3Amarkkolich
JSON: http://search.twitter.com/search.json?q=from%3Amarkkolich - Find all tweets containing a specific hashtag, use tag=[tag] ...
XML: http://search.twitter.com/search.atom?tag=hp
JSON: http://search.twitter.com/search.json?tag=hp - Replies to a user (e.g., tweet starts with @markkolich) ...
XML: http://search.twitter.com/search.atom?q=to%3Amarkkolich
JSON: http://search.twitter.com/search.json?q=to%3Amarkkolich - Mentioning a user (e.g., tweet contains with @markkolich) ...
XML: http://search.twitter.com/search.atom?q=%40markkolich
JSON: http://search.twitter.com/search.json?q=%40markkolich - Referencing a user but not from that user ...
XML: http://search.twitter.com/search.atom?q=markkolich+-from%3Amarkkolich
JSON: http://search.twitter.com/search.json?q=markkolich+-from%3Amarkkolich
Using Twitter's Search API: A Few Realistic Examples
Did You Find this Helpful?
Send Mark a Direct Message
If you'd like to send me a direct message, please do so below. However, I do not publicly post comments or messages submitted directly to me. So, if you're going to try to SPAM me, or my blog, you're pretty much wasting your time.
400 characters remaining
Error
About Mark
A Silicon Valley native, Mark Kolich is a full-time Software Engineer, a casual entrepreneur, and a consultant for hire. A web technologies expert, his current focus is on building powerful and robust cloud-driven web-applications using Java, PHP, Perl, AJAX, DHTML, CSS, and JavaScript. His favorite programming languages are PHP, Java and JavaScript. He uses Linux, enjoys biking to work, loves building great software, and always writes elegant, readable, and maintainable code.


Did you find this post helpful, or at least, interesting?