Yu-Gi-Oh Cards Scraper (YGOPRODeck) avatar

Yu-Gi-Oh Cards Scraper (YGOPRODeck)

Pricing

from $0.50 / 1,000 results

Go to Apify Store
Yu-Gi-Oh Cards Scraper (YGOPRODeck)

Yu-Gi-Oh Cards Scraper (YGOPRODeck)

$0.5/1K ๐Ÿ”ฅ Fast Yu-Gi-Oh cards scraper! ATK, DEF, type, archetype, prices & images (YGOPRODeck). No key. JSON, CSV, Excel or API in seconds. Search or list cards & pull thousands for TCG apps & pricing โšก

Pricing

from $0.50 / 1,000 results

Rating

0.0

(0)

Developer

ninhothedev

ninhothedev

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Categories

Share

Scrape Yu-Gi-Oh! Trading Card Game data from YGOPRODeck โ€” card stats, types, prices and images โ€” as clean, structured JSON. Fuzzy-search by name or pull exact cards by name. No API key, no login, datacenter-proxy friendly.

Perfect for deck builders, TCG price apps, card-value trackers, collectors and data scientists who need reliable Yu-Gi-Oh card data on demand.

Features

  • Two modes โ€” search (fuzzy substring over card names) and cards (exact-name lookups).
  • Full card stats โ€” ATK, DEF, level, race, attribute, archetype, type and frame type.
  • Live prices โ€” TCGplayer and Cardmarket prices per card.
  • Images โ€” direct high-resolution card image URLs.
  • Clean JSON output โ€” one row per card, every field nullable, ready for CSV/Excel/API export.
  • Fast & cheap โ€” hits the official clean JSON API; runs on 512 MB, no residential proxy required.

Input

FieldTypeDescription
modeselectsearch (fuzzy name substring) or cards (exact names).
querystringSubstring to match in search mode, e.g. dragon.
namesarrayExact card names in cards mode, e.g. ["Dark Magician","Blue-Eyes White Dragon"].
maxItemsintegerMax cards to scrape (default 100, max 1000).

Example input

{
"mode": "search",
"query": "dragon",
"maxItems": 100
}
{
"mode": "cards",
"names": ["Dark Magician", "Blue-Eyes White Dragon"]
}

Output

Each dataset item looks like:

{
"id": 46986414,
"name": "Dark Magician",
"type": "Normal Monster",
"frame_type": "normal",
"description": "The ultimate wizard in terms of attack and defense.",
"atk": 2500,
"def": 2100,
"level": 7,
"race": "Spellcaster",
"attribute": "DARK",
"archetype": "Dark Magician",
"image": "https://images.ygoprodeck.com/images/cards/46986414.jpg",
"tcgplayer_price": 0.24,
"cardmarket_price": 0.02,
"url": "https://ygoprodeck.com/card/?search=Dark%20Magician",
"scraped_at": "2026-07-18T10:00:00+00:00"
}

Pricing

Runs on the Apify platform pay-per-use. Expect roughly ~$0.5 per 1,000 cards depending on your plan โ€” the actor uses a clean JSON API and 512 MB of memory, so runs are fast and cheap.

Use cases

  • TCG & deck-builder apps โ€” power search, filters and card detail pages.
  • Card pricing & value tracking โ€” monitor TCGplayer / Cardmarket prices over time.
  • Collectors โ€” export your wishlist or collection with current prices and images.
  • Datasets & research โ€” build Yu-Gi-Oh datasets for analytics or ML.

Comparison

This actorManual scrapingUnofficial libraries
SetupNone, just inputWrite & maintain codeInstall + code
Prices & imagesIncludedDIYSometimes
Structured JSONYesDIYVaries
MaintenanceHandledYouCommunity

Keywords: yugioh scraper, yu-gi-oh api, ygoprodeck, tcg card prices, card scraper, trading card game, deck builder data, cardmarket prices, tcgplayer prices, yugioh dataset.

This actor collects publicly available card data from YGOPRODeck. Use responsibly and comply with YGOPRODeck's terms and applicable laws. Yu-Gi-Oh! is a trademark of its respective owners; this actor is not affiliated with or endorsed by them.