# Find Biomedical Preprints on bioRxiv and medRxiv

**Use case:** 

Search bioRxiv, medRxiv and Research Square preprints on any biomedical topic that PubMed does not index, with abstracts and full-text links.

## Input

```json
{
  "query": "base editing",
  "queryPreset": "preprints_only",
  "openAccessOnly": false,
  "source": "",
  "maxResults": 50,
  "includeMinedEntities": false,
  "entityRollup": false,
  "includeNetworks": false,
  "emitSummary": true,
  "outputProfile": "standard",
  "flattenForCsv": false
}
```

## Output

```json
{
  "title": {
    "label": "Preprint Title",
    "format": "string"
  },
  "pubYear": {
    "label": "Year",
    "format": "string"
  },
  "accessLevel": {
    "label": "Access",
    "format": "string"
  },
  "accessionCount": {
    "label": "Accessions",
    "format": "integer"
  },
  "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.