# Find Recent High-Impact Biomedical Papers

**Use case:** 

Find the most-cited biomedical papers from the last five years on any topic, ranked by citations, with abstracts and full-text links. No API key.

## Input

```json
{
  "query": "mRNA vaccine",
  "queryPreset": "recent_high_impact",
  "openAccessOnly": false,
  "source": "",
  "maxResults": 50,
  "includeMinedEntities": false,
  "entityRollup": false,
  "includeNetworks": false,
  "emitSummary": true,
  "outputProfile": "standard",
  "flattenForCsv": false
}
```

## Output

```json
{
  "publicationStatus": {
    "label": "Status",
    "format": "string"
  },
  "accessLevel": {
    "label": "Access",
    "format": "string"
  },
  "title": {
    "label": "Paper Title",
    "format": "string"
  },
  "pubYear": {
    "label": "Year",
    "format": "string"
  },
  "citedByCount": {
    "label": "Citations",
    "format": "integer"
  },
  "accessionCount": {
    "label": "Accessions",
    "format": "integer"
  },
  "minedEntityCount": {
    "label": "Entities",
    "format": "integer"
  },
  "journalTitle": {
    "label": "Journal",
    "format": "string"
  },
  "doi": {
    "label": "DOI",
    "format": "string"
  },
  "europePmcUrl": {
    "label": "Europe PMC Link",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Europe PMC — Biomedical Knowledge Graph & Literature Mining](https://apify.com/ryanclinton/europe-pmc-search) with a specific input configuration. Visit the [Actor detail page](https://apify.com/ryanclinton/europe-pmc-search) to learn more, explore other use cases, and run it yourself.