ElsevierDev / elsapy

A Python module for use with Elsevier's APIs: Scopus, ScienceDirect, others.
http://api.elsevier.com
BSD 3-Clause "New" or "Revised" License
355 stars 140 forks source link

Citations #41

Open melman1996 opened 4 years ago

melman1996 commented 4 years ago

Is there any way to get info about cited articles in specified document? On dev elsevier it is called citations overview

EAly commented 4 years ago

I have the same question, I can't see any way to extract references of a certain article or get the "cited by" data?

demetrius-mp commented 3 years ago

@EAly check if issue#25 (https://github.com/ElsevierDev/elsapy/issues/25) helps you out on how to get the "cited by" data

kartikey-git commented 2 years ago

I have the same question. I need to extract the "references" section of some articles. Is there any way to do it using elsapy API?