MTG Seattle Scraper - Magic Card Singles & Prices avatar

MTG Seattle Scraper - Magic Card Singles & Prices

Pricing

from $10.00 / 1,000 results

Go to Apify Store
MTG Seattle Scraper - Magic Card Singles & Prices

MTG Seattle Scraper - Magic Card Singles & Prices

Scrape MTG Seattle (mtgseattle.com), a CrystalCommerce TCG singles store. Search cards or browse catalog categories for card name, set, condition, language, foil, price, stock, quantity, image and URL. Ideal for MTG/Pokemon/Yu-Gi-Oh singles price data. Prefill 'black lotus'.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

lulz bot

lulz bot

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

MTG Seattle Scraper — Magic Card Singles & Prices

Scrape MTG Seattle (mtgseattle.com) for trading-card game singles — Magic: The Gathering, Pokémon, and Yu-Gi-Oh — with real in-stock prices by condition.

What it does

Search by card name (or browse catalog pages) and get every in-stock variant with its price, condition, foil/finish, set, and quantity — useful for price comparison, arbitrage against TCGplayer/Cardmarket, and collection valuation.

Input

{
"searchQueries": ["black lotus", "sol ring"],
"maxItems": 40,
"maxPagesPerSource": 2
}
  • searchQueries — card names to search (defaults to ["black lotus"]).
  • maxItems — max records to return.
  • maxPagesPerSource — how many result pages to page through per query.

Output (one record per in-stock variant)

{
"cardName": "Sol Ring",
"set": "Revised Edition (FBB Italian)",
"game": "MTG",
"condition": "NM-Mint",
"language": "English",
"foil": false,
"price": 99.99,
"inStock": true,
"quantity": 2,
"variantId": "…",
"productId": "…",
"url": "https://www.mtgseattle.com/…",
"image": "https://…",
"scrapedAt": "2026-08-10T…"
}

Notes

  • Data comes from the store's server-rendered catalog (CrystalCommerce). Out-of-stock singles hide their price, so records are effectively purchasable in-stock listings.
  • Prices are per condition/finish variant, deduplicated across the site's grid/list layouts.