# Europe PMC Articles Full Export

**Use case:** 

Full Export of Europe PMC Articles. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "query": "cancer",
  "maxItems": 500
}
```

## Output

```json
{
  "id": {
    "label": "🔹 id",
    "format": "text"
  },
  "pmid": {
    "label": "🔹 pmid",
    "format": "text"
  },
  "doi": {
    "label": "🔹 doi",
    "format": "text"
  },
  "title": {
    "label": "🔹 title",
    "format": "text"
  },
  "authorString": {
    "label": "🔹 authorString",
    "format": "text"
  },
  "journalTitle": {
    "label": "🔹 journalTitle",
    "format": "text"
  },
  "pubYear": {
    "label": "🔹 pubYear",
    "format": "text"
  },
  "isOpenAccess": {
    "label": "🔹 isOpenAccess",
    "format": "text"
  },
  "citedByCount": {
    "label": "🔹 citedByCount",
    "format": "text"
  },
  "url": {
    "label": "🔹 url",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🔹 scrapedAt",
    "format": "text"
  },
  "error": {
    "label": "🔹 error",
    "format": "text"
  }
}
```

## About this Actor

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