For Erici :)

JavaScript

$.getJSON('http://tiger.rs.af.cm/?path=www.buscape.com.br%2fajax%2fautoComplete%3fq=tv%26count=2&callback=?', function(data, status, headers, config) {
    alert(data.destino);
    alert(data.palavras.join(','));
});