Marketplace
Card Kingdom logo

Card Kingdom API

cardkingdom.com

Magic: The Gathering marketplace - singles search, categories, and product details.

Actions
3
Category
Marketplace
Login
Not required
Output
JSON

Call the Card Kingdom API

Submit a task, then poll the job until it settles. This example runs act_cardkingdom_catalog_search_listing.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_cardkingdom_catalog_search_listing",
    "params": {
      "search_query": "header"
    }
  }'

3 actions on cardkingdom.com

Read

  • Catalog Search

    act_cardkingdom_catalog_search_listingread2 credits / call

    Returns catalog products matching a keyword with names, prices, and sets.

    search_query
    string · required
    page
    integer
    filter_name
    string
  • Category Product Listing

    act_cardkingdom_category_product_listingread2 credits / call

    Returns products in a category with names, prices, and stock status.

    category_slug
    string · required
    page
    integer
  • Supplies Product Details

    act_cardkingdom_product_detail_ssr_suppliesread1 credit / call

    Returns a supplies or sealed product's details including name, price, and availability.

    product_path
    string · required

Card Kingdom API questions

Is there an API for Card Kingdom?
Card Kingdom does not offer a public data API for this, but Anakin Wire provides 3 maintained endpoints for cardkingdom.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape Card Kingdom data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when cardkingdom.com changes its markup, Anakin updates the action.
Do I need a Card Kingdom account?
No. Every Card Kingdom action listed here runs anonymously — no account and no credentials required.
What does the Card Kingdom API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Marketplace APIs

All Marketplace sites