# Quick sample: market research

**Use case:** 

PubMed Research Scraper configured for quick sample around “market research”. The saved input exposes queries, sort, maxResultsPerQuery and uses a 5-result...

## Input

```json
{
  "queries": [
    "market research"
  ],
  "sort": "pub date",
  "maxResultsPerQuery": 5
}
```

## 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.