# Literature Nobel Prize Laureates

**Use case:** 

Extract Nobel Prize Laureates data filtered by Literature. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "nobelPrizeCategory": "lit",
  "maxItems": 10
}
```

## Output

```json
{
  "fullName": {
    "label": "👤 Laureate",
    "format": "text"
  },
  "gender": {
    "label": "⚧ Gender",
    "format": "text"
  },
  "category": {
    "label": "🏅 Category",
    "format": "text"
  },
  "awardYear": {
    "label": "📅 Year",
    "format": "text"
  },
  "motivation": {
    "label": "📜 Motivation",
    "format": "text"
  },
  "birthCountry": {
    "label": "🌍 Birth Country",
    "format": "text"
  },
  "nobelUrl": {
    "label": "🔗 Nobel Page",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Nobel Prize Laureates Scraper](https://apify.com/parseforge/nobel-prize-laureates-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/nobel-prize-laureates-scraper) to learn more, explore other use cases, and run it yourself.