how to programmatically query google scholar?
I want to develop a function that takes a keyword as input, queries Google Scholar using that keyword, and downloads the journals containing that keyword.
For the moment, I would like to avoid the classic way of using a WebRequest
object.
Unfortunately, it doesn't look like Google has provided an API for querying scholar.
I'm using c# .
精彩评论