This is working for me :
Linvi
var tweets = Search.SearchTweets("#obama filter:images"); foreach (var tweet in tweets) { var imageURL = tweet.Entities.Medias[0].ExpandedURL; }