I try to retrieve the identifiers of papers that cite other papers using Scopus API (pybliometrics).
Example:
- The paper Franke et al. 2020 has in total 3 citations (I get this number using
pybliometrics.scopus.CitationOverview) - Is there any way to get the identifiers (dois, titles,...) of these 3 papers? If the Scopus API does not support this feature, does the Google Scholar API?
In Scopus this is possible via
REF(<EID>)(alternatively, use the DOI). You use this in the ScopusSearch API:Object
citingis a list of nameduples, as explained in https://pybliometrics.readthedocs.io/en/stable/classes/ScopusSearch.html.Whether Goole Scholar is able to do that I don't know.