重点是使用“site:”查询获取Google中的索引页数。
我一直在尝试使用
https://www.googleapis.com/customsearch/v1?key=*******&cx=****&q=site:www.example.com
但此自定义搜索不会返回准确的值(实际索引的10%,在浏览器搜索中检查)。
旧API完美运行:
ajax.googleapis.com/ajax/services/search/web?v=1.0&q=site:www.example.com
但它不再起作用了:/
{"responseData": null, "responseDetails": "The Google Web Search API is no longer available. Please migrate to the Google Custom Search API (https://developers.google.com/custom-search/)", "responseStatus": 403}
知道该怎么做吗?