Scrapping google scholar
Published:
A script for scapping google scholar using python.
Intro
The script requires the installation of beautifulsoup4, requests, and pandas. It is very easy to use and fast if you need to collect papers on google scholar of the topic of interest. The results will be writen into a csv or be processed as a dataframe as needed.
https://github.com/wtguo1997/scrapaper
The script is a byprduct from a homework of scrapping housing info from a dynamic website using R.
