What is the usual method for obtaining export citations from Google Scholar? I tried to use Harzing's Publish or Perish, but the interface limits results to only the first 200 searches.
I inferred that there isn't a direct and simple bulk export option available.
I assumed that all SRMA with inclusion of gg scholar searches just rely on manual exports from libraries. Or complex scraper programs which can be challenging for those without programming knowledge.
I've found Harzing's Publish or Perish to be the most user friendly (link: https://harzing.com/resources/publish-or-perish) but with a limitation of 200 searches (equivalent to 10 pages) to avoid IP blocking from Google. Another option to consider is the gsscraper package using R from GitHub with unlimited number of search results+ user friendly interface through a Shiny app (link: https://github.com/nealhaddaway/GSscraper). Before using gsscraper install the devtools package first (install.packages('devtools')).