← Tools Reference

Web of Science

Web of Science integration (Data). Imported from open-connector.

API key4 toolshttps://api.clarivate.com/apis/wos-starter/v1
GET
web_of_science_search_documents
Search Web of Science documents with Starter API advanced queries, filters, sorting, and pagination.

/documents

10 parameters
ParamTypeRequiredDescription
querystringrequiredThe Web of Science advanced query, such as TS=(machine learning) or DO=10.1000/…
databasestringoptionalThe Web of Science database abbreviation to search. Defaults to WOS.
limitintegeroptionalThe maximum number of records to return on this page.
pageintegeroptionalThe one-based page number to retrieve.
sortFieldstringoptionalThe sort expression, such as PY+D for publication year descending or TC+D for t…
modifiedTimeSpanstringoptionalThe record modification date range in YYYY-MM-DD+YYYY-MM-DD form.
publishTimeSpanstringoptionalThe publication date range in YYYY-MM-DD+YYYY-MM-DD form.
timesCitedModifiedTimeSpanstringoptionalThe times-cited modification date range in YYYY-MM-DD+YYYY-MM-DD form.
detailstringoptionalThe record detail level. Full records are returned when this field is omitted o…
editionstringoptionalThe collection and edition expression, such as WOS+SCI, with multiple editions …
GET
web_of_science_get_document
Get one Web of Science document by its accession number (UID).

/documents/{uid}

2 parameters
ParamTypeRequiredDescription
uidstringrequiredThe Web of Science accession number, such as WOS:000267144200002.
detailstringoptionalThe record detail level. Full records are returned when this field is omitted o…
GET
web_of_science_search_journals
Search Web of Science journals, optionally by ISSN.

/journals

1 parameter
ParamTypeRequiredDescription
issnstringoptionalThe print, electronic, or previous ISSN to search for.
GET
web_of_science_get_journal
Get one Web of Science journal by its journal identifier.

/journals/{id}

1 parameter
ParamTypeRequiredDescription
idstringrequiredThe Web of Science journal identifier returned by search_journals.