VOOZH about

URL: https://apify.com/jungle_synthesizer/edhrec-mtg-commander-meta-scraper

⇱ EDHREC MTG Commander Meta Scraper Β· Apify


πŸ‘ EDHREC MTG Commander Meta Scraper avatar

EDHREC MTG Commander Meta Scraper

Pricing

Pay per event

Go to Apify Store

EDHREC MTG Commander Meta Scraper

Scrape EDHREC commander meta: inclusion rates, synergy scores, top cards, and average decklists for any Commander (EDH) commander or card. Commander and card-centric modes. Uses the open json.edhrec.com API β€” no key required.

Pricing

Pay per event

Rating

0.0

(0)

Developer

πŸ‘ BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

0

Monthly active users

a day ago

Last modified

Categories

Share

Scrape commander meta-data from EDHREC β€” the canonical resource for Commander (EDH) format strategy. Uses the open json.edhrec.com API. No API key required.

What you get

Commander mode (default): For each commander in the selected time period, the actor returns:

FieldDescription
commander_nameFull card name
commander_slugURL-safe slug (e.g. the-ur-dragon)
commander_urlEDHREC page URL
color_identityColor identity string (e.g. WUBRG, UB, G)
num_decksNumber of tracked decks running this commander
rankCommander ranking in the selected period
salt_scoreCommunity salt score (how annoying to play against)
top_cardsJSON array β€” top cards by inclusion with synergy scores
high_synergy_cardsJSON array β€” cards with highest synergy for this commander
new_cardsJSON array β€” newly trending cards for this commander
average_decklistJSON array β€” average decklist grouped by card type

Card mode: For each card slug, the actor returns inclusion rates, potential decks, synergy score, salt score, and top commanders running the card.

Input

{
"mode":"commander",
"timePeriod":"year",
"maxItems":100
}

Parameters

ParameterTypeDefaultDescription
modestringcommandercommander β€” list+detail crawl; card β€” card-centric lookup
timePeriodstringyearyear, past6months, past3months, newcommanders
commanderSlugsarray[]Specific commander slugs (empty = full list)
cardSlugsarray[]Card slugs for card mode (e.g. ["sol-ring", "farseek"])
maxItemsinteger15Maximum records to return

Example output (commander mode)

{
"record_type":"commander",
"commander_name":"The Ur-Dragon",
"commander_slug":"the-ur-dragon",
"commander_url":"https://edhrec.com/commanders/the-ur-dragon",
"color_identity":"WUBRG",
"num_decks":47307,
"rank":1,
"salt_score":1.9667,
"top_cards":"[{\"name\":\"Farseek\",\"sanitized\":\"farseek\",...}]",
"high_synergy_cards":"[{\"name\":\"Miirym, Sentinel Wyrm\",...}]",
"new_cards":"[{\"name\":\"Witherbloom, the Balancer\",...}]",
"average_decklist":"[{\"category\":\"Creatures\",\"cards\":[...]}]"
}

Use cases

  • Card price tracking β€” inclusion rate spikes on EDHREC signal buying pressure on TCGPlayer/CardKingdom
  • Deck-builder apps β€” seed recommendations with EDHREC synergy and top-card data
  • Commander format analytics β€” track meta shifts across time periods
  • Content creation β€” identify trending commanders and high-synergy combos for articles/videos

Notes

  • Open API, no authentication required
  • No proxy needed β€” datacenter IPs accepted
  • Rate limited to 5 requests/second (polite default)
  • Data updates daily on EDHREC's end

You might also like

EDHREC Magic the Gathering Commander Scraper

parseforge/edhrec-mtg-commander-scraper

Scrape Magic the Gathering Commander deck statistics from EDHREC public JSON endpoints. Get top commanders, average decks, salt scores, inclusion rates per card. No API key required.

Scryfall MTG Card Scraper

crawlerbros/scryfall-mtg-card-scraper

Scrape Magic: The Gathering card data from the Scryfall API - card stats, prices (USD/EUR/MTGO), legalities, artwork, and full set listings. No API key required.

Limitless TCG - Pokemon Tournaments & Decklists Scraper

jungle_synthesizer/limitlesstcg-pokemon-tournaments-scraper

Scrape Limitless TCG for Pokemon TCG tournament standings, player records, and full decklists. Filter by format, country, and date. Outputs structured decklists (card name, set code, quantity) ready for deck-tracker apps, meta-share dashboards, and card-investor research.

πŸ‘ User avatar

BowTiedRaccoon

5

Scryfall Card Details Scraper

ecomscrape/scryfall-card-details-scraper

Powerful Scryfall.com scraper to extract comprehensive Magic: The Gathering card details including names, descriptions, SKUs, images, and buy URLs. Perfect for deck builders, collectors, and MTG enthusiasts seeking automated card data collection.

ecomscrape

3

Scryfall Card Search Scraper

ecomscrape/scryfall-card-search-scraper

Advanced Scryfall search scraper for bulk Magic card data extraction. Process complex search queries, extract comprehensive card details from search results, and build datasets for MTG analysis, collection management, and deck building tools.

ecomscrape

9

TCG Card Scraper β€” Magic, PokΓ©mon & More with Prices

crawlergang/tcgplayer-scraper

Scrape trading card data and prices from Scryfall (MTG) and the PokΓ©mon TCG API. Search cards by name, browse by set, or look up by ID. Returns card details, rarity, set info, market prices (USD/EUR), legalities, and TCGplayer purchase links.

2

5.0

TCG Card Scraper β€” Magic, PokΓ©mon & More with Prices

crawlerbros/tcgplayer-scraper

Scrape trading card data and prices from Scryfall (MTG) and the PokΓ©mon TCG API. Search cards by name, browse by set, or look up by ID. Returns card details, rarity, set info, market prices (USD/EUR), legalities, and TCGplayer purchase links.