http://search.twitter.com/search.json?q=
でクエリーを投げると以下のようなJSONデータが返ってくる。
{"results":[{
"profile_image_url":"http://a1.twimg.com/profile_images/621782472/willhalloween09_normal.jpg",
"created_at":"Wed, 17 Mar 2010 20:23:34 +0000",
"from_user":"wheelsee",
"to_user_id":null,
"text":"#Canon S90 purchased means no more SLR at the bar! #thatguy",
"id":10637099716,
"from_user_id":247662,
"geo":null,
"iso_language_code":"en",
"source":"<a href="http://ubertwitter.com" rel="nofollow">UberTwitter</a>"
}...1つの投稿あたり、このような情報が返ってくる。
- profile_image_url
- created_at
- from_user_id
- text
- id
- from_user_id
- geo
- iso_language_code
- source