# Monsters (~334) D&D 5e SRD Content

**Use case:** 

Extract D&D 5e SRD Content data filtered by Monsters (~334). Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "resourceType": "monsters"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "index": {
    "label": "Slug",
    "format": "text"
  },
  "resourceType": {
    "label": "Type",
    "format": "text"
  },
  "level": {
    "label": "Level",
    "format": "number"
  },
  "school": {
    "label": "School",
    "format": "text"
  },
  "damageType": {
    "label": "Damage Type",
    "format": "text"
  },
  "damageAtSlotLevel": {
    "label": "Damage by Slot",
    "format": "object"
  },
  "damageAtCharacterLevel": {
    "label": "Damage by Char Lvl",
    "format": "object"
  },
  "areaOfEffect": {
    "label": "Area of Effect",
    "format": "object"
  },
  "dc": {
    "label": "Save DC",
    "format": "object"
  },
  "range": {
    "label": "Range",
    "format": "text"
  },
  "components": {
    "label": "Components",
    "format": "object"
  },
  "material": {
    "label": "Material",
    "format": "text"
  },
  "ritual": {
    "label": "Ritual",
    "format": "boolean"
  },
  "concentration": {
    "label": "Concentration",
    "format": "boolean"
  },
  "duration": {
    "label": "Duration",
    "format": "text"
  },
  "castingTime": {
    "label": "Casting Time",
    "format": "text"
  },
  "attackType": {
    "label": "Attack Type",
    "format": "text"
  },
  "classes": {
    "label": "Classes",
    "format": "object"
  },
  "subclasses": {
    "label": "Subclasses",
    "format": "object"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "higherLevel": {
    "label": "At Higher Levels",
    "format": "text"
  },
  "monsterType": {
    "label": "Monster Type",
    "format": "text"
  },
  "size": {
    "label": "Size",
    "format": "text"
  },
  "alignment": {
    "label": "Alignment",
    "format": "text"
  },
  "challengeRating": {
    "label": "CR",
    "format": "number"
  },
  "proficiencyBonus": {
    "label": "Prof. Bonus",
    "format": "number"
  },
  "xp": {
    "label": "XP",
    "format": "number"
  },
  "armorClass": {
    "label": "AC",
    "format": "object"
  },
  "hitPoints": {
    "label": "HP",
    "format": "number"
  },
  "hitDice": {
    "label": "Hit Dice",
    "format": "text"
  },
  "hitPointsRoll": {
    "label": "HP Roll",
    "format": "text"
  },
  "speed": {
    "label": "Speed",
    "format": "object"
  },
  "abilityScores": {
    "label": "Ability Scores",
    "format": "object"
  },
  "proficiencies": {
    "label": "Proficiencies",
    "format": "object"
  },
  "damageVulnerabilities": {
    "label": "Damage Vuln.",
    "format": "object"
  },
  "damageResistances": {
    "label": "Damage Resist.",
    "format": "object"
  },
  "damageImmunities": {
    "label": "Damage Immun.",
    "format": "object"
  },
  "conditionImmunities": {
    "label": "Condition Immun.",
    "format": "object"
  },
  "senses": {
    "label": "Senses",
    "format": "object"
  },
  "languages": {
    "label": "Languages",
    "format": "text"
  },
  "specialAbilities": {
    "label": "Special Abilities",
    "format": "object"
  },
  "actions": {
    "label": "Actions",
    "format": "object"
  },
  "legendaryActions": {
    "label": "Legendary Actions",
    "format": "object"
  },
  "reactions": {
    "label": "Reactions",
    "format": "object"
  },
  "equipmentCategory": {
    "label": "Equipment Category",
    "format": "text"
  },
  "cost": {
    "label": "Cost",
    "format": "object"
  },
  "weight": {
    "label": "Weight",
    "format": "number"
  },
  "rarity": {
    "label": "Rarity",
    "format": "text"
  },
  "weaponCategory": {
    "label": "Weapon Category",
    "format": "text"
  },
  "weaponRange": {
    "label": "Weapon Range",
    "format": "text"
  },
  "properties": {
    "label": "Properties",
    "format": "object"
  },
  "contents": {
    "label": "Contents",
    "format": "object"
  },
  "detailUrl": {
    "label": "Source",
    "format": "link"
  },
  "updatedAt": {
    "label": "Updated",
    "format": "date"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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