scholarly-python-package / scholarly

Retrieve author and publication information from Google Scholar in a friendly, Pythonic way without having to worry about CAPTCHAs!
https://scholarly.readthedocs.io/
The Unlicense
1.3k stars 292 forks source link

Advanced search option #470

Open enaserianhanzaei opened 1 year ago

enaserianhanzaei commented 1 year ago

Many thanks for the fantastic tool you guys created, very much appreciated.

I was wondering if there is any plan to add the capacity for advanced search option? e.g., searching only in title, etc

arunkannawadi commented 1 year ago

Advanced search is possible now using scholarly.search_pubs_custom_url. It is not intuitive though, since it requires you as the user to specify some keywords. For your specific use case of searching only in title, see #199