# DOI Metadata for Citation Analysis

**Use case:** 

Retrieve detailed metadata for specified DOIs, including titles, authors, citations, and journals. Ideal for in-depth citation analysis and research.

## Input

```json
{
  "mode": "workByDoi",
  "type": "",
  "sort": "",
  "order": "desc",
  "dois": [
    "10.1038/nature14539",
    "10.1126/science.aab3556",
    "10.1016/j.cell.2020.02.052",
    "10.1056/NEJMoa2001316",
    "10.1038/s41586-020-2649-2"
  ],
  "maxResults": 300,
  "mailto": "contact@logiover.com",
  "proxy": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "doi": {
    "label": "DOI",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "authors": {
    "label": "Authors",
    "format": "string"
  },
  "publishedDate": {
    "label": "Published Date",
    "format": "string"
  },
  "publishedYear": {
    "label": "Published Year",
    "format": "integer"
  },
  "containerTitle": {
    "label": "Journal",
    "format": "string"
  },
  "publisher": {
    "label": "Publisher",
    "format": "string"
  },
  "type": {
    "label": "Type",
    "format": "string"
  },
  "citationCount": {
    "label": "Citations",
    "format": "integer"
  },
  "referencesCount": {
    "label": "References",
    "format": "integer"
  },
  "subject": {
    "label": "Subject",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "issn": {
    "label": "ISSN",
    "format": "string"
  },
  "volume": {
    "label": "Volume",
    "format": "string"
  },
  "issue": {
    "label": "Issue",
    "format": "string"
  },
  "page": {
    "label": "Page",
    "format": "string"
  },
  "license": {
    "label": "License",
    "format": "string"
  },
  "funders": {
    "label": "Funders",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Crossref Scholarly Scraper — DOIs, Citations & Journals](https://apify.com/logiover/crossref-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/crossref-scraper) to learn more, explore other use cases, and run it yourself.