extractr docs
TCGPlayer

Get market pricing for a card

GET
/tcgplayer/market

A consolidated pricing view for one tcgplayer_id: the raw/ungraded price, every graded price (per company/grade), and daily price history — all with prices as numbers.

Costs 2 credits per request.

Authorization

ApiKeyAuth
X-API-Key<token>

API key created in the extractr dashboard (ext_live_...). Also accepted as Authorization: Bearer.

In: header

Query Parameters

id*string
Match^\d+$

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/tcgplayer/market?id=659612"
{  "tcgplayer_id": "string",  "name": "string",  "currency": "USD",  "raw": {    "sub_type": "Holofoil",    "grade": {      "grade_id": "12",      "company": "PSA",      "grade": "10",      "label": "PSA 10"    },    "market_price": 89.99,    "price_change": -2.72,    "price_change_pct": -9.35,    "image": "string",    "updated_at": "string"  },  "graded": [    {      "sub_type": "Holofoil",      "grade": {        "grade_id": "12",        "company": "PSA",        "grade": "10",        "label": "PSA 10"      },      "market_price": 89.99,      "price_change": -2.72,      "price_change_pct": -9.35,      "image": "string",      "updated_at": "string"    }  ],  "price_history": [    {      "date": "2026-07-20T00:00:00.000Z",      "sub_type": "Holofoil",      "grade": {        "grade_id": "12",        "company": "PSA",        "grade": "10",        "label": "PSA 10"      },      "price": 53.08    }  ],  "updated_at": "string"}
{  "error": {    "code": "invalid_api_key",    "message": "The provided API key is invalid or has been revoked."  }}
{  "error": {    "code": "invalid_api_key",    "message": "The provided API key is invalid or has been revoked."  }}
{  "error": {    "code": "invalid_api_key",    "message": "The provided API key is invalid or has been revoked."  }}
{  "error": {    "code": "invalid_api_key",    "message": "The provided API key is invalid or has been revoked."  }}
{  "error": {    "code": "invalid_api_key",    "message": "The provided API key is invalid or has been revoked."  }}
{  "error": {    "code": "invalid_api_key",    "message": "The provided API key is invalid or has been revoked."  }}
{  "error": {    "code": "invalid_api_key",    "message": "The provided API key is invalid or has been revoked."  }}