Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I would like to be able to query google scholar and print out the results into a text file using a perl script. I would like the exact text shown in the results including the description which shows where in the paper your specific query was identified etc.
I have tried using this module https://code.google.com/p/google-scholar-perl/ , but I am way too novice to figure out how to tinker with it to get what I want.
An equivalent toelinks "http://scholar.google.com/scholar?hl=en&q=P53" >P53_GoogleScholar_Hits.txt
would be acceptable but not ideal as I then have a lot of parsing to do ....Any ideas/ advice?
Thanks!!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Use perl script to get google scholar results for a query
by karlgoethebier (Abbot) on Apr 04, 2014 at 19:09 UTC | |
by Anonymous Monk on Apr 07, 2014 at 20:24 UTC | |
by karlgoethebier (Abbot) on Apr 08, 2014 at 11:21 UTC | |
by Anonymous Monk on Apr 08, 2014 at 15:46 UTC | |
by karlgoethebier (Abbot) on Apr 08, 2014 at 16:27 UTC | |
|