# Fire D&D 5e Spells

**Use case:** 

Explore fire with D&D 5e Spells Scraper - Rules Reference Data. Run the tested configuration and export structured results as JSON, CSV, or Excel.

## Input

```json
{
  "query": "fire",
  "maxResults": 3
}
```

## Output

```json
{
  "spell_index": {
    "label": "Spell Index",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "api_path": {
    "label": "Api Path",
    "format": "text"
  },
  "updated_at": {
    "label": "Updated At",
    "format": "date"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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