# BioRxiv bioRxiv Preprints Standard Export

**Use case:** 

Standard Export of bioRxiv Preprints for bioRxiv. Structured results ready to export for analysis, lead generation, or research.

## Input

```json
{
  "server": "biorxiv",
  "maxItems": 100
}
```

## Output

```json
{
  "doi": {
    "label": "🆔 DOI",
    "format": "text"
  },
  "title": {
    "label": "📝 Title",
    "format": "text"
  },
  "authors": {
    "label": "👥 Authors",
    "format": "text"
  },
  "date": {
    "label": "📅 Date",
    "format": "date"
  },
  "version": {
    "label": "🔢 Version",
    "format": "text"
  },
  "type": {
    "label": "🏷️ Type",
    "format": "text"
  },
  "license": {
    "label": "⚖️ License",
    "format": "text"
  },
  "category": {
    "label": "🗂️ Category",
    "format": "text"
  },
  "abstract": {
    "label": "📄 Abstract",
    "format": "text"
  },
  "server": {
    "label": "🏛️ Server",
    "format": "text"
  },
  "pdf": {
    "label": "📎 PDF",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [bioRxiv Preprints Scraper](https://apify.com/parseforge/biorxiv-preprints-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/biorxiv-preprints-scraper) to learn more, explore other use cases, and run it yourself.