# Most-Cited CRISPR Papers Ranked by Citations | Crossref

**Use case:** 

Rank CRISPR gene-editing papers by citation count from Crossref's 150M-work index. DOIs, titles, authors, and journals for literature reviews.

## Input

```json
{
  "query": "CRISPR gene editing",
  "filterType": "journal-article",
  "fromDate": "",
  "sort": "is-referenced-by-count",
  "maxItems": 50,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "authors": {
    "label": "Authors",
    "format": "array"
  },
  "journal": {
    "label": "Journal",
    "format": "text"
  },
  "publishedDate": {
    "label": "Published",
    "format": "text"
  },
  "citations": {
    "label": "Citations",
    "format": "number"
  },
  "doi": {
    "label": "DOI",
    "format": "text"
  }
}
```

## About this Actor

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