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?