← Tools Reference

Scopus

Scopus integration (Data). Imported from open-connector.

API key7 toolshttps://api.elsevier.com/content
GET
scopus_search_documents
Search Scopus documents with the official Boolean query syntax and return one normalized result page.

/search/scopus

10 parameters
ParamTypeRequiredDescription
querystringrequiredThe official Scopus Boolean query, such as TITLE-ABS-KEY(machine learning) AND …
viewstringoptionalThe Scopus Search response view.
fieldsstringoptionalA comma-separated list of official Elsevier response fields. Supplying fields o…
startintegeroptionalThe zero-based result offset.
countintegeroptionalThe maximum number of results. STANDARD supports up to 200; COMPLETE supports u…
sortstringoptionalAn official Elsevier sort expression. Prefix a field with + or - and separate u…
dateRangestringoptionalThe publication year or inclusive year range, such as 2024 or 2020-2024.
subjectAreastringoptionalA Scopus subject-area abbreviation such as COMP, MEDI, or SOCI.
contentstringoptionalThe Scopus content category to search.
facetsstringoptionalAn official Elsevier facet expression, including optional bucket dimensions in …
GET
scopus_get_abstract
Get one Scopus abstract record by a documented document identifier.

/abstract/{identifierType}/{identifier}

6 parameters
ParamTypeRequiredDescription
identifierTypestringrequiredThe identifier namespace used by the supplied value.
identifierstringrequiredThe document identifier in the selected namespace.
viewstringoptionalThe Abstract Retrieval response view.
fieldsstringoptionalA comma-separated list of official Elsevier response fields. Supplying fields o…
referenceStartintegeroptionalThe zero-based result offset.
referenceCountintegeroptionalThe maximum number of reference records to return, subject to the selected endp…
GET
scopus_search_authors
Search Scopus author profiles with the official Boolean query syntax and return one normalized result page.

/search/author

7 parameters
ParamTypeRequiredDescription
querystringrequiredThe official Scopus Author Search query, such as AUTHLASTNAME(Smith) AND AFFIL(…
fieldsstringoptionalA comma-separated list of official Elsevier response fields. Supplying fields o…
startintegeroptionalThe zero-based result offset.
countintegeroptionalThe maximum number of results to return.
sortstringoptionalAn official Elsevier sort expression. Prefix a field with + or - and separate u…
facetsstringoptionalAn official Elsevier facet expression, including optional bucket dimensions in …
resolveAliasesbooleanoptionalWhether Elsevier should substitute superseded author identifiers with their cur…
GET
scopus_get_author
Get Scopus author profile data by author ID, EID, or ORCID.

/author/{identifierType}/{identifier}

7 parameters
ParamTypeRequiredDescription
identifierTypestringrequiredThe identifier namespace used by the supplied value.
identifierstringrequiredThe author identifier in the selected namespace.
viewstringoptionalThe Author Retrieval response view.
fieldsstringoptionalA comma-separated list of official Elsevier response fields. Supplying fields o…
resolveAliasesbooleanoptionalWhether Elsevier should substitute a superseded author profile with its current…
referenceStartintegeroptionalThe zero-based result offset.
referenceCountintegeroptionalThe maximum number of reference records to return, subject to the selected endp…
GET
scopus_search_affiliations
Search Scopus affiliation profiles with the official Boolean query syntax and return one normalized result page.

/search/affiliation

6 parameters
ParamTypeRequiredDescription
querystringrequiredThe official Scopus Affiliation Search query, such as AFFIL(University of Oxfor…
fieldsstringoptionalA comma-separated list of official Elsevier response fields. Supplying fields o…
startintegeroptionalThe zero-based result offset.
countintegeroptionalThe maximum number of results to return.
sortstringoptionalAn official Elsevier sort expression. Prefix a field with + or - and separate u…
facetsstringoptionalAn official Elsevier facet expression, including optional bucket dimensions in …
GET
scopus_get_affiliation
Get Scopus affiliation profile data by affiliation ID or EID.

/affiliation/{identifierType}/{identifier}

6 parameters
ParamTypeRequiredDescription
identifierTypestringrequiredThe identifier namespace used by the supplied value.
identifierstringrequiredThe affiliation identifier in the selected namespace.
viewstringoptionalThe Affiliation Retrieval response view.
fieldsstringoptionalA comma-separated list of official Elsevier response fields. Supplying fields o…
referenceStartintegeroptionalThe zero-based result offset.
referenceCountintegeroptionalThe maximum number of reference records to return, subject to the selected endp…
GET
scopus_search_sources
Search Scopus serial sources by title, ISSN, publisher, subject, content type, or open-access status.

/serial/title

12 parameters
ParamTypeRequiredDescription
titlestringoptionalA partial or complete serial source title.
issnstringoptionalAn ISSN identifying a serial source.
publisherstringoptionalA partial publisher name.
subjectAreastringoptionalA Scopus subject-area abbreviation such as COMP, MEDI, or SOCI.
subjectCodestringoptionalA Scopus subject-area code.
contentTypestringoptionalThe serial source content type.
openAccessstringoptionalThe serial source open-access filter.
dateRangestringoptionalThe publication year or inclusive year range, such as 2024 or 2020-2024.
viewstringoptionalThe Serial Title response view.
fieldsstringoptionalA comma-separated list of official Elsevier response fields. Supplying fields o…
startintegeroptionalThe zero-based result offset.
countintegeroptionalThe maximum number of results to return.