# Standard Scryfall Magic The Gathering

**Use case:** 

Extract Scryfall Magic The Gathering data filtered by Standard. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "query": "t:creature c:red",
  "format": "standard",
  "order": "released"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "manaCost": {
    "label": "Mana Cost",
    "format": "text"
  },
  "cmc": {
    "label": "CMC",
    "format": "number"
  },
  "typeLine": {
    "label": "Type",
    "format": "text"
  },
  "power": {
    "label": "Power",
    "format": "text"
  },
  "toughness": {
    "label": "Toughness",
    "format": "text"
  },
  "rarity": {
    "label": "Rarity",
    "format": "text"
  },
  "set": {
    "label": "Set",
    "format": "text"
  },
  "setName": {
    "label": "Set Name",
    "format": "text"
  },
  "collectorNumber": {
    "label": "#",
    "format": "text"
  },
  "releasedAt": {
    "label": "Released",
    "format": "text"
  },
  "priceUsd": {
    "label": "USD",
    "format": "number"
  },
  "priceUsdFoil": {
    "label": "USD Foil",
    "format": "number"
  },
  "priceEur": {
    "label": "EUR",
    "format": "number"
  },
  "legalStandard": {
    "label": "Standard",
    "format": "text"
  },
  "legalModern": {
    "label": "Modern",
    "format": "text"
  },
  "legalCommander": {
    "label": "Commander",
    "format": "text"
  },
  "artist": {
    "label": "Artist",
    "format": "text"
  },
  "colors": {
    "label": "Colors",
    "format": "object"
  },
  "keywords": {
    "label": "Keywords",
    "format": "object"
  },
  "oracleText": {
    "label": "Oracle Text",
    "format": "text"
  },
  "scryfallUri": {
    "label": "Scryfall Link",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Scryfall Magic The Gathering Scraper](https://apify.com/parseforge/scryfall-mtg-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/scryfall-mtg-scraper) to learn more, explore other use cases, and run it yourself.