A gem for searching iTunes.
@payload = ITunesSearch.new.search({
:term => "Angry Birds",
:media => "software",
:limit => 10,
:offset => 0
})
For full list of params see: Search API Documentation
rspec spec
From the root directory of your application.