7 android json google-custom-search
我想在谷歌最新的自定义搜索中以 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>..."
}
]
Run Code Online (Sandbox Code Playgroud)
如果您想要自定义搜索结果。请阅读Custom Search Engine (free)谷歌:
并转到链接以创建您的自定义搜索:
或者
你应该去:
单击链接:在 APIs Explorer 中试用此 API
插入您的参数:
按下Execute以显示格式为 JSON 的结果。
| 归档时间: |
|
| 查看次数: |
8613 次 |
| 最近记录: |