获取条目数

时间:2018-09-15 11:20:59

标签: javascript html api google-api

我想使用多个关键字向Google发出 JSON -请求,例如:

  • 查询:“ this is a test

...我想得到一个结果是找到的 Google条目的结果计数


image: Google result screenshot

  • 结果:2.810.000.000

我使用以下设置向google-custom search api发送了JSON请求:

https://www.googleapis.com/customsearch/v1?
q=test&
cx=008053715732182427479:b-zr4bw_m2i&
key=myKey

(我只是在{strong> Google自定义搜索菜单中将<{1}}添加为搜索机器网站google.com是{ {3}})

my public google search machine

结果:cx

...与我的自定义搜索不同:

img

结果:2.800.000.000

...而且也不同于JSON请求中的数字:

img2

如何获取结果130.000.000作为JSON请求的答案?

0 个答案:

没有答案