Post Your Answer
4 years ago in API , Python , Research Papers By Amrik
Is there a way in which API can be used to get publication details of an author or their papers?
Hi everyone, I was extracting author’s publication details from google scholar including the keywords, titles, abstracts, and so on. For this I preferred using the python code for the purpose that putting the author's name can provide the required information in the required format so that I can use it for further references.
However, due to a lot of requests I got blocked by the google scholar’s API.Â
Now, I don’t know if there’s any other way through which I can successfully collect the information.
If any of you has an alternate solution, please do let me know. Or maybe you can help me in understanding how to search and get past this blocking issue.
Thank you so much in advance.
All Answers (3 Answers In All)
By Cecylia Answered 4 years ago
https://arxiv.org/help/api/user-manual#python_simple_example
Â
Replied 4 years ago
By Amrik
Reply to Cecylia
By Srajan Answered 4 years ago
To me it’s one of the simplest ways of dealing with the API being blocked due to multiple requests. Just limit the python code directly, reduce the number of requests made in an hour or a day and it will definitely work out.
The only drawback with this situation is that you will have to leave your program running for longer than usual.
Replied 4 years ago
By Amrik
Reply to Srajan
By Muskan Answered 4 years ago
Replied 4 years ago
By Amrik
Reply to Muskan
Related Questions