开发者

Parse google search via jquery

I need a get json/array from a google search.

$.get("http://google.com/", { "q": "query" },
   function(data){
     // PARSE ALL LINKS AND TITLE
   }, "json");

H开发者_StackOverflow中文版ow I can do it?

I don't want to use ajax google api because that is deprecated and I need to get a ten results minimum.


You will probably have to use the Google Custom Search API. You can use this example code as a starting point.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜