# Lite (basic metadata) Europe PMC Scientific Literature

**Use case:** 

Extract Europe PMC Scientific Literature data filtered by Lite (basic metadata). Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "resultType": "lite",
  "maxItems": 10
}
```

## Output

```json
{
  "pmid": {
    "label": "🔹 pmid",
    "format": "text"
  },
  "doi": {
    "label": "🔹 doi",
    "format": "text"
  },
  "title": {
    "label": "🔹 title",
    "format": "text"
  },
  "authors": {
    "label": "🔹 authors",
    "format": "text"
  },
  "abstract": {
    "label": "🔹 abstract",
    "format": "text"
  },
  "journal": {
    "label": "🔹 journal",
    "format": "text"
  },
  "pubYear": {
    "label": "🔹 pubYear",
    "format": "text"
  },
  "citedByCount": {
    "label": "🔹 citedByCount",
    "format": "text"
  },
  "isOpenAccess": {
    "label": "🔹 isOpenAccess",
    "format": "text"
  },
  "source": {
    "label": "🔹 source",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🔹 scrapedAt",
    "format": "text"
  },
  "error": {
    "label": "🔹 error",
    "format": "text"
  }
}
```

## About this Actor

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