Is there a limit to start option in google custom api CSE list? -
using google custom api, have problem when try results of more 100. got error shown below. code using below:
res = service.cse().list( q='lectures', cx='my custom search engine id', num=10, start=100, ).execute() i want extract several pages every day.i got error.
httperror 400 when requesting .. "invalid value"> if make start=90 or less works!
from documentation google custom search api:
https://developers.google.com/custom-search/v1/using_rest
this role not present if current results last page. note: api returns first 100 results only.
Comments
Post a Comment