# Cancer Immunotherapy PubMed Articles Scraper

**Use case:** 

Collect PubMed biomedical articles on cancer immunotherapy with title, authors, journal, date and DOI for medical research.

## Input

```json
{
  "maxArticles": 50,
  "searchQuery": "cancer immunotherapy"
}
```

## Output

```json
{
  "pmid": {
    "label": "PMID"
  },
  "title": {
    "label": "Title"
  },
  "authors": {
    "label": "Authors"
  },
  "journal": {
    "label": "Journal"
  },
  "pubDate": {
    "label": "Published"
  },
  "doi": {
    "label": "DOI"
  },
  "abstract": {
    "label": "Abstract"
  },
  "meshTerms": {
    "label": "MeSH Terms"
  },
  "correspondingEmail": {
    "label": "Corresponding Email"
  },
  "fullTextUrl": {
    "label": "Free Full Text"
  },
  "url": {
    "label": "URL"
  }
}
```

## About this Actor

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