使用google自定义API,当我尝试获得超过100的结果时,我遇到了问题。 我收到了如下所示的错误。我正在使用的代码如下:
res = service.cse().list(
q='lectures',
cx='my custom search engine id',
num=10,
start=100,
).execute()
我想每天提取几页。我收到了这个错误。
HttpError 400 when requesting .. "Invalid Value">
如果我开始= 90或更少它可以工作!
答案 0 :(得分:3)
来自Google Custom Search API的文档:
https://developers.google.com/custom-search/v1/using_rest
如果当前结果是最后一页,则此角色不存在。 注意:此API仅返回前100个结果。