key word search from google issue

key word search from google issue

Hello 
      get data from this url : " http://google.com/complete/search?output=toolbar&q=hello"

$.ajax({
                  type: "GET",
                  async: true,
                dataType:'jsonp',
                success: function(data)
                 {
                     console.log("done");
                  },
                
            });

ERROR : 

Uncaught SyntaxError: Unexpected token <