# Production export: data enrichment

**Use case:** 

PubMed Research Scraper configured for production export around “data enrichment”. The saved input exposes queries, sort, maxResultsPerQuery and uses a...

## Input

```json
{
  "queries": [
    "data enrichment"
  ],
  "sort": "pub date",
  "maxResultsPerQuery": 50
}
```

## Output

```json
{
  "pmid": {
    "label": "PMID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "publication_date": {
    "label": "Published",
    "format": "text"
  },
  "journal": {
    "label": "Journal",
    "format": "text"
  },
  "authors": {
    "label": "Authors",
    "format": "array"
  },
  "abstract": {
    "label": "Abstract",
    "format": "text"
  },
  "doi": {
    "label": "DOI",
    "format": "text"
  },
  "pubmed_url": {
    "label": "PubMed",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [PubMed Research Scraper - Papers, Abstracts & Authors](https://apify.com/thirdwatch/pubmed-research-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/thirdwatch/pubmed-research-scraper) to learn more, explore other use cases, and run it yourself.