Web of Science APIs · Example Payload

Web Of Science Search Request Example

ResearchAcademicBibliometricsCitationsScienceScholarly

Web Of Science Search Request Example is an example object payload from Web of Science APIs, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

databaseIdusrQuerycountfirstRecordeditionspublishTimeSpansortField

Example Payload

Raw ↑
{
  "databaseId": "WOS",
  "usrQuery": "example-string",
  "count": 10,
  "firstRecord": 1,
  "editions": [
    "example-string"
  ],
  "publishTimeSpan": {
    "id": "example-ref"
  },
  "sortField": "example-string"
}