🤖 Cards Data Hub - AI Agent Access Point

📋 For AI Agents:

Purpose: This page contains all card data in a structured format for automated PSA population and price updates.

Data Location: JSON data is embedded in a script tag with id="cardsDataJSON" below.

Card Element IDs: Each card has a unique ID format: PLAYERNAME-CARDNAME-YEAR

Update Instructions: To update a card, find its ID in the JSON, locate the corresponding HTML element in the player's hub page using the card-id attribute, and update the population/price values.

Card ID Player Card Name PSA 10 Pop PSA 9 Pop PSA 8 Pop Total Graded PSA 10 Price Hobby Score File Path
} ] }

🔧 For Developers: Agent Integration Guide

Step 1: Parse the JSON data from the script tag with id="cardsDataJSON"

Step 2: Extract the card ID you want to update (e.g., "tombrady-2000spauthentic118-2000")

Step 3: Navigate to the file path specified in the card data

Step 4: Find the HTML element with attribute data-card-id="[cardId]"

Step 5: Update the population numbers and prices within that element

Step 6: Update the lastUpdated timestamp in this hub page