I am parsing the result from
http://search.twitter.com/search.json?q="+"from:"
+ searchTerm + "&rpp="+limit;
Not sure what to look/how to parse for rate limit exceeded? Whats a reliable way to check this before looking for tweets in the string.