Psacard: Get Population Report By Set
Psacard via Parse · marketplace
Retrieve the full population report for a specific card set. Returns grading data for all cards in the set including counts at each grade level (1-10). Use HeadingID and SportCategoryID from search results as set_id and category_id. When is_psa_dna is true, returns only PSA/DNA certified (autograph/signed) population data. APIs for searching the PSA population report and price guide, retrieving population data for specific card sets, and browsing collectible categories. Fulfilled by Parse from psacard.com.
- ecommerce
- marketplace
- parse
- platform-key
- psacard
- psacard-com
- 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/311daf8c-242f-4c68-af70-b50617fd1d13/get_population_report_by_set
- Interface artifact
- sha256:44d7e999696537eb65805b3532be52f534ace984b77973964ecbb8ca1c28bef9
- Manifest digest
- sha256:9fe77035373286a9c5b04d4d958b4f129ef871df0261d6dd51cf5b1ef92d1b14
Request fields
- start (integer): Pagination offset
- length (integer): Number of records to return per page
- search (string): Search filter within the set to find specific cards
- set_id (string, required): Heading ID for the set (e.g., '57801')
- is_psa_dna (boolean): When true, returns only PSA/DNA certified (autograph/signed) cards, mirroring the 'PSA/DNA Certified' tab on the population report page. Defaults to false (standard population).
- category_id (string, required): Category ID (e.g., '156940')
Example queries
- {"start":"0","length":"10","set_id":"57801","category_id":"156940"}