GSscraper icon indicating copy to clipboard operation
GSscraper copied to clipboard

Scrape search results from Google Scholar

GSscraper

This package contains a suite of functions to scrape search results from Google Scholar by using a function that pauses before downloading each page of results to avoid IP blocking. It then scrapes the locally saved files for citation relevant information.

Run the GSscraper Shiny app on your machine with the following code:

install.packages(c("shiny", "RCurl", "purrr", "dplyr", "shinyjs", "shinyWidgets", "textclean", "stringi", "magrittr", "zen4R", "shinyalert", "shinybusy", "strex"))
devtools::install_github("hrbrmstr/cfhttr")
shiny::runGitHub("GSscraper", "nealhaddaway", subdir = "inst/shiny-examples/GSscraper")