# Magic items Open5e SRD 5.1

**Use case:** 

Extract Open5e SRD 5.1 data filtered by Magic items. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "resourceType": "magicitems",
  "document": ""
}
```

## Output

```json
{
  "resourceType": {
    "label": "Type",
    "format": "text"
  },
  "slug": {
    "label": "Slug",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "challengeRating": {
    "label": "CR",
    "format": "text"
  },
  "hitPoints": {
    "label": "HP",
    "format": "number"
  },
  "armorClass": {
    "label": "AC",
    "format": "number"
  },
  "size": {
    "label": "Size",
    "format": "text"
  },
  "type": {
    "label": "Creature Type",
    "format": "text"
  },
  "alignment": {
    "label": "Alignment",
    "format": "text"
  },
  "speed": {
    "label": "Speed"
  },
  "abilityScores": {
    "label": "Ability scores"
  },
  "skills": {
    "label": "Skills"
  },
  "senses": {
    "label": "Senses"
  },
  "languages": {
    "label": "Languages"
  },
  "damageResistances": {
    "label": "Damage resistances"
  },
  "damageImmunities": {
    "label": "Damage immunities"
  },
  "conditionImmunities": {
    "label": "Condition immunities"
  },
  "actions": {
    "label": "Actions"
  },
  "legendaryActions": {
    "label": "Legendary actions"
  },
  "specialAbilities": {
    "label": "Special abilities"
  },
  "spellLevel": {
    "label": "Spell Level",
    "format": "number"
  },
  "school": {
    "label": "School",
    "format": "text"
  },
  "castingTime": {
    "label": "Casting time"
  },
  "range": {
    "label": "Range"
  },
  "components": {
    "label": "Components"
  },
  "duration": {
    "label": "Duration"
  },
  "classes": {
    "label": "Classes"
  },
  "level": {
    "label": "Level"
  },
  "rarity": {
    "label": "Rarity",
    "format": "text"
  },
  "requiresAttunement": {
    "label": "Requires attunement"
  },
  "weaponCategory": {
    "label": "Weapon category"
  },
  "damageDice": {
    "label": "Damage dice"
  },
  "armorCategory": {
    "label": "Armor category"
  },
  "sourceDocument": {
    "label": "Source",
    "format": "text"
  },
  "license": {
    "label": "License"
  },
  "sourceUrl": {
    "label": "Page",
    "format": "link"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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