# Any Yu-Gi-Oh! Card Database

**Use case:** 

Extract Yu-Gi-Oh! Card Database data filtered by Any. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "name": "Dark Magician",
  "type": "",
  "race": "",
  "attribute": "",
  "archetype": "",
  "banlist": ""
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "race": {
    "label": "Race/Kind",
    "format": "text"
  },
  "attribute": {
    "label": "Attribute",
    "format": "text"
  },
  "atk": {
    "label": "ATK",
    "format": "number"
  },
  "def": {
    "label": "DEF",
    "format": "number"
  },
  "level": {
    "label": "Lvl",
    "format": "number"
  },
  "archetype": {
    "label": "Archetype",
    "format": "text"
  },
  "banlistTcg": {
    "label": "TCG Ban",
    "format": "text"
  },
  "ygoproUrl": {
    "label": "Source",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Yu-Gi-Oh! Card Database Scraper](https://apify.com/parseforge/yugioh-card-database-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/yugioh-card-database-scraper) to learn more, explore other use cases, and run it yourself.