Clarivate website screenshot

Clarivate

Clarivate is a global information services company providing data, insights, and analytics across academia, government, life sciences, healthcare, and intellectual property. Clarivate exposes a unified developer portal at developer.clarivate.com that catalogs APIs across its product families: Web of Science for publication and citation data, Derwent for patent data, Cortellis for life sciences and drug pipeline intelligence, and supporting tools such as InCites and ScholarOne. APIs are subscription-based and authenticated with per-API keys issued through the developer portal after subscription approval.

4 APIs 0 Features
AnalyticsCitationsDataDrug PipelineInsightsIntellectual PropertyLife SciencesPatentsPublicationsResearch

APIs

Web of Science APIs

Web of Science APIs deliver publication and citation data drawn from the curated Web of Science Core Collection, supporting bibliometric analysis, research evaluation, and insti...

Derwent Innovation API

The Derwent Innovation API provides programmatic access to Derwent World Patents Index data, including normalized patent records, families, and citations used for IP intelligenc...

Cortellis APIs

Cortellis APIs expose the Clarivate life sciences intelligence platform, covering drug pipelines, clinical trials, regulatory intelligence, deals, and competitive intelligence f...

InCites Benchmarking and Analytics API

The InCites API provides programmatic access to the Clarivate research benchmarking platform, enabling institutional research performance analytics built on Web of Science data.

Collections

Pricing Plans

Clarivate Plans Pricing

3 plans

PLANS

Rate Limits

Clarivate Rate Limits

5 limits

RATE LIMITS

FinOps

Semantic Vocabularies

Clarivate Context

14 classes · 0 properties

JSON-LD

API Governance Rules

Clarivate API Rules

6 rules · 4 errors 2 warnings

SPECTRAL

Resources

👥
GitHubOrganization
GitHubOrganization
🔗
LinkedIn
LinkedIn
🔗
Website
Website
🌐
Portal
Portal
🔗
API Catalog
API Catalog
💬
Support
Support
📜
PrivacyPolicy
PrivacyPolicy
📜
TermsOfService
TermsOfService
🔗
JSONLD
JSONLD
🔗
Spectral
Spectral

Sources

apis.yml Raw ↑
opencollection: 1.0.0
info:
  name: Clarivate Web of Science Starter API
  version: 1.0.0
request:
  auth:
    type: apikey
    key: X-ApiKey
    value: '{{X-ApiKey}}'
    placement: header
items:
- info:
    name: Documents
    type: folder
  items:
  - info:
      name: Query Web of Science documents
      type: http
    http:
      method: GET
      url: https://api.clarivate.com/apis/wos-starter/v1/documents
      params:
      - name: q
        value: ''
        type: query
        description: Advanced search query using field tags (TI, AU, PY, DO, etc.)
      - name: db
        value: ''
        type: query
        description: Database selection
      - name: limit
        value: ''
        type: query
        description: Results per page (1-50)
      - name: page
        value: ''
        type: query
      - name: sortField
        value: ''
        type: query
        description: Order results by LD, PY, RS, or TC with A/D modifiers
      - name: modifiedTimeSpan
        value: ''
        type: query
        description: Date range filter (yyyy-mm-dd+yyyy-mm-dd)
      - name: publishTimeSpan
        value: ''
        type: query
        description: Date range filter (yyyy-mm-dd+yyyy-mm-dd)
    docs: Query Web of Science documents
  - info:
      name: Retrieve a document by UID
      type: http
    http:
      method: GET
      url: https://api.clarivate.com/apis/wos-starter/v1/documents/:uid
      params:
      - name: uid
        value: ''
        type: path
        description: Web of Science unique identifier
    docs: Retrieve a document by UID
- info:
    name: Journals
    type: folder
  items:
  - info:
      name: Query journals (by ISSN)
      type: http
    http:
      method: GET
      url: https://api.clarivate.com/apis/wos-starter/v1/journals
      params:
      - name: q
        value: ''
        type: query
      - name: limit
        value: ''
        type: query
      - name: page
        value: ''
        type: query
    docs: Query journals (by ISSN)
  - info:
      name: Get journal details by ID
      type: http
    http:
      method: GET
      url: https://api.clarivate.com/apis/wos-starter/v1/journals/:id
      params:
      - name: id
        value: ''
        type: path
    docs: Get journal details by ID
bundled: true