how to programmatically query google scholar?

2.4k views Asked by At

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# .

0

There are 0 answers