# Common Wynncraft Items Database

**Use case:** 

Extract Wynncraft Items Database data filtered by Common. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "page": 1,
  "tier": "common"
}
```

## Output

```json
{
  "displayName": {
    "label": "📌 Name",
    "format": "text"
  },
  "type": {
    "label": "🗂 Type",
    "format": "text"
  },
  "subType": {
    "label": "🏷 Sub Type",
    "format": "text"
  },
  "tier": {
    "label": "💎 Rarity",
    "format": "text"
  },
  "levelRequirement": {
    "label": "🎚 Level",
    "format": "number"
  },
  "classRequirement": {
    "label": "🧙 Class",
    "format": "text"
  },
  "dropRestriction": {
    "label": "🎁 Drop",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Wynncraft Items Database Scraper](https://apify.com/parseforge/wynncraft-items-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/wynncraft-items-scraper) to learn more, explore other use cases, and run it yourself.