Cardladder: Search By Certs Bulk
Cardladder via Parse · marketplace
Batch lookup of graded trading cards by certificate numbers. Accepts up to 200 cert/grader pairs, resolves each in parallel, and returns all successfully matched cards alongside per-cert errors for any that failed. One bad cert does not fail the whole batch. Each resolved card carries the same fields as search_by_cert (identification, pricing, newest sale, and up to 10 recent sales). The cl_value is computed using Card Ladder's index-based algorithm. 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
- POST /scraper/97d5f4bc-6c65-4546-8f71-76149a5533cb/search_by_certs_bulk
- Interface artifact
- sha256:d015317199864d5ab1582526466debe4cdf846c7d5b49d35819b072ecf194386
- Manifest digest
- sha256:7b3629a57f5ba2b6dbadd8ed90ad1f1a4298c7dd4d73973d33733294a6a97eab
Request fields
- certs (array, required): JSON array of objects, each with cert_number (string) and grading_company (string: PSA, BGS, CGC, or SGC). Maximum 200 items.
Example queries
- {"certs":"[{\"cert_number\": \"122040380\", \"grading_company\": \"PSA\"}, {\"cert_number\": \"47760380\", \"grading_company\": \"PSA\"}]"}