Google Scholar Author API pagination 'next' token exists when no author articles left
complete
Dmitriy Zub
["next"]
page token is still providing ["serpapi_pagination"]["next"]
when there's no articles left.The same goes if set result offset to something impossible, like
start=30000
, but the ["next"]
page token is still there (second screenshot). In Python, this behavior causes
KeyError
: for article in results["articles"]: KeyError: 'articles'
.Milos Djurdjevic
complete
Ali
Hello Dimitry,
Thank you for your report. I have documented internally for our engineers to check. You will be updated as we have progress with this bug.
Ali
Ali
under review