我想在谷歌最新的自定义搜索中将谷歌搜索结果作为json数组。
如何实现代码。
例如:
{
"responseData": {` `
"results": [
{
` ` "GsearchResultClass ": "GwebSearch",
"unescapedUrl": "http:/ / en.wikipedia.org/wiki/Paris_Hilton",
"url" : "http :// en.wikipedi a.org/wiki/Paris_Hilton",
"visibleUrl " : "en.wikipedia .org",
"cacheUrl " : "http://www.google.com/search?q=cache:TwrPfhd22hYJ:en.wikipedia.org",
"title": "< b>Paris Hilton</b > - Wikipedia, the free encyclopedia",
"titleNoFormatting": "Paris Hilton - Wikipedia, the free encyclopedia",
"content": "[1] In 2006, she released her debut album..."
},
{
"GsearchResultClass": "GwebSearch",
"unescapedUrl": "http://` `www.imdb.com/name/nm0385296/",
"url": "http://` `www.imdb.com/name/nm0385296/",
"visibleUrl": "www.imdb.com",
"cacheUrl": "http://www.google.com/search?q=cache:1i34KkqnsooJ:www.imdb.com",
"title": "<b> Paris Hilton</b>",
"titleNoFormatting": "Paris Hilton",
"content": " Self: Zoolander. Socialite <b>Paris Hilton</b>..."
}
]
答案 0 :(得分:3)
如果您想要自定义搜索结果。
请阅读Google的Custom Search Engine (free)
:
然后转到链接以创建自定义搜索:
<强> 或 强>
你应该去:
点击链接:在API Explorer中试用此API
插入参数:
A project is needed to enable APIs
+ Create project
,然后转到'API&amp; auth'并在'自定义搜索API']中激活按Execute
以格式JSON显示结果。