Cardmarket: Get Card Versions
Cardmarket via Parse · marketplace
Returns all printings/versions of a named card across every expansion. Each version includes the expansion name, card number (extracted from the URL slug), available count, lowest price, and a URL to that version's Singles page. Filters for seller country, expansion ID, language, and minimum condition are forwarded to Cardmarket. When id_expansion is supplied, only versions belonging to that exact Cardmarket expansion are returned. Scraper for Cardmarket.com - Europe's largest online marketplace for trading card games. Supports searching cards, browsing expansions, viewing card details, listings, seller profiles, and best bargains. Fulfilled by Parse from cardmarket.com.
- cardmarket
- cardmarket-com
- ecommerce
- finance
- marketplace
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- marketplace
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/6e8ae7ea-a15a-4125-aada-1e116c8060b5/get_card_versions
- Interface artifact
- sha256:8fbe94efd9579d70f8b4e3d3502e341b8989027168a56dbb52a177e5a1b5b411
- Manifest digest
- sha256:65de612d86aef943e371681f92798f28c796459afe65222d37de7ace3941a1bd
Request fields
- game (string, required): Game slug as returned by get_games: Allowed values: Pokemon, Magic, YuGiOh, OnePiece, Lorcana, StarWarsUnlimited, Digimon, DragonBallSuper, FleshAndBlood, FinalFantasy
- language (string): Card language filter (e.g. English, French, German, Spanish, Italian, Japanese, Korean, Portuguese, Russian)
- card_name (string, required): Card name slug from the URL path (e.g. Black-Lotus, Charizard, Pikachu)
- id_expansion (integer): Expansion ID to filter versions by a specific expansion
- min_condition (string): Minimum card condition code (MT, NM, EX, GD, LP, PL, PO)
- seller_country (integer): Country number to filter sellers by location (e.g. 7 for Germany, 1 for Austria, 2 for Belgium)
Example queries
- {"game":"Pokemon","language":"English","card_name":"Charizard","id_expansion":"3","min_condition":"NM","seller_country":"7"}