Questions tagged [google-scholar]

Google Scholar provides a simple way to broadly search for scholarly literature. From one place, you can search across many disciplines and sources: articles, theses, books, abstracts and court opinions, from academic publishers, professional societies, online repositories, universities and other web sites. Google Scholar helps you find relevant work across the world of scholarly research.

123 questions
25
votes
2 answers

Does Google Scholar have an API available that we can use in our research applications?

I am working on a research publication and collaboration project that has a literature search feature in it. Google Scholar seems like it will work since it is an open source tool, but when I researched Google Scholar, I could not find any…
Asma Imtiaz
  • 467
  • 1
  • 6
  • 12
23
votes
5 answers

How to download search results on google scholar using r?

I would like extract the first 100 results (say) of a Google Scholar search using R. Does anyone know how to do it? To be precise, I just need the name of the paper, authors and citation count. Ps Would this be legal?
Manoel Galdino
  • 2,376
  • 6
  • 27
  • 40
17
votes
7 answers

Extract Google Scholar results using Python (or R)

I'd like to use python to scrape google scholar search results. I found two different script to do that, one is gscholar.py and the other is scholar.py (can that one be used as a python library?). Now, I should maybe say that I'm totally new to…
Flow
  • 735
  • 2
  • 7
  • 17
12
votes
2 answers

pull the citations for a paper from google scholar using R

Using google-scholar and R, I'd like to find out who is citing a particular paper. The existing packages (like scholar) are oriented towards H-index analyses: statistics on a researcher. I want to give a target-paper as input. An example url would…
tim
  • 3,559
  • 1
  • 33
  • 46
12
votes
1 answer

Using tor and python to scrape Google Scholar

I'm working on a project to analyse how journal articles are cited. I have a large file of journal article names. I intend to pass them to Google Scholar and see how many citations each has. Here is the strategy I am following: Use "scholar.py"…
krishnan
  • 671
  • 1
  • 10
  • 21
9
votes
1 answer

Crawling Google Scholar

I am trying to get information on a large number of scholarly articles as part of my research study. The number of articles is on the order of thousands. Since Google Scholar does not have an API, I am trying to scrape/crawl scholar. Now I now, that…
Peter
  • 191
  • 2
  • 8
8
votes
2 answers

Is there a way to download bibtex from Google Scholar using PHP

Hi, is there a way to download the BibTeX entry for something from Google Scholar using PHP without having to download the BibTeX manually one by one? For example, setting a search value like "research" and then downloading the related BibTeX from…
jarus
  • 1,853
  • 11
  • 44
  • 76
8
votes
2 answers

Google Scholar with Matlab

I would like to fetch some data from Google Scholar automatically via a matlab script. I am mostly interested in data like Google Scholar's Bibtex entries and the forward citation feature. However, it seems that there is no API for Google Scholar,…
6
votes
1 answer

Retrieve citations of a journal paper using R

Using R, I want to obtain the list of articles referencing to a scientific journal paper. The only information I have is the title of the article, e.g. "Protein measurement with the folin phenol reagent". Is anyone able to help me by producing a…
shazz
  • 387
  • 1
  • 13
5
votes
1 answer

Python: How to access the elements in a generator object and put them in a Pandas dataframe or in a dictionary?

I am using the scholarly module in python to search for a keyword. I am getting back a generator object as follows: import pandas as pd import numpy as np import scholarly search_query =…
5
votes
2 answers

Parsing Google Scholar results with Python and BeautifulSoup

Given a typical keyword search in Google Scholar (see screenshot), I want to get a dictionary containing the title and url of each publication appearing on the page (eg. results = {'title': 'Cytosolic calcium regulates ion channels in the plasma…
maurobio
  • 1,480
  • 4
  • 27
  • 38
5
votes
0 answers

Google Scholar: get links for cited papers(not cited by)

This may seem like a stupid question, but I have been looking for this for quite some time and haven't found anything helpful. I want to download all papers cited within a given paper. Is there such a feature available in Google scholar? Or even…
Arun
  • 645
  • 7
  • 16
4
votes
0 answers

Not able to use scholar package in shinyapps.io

I'm trying to use the scholar package to develop a shiny app. It works really well when I run it locally, but I get this warning (and the code doesnt work) when deploying to shinyapps.io: Warning in get_scholar_resp(url, 5)…
4
votes
0 answers

Google Scholar blocked me from using search_pubs

I am using Pycharm Community Edition 2020.3.2, Scholarly version 1.0.2, Tor version 1.0.0. I tried to scrape 700 articles to find their numbers of citations. Google Scholar blocked me from using search_pubs (a function of Scholarly). However,…
4
votes
1 answer

Can anybody share a simple example of using Mathematica and Google scholar to extract academic research information

How can I use Mathematica and Google scholar to find the number of papers a person published in 2011?
FreshApple
  • 592
  • 3
  • 14
1
2 3
8 9