Cardladder: Get Card Sales Detail
Cardladder via Parse · marketplace
Retrieve detailed per-transaction sales history for a specific card. Each sale record includes the full transaction details: date (ISO timestamp), price, selling platform, listing type, seller name, seller feedback score, listing title, sale URL, image URLs, and item ID. Requires two upstream requests: one to resolve the card's certificate, then one to fetch sales. Results are paginated locally over the most recent sales returned by the upstream (up to 5 per request). The total_sales field reports the full count known to the upstream. The card_id comes from search_cards results. Search trading cards and get pricing data, CL values, confidence scores, and sales history from Card Ladder's comprehensive sports card price guide. Fulfilled by Parse from cardladder.com.
- cardladder
- cardladder-com
- finance
- marketplace
- parse
- platform-key
- sports
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/97d5f4bc-6c65-4546-8f71-76149a5533cb/get_card_sales_detail
- Interface artifact
- sha256:3e2986e0d4a6fd6a211da79492afd0da56d2bfba8a82bde65e088b4aa507e749
- Manifest digest
- sha256:c3049083b209d5ab80de3c1c9dfdc53523b46f06db1c10f312908a901fbd9b7b
Request fields
- page (integer): Zero-based page index for pagination over available sale records.
- limit (integer): Maximum number of sale records per page (capped at 50).
- card_id (string, required): Card Ladder card ID (e.g. 'SfYXGPJgtN9kmC1Q81mI' from search_cards results).
Example queries
- {"page":"0","limit":"5","card_id":"a81mteoQzRV9WTNHdxg9"}