Skip to content

Instantly share code, notes, and snippets.

@hubgit
Last active December 20, 2023 12:09
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save hubgit/b689302bc940e79d4fcf to your computer and use it in GitHub Desktop.
Save hubgit/b689302bc940e79d4fcf to your computer and use it in GitHub Desktop.
Scopus citations API

Get an API key

Metadata APIs documentation

Citations

URL

https://api.elsevier.com/content/abstract/citations?pubmed_id=3472723&apiKey={API_KEY}&httpAccept=application/json

cURL

curl -H 'Accept:application/json' -H "X-ELS-APIKey: $API_KEY" 'https://api.elsevier.com/content/abstract/citations?pubmed_id=3472723

Cited-by count

Cited-by count

https://api.elsevier.com/content/abstract/citation-count?pubmed_id=3472723&apiKey=6492f9c867ddf3e84baa10b5971e3e3d (API key from developer documentation)

Search

https://api.elsevier.com/content/search/index:SCOPUS?query=PMID(3472723)&apiKey={API_KEY}&instToken={INST_TOKEN}&httpAccept=application/json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment