# Check PSA 10 population for Pokemon Base Set

**Use case:** 

Check PSA 10 population for Pokemon Base Set — full grade breakdown per card from Authentic to Gem Mint 10.

## Input

```json
{
  "setName": "Pokemon Base Set 1st Edition",
  "cacheDurationHours": 168
}
```

## Output

```json
{
  "cardNumber": {
    "label": "#",
    "format": "text"
  },
  "subject": {
    "label": "Card Name",
    "format": "text"
  },
  "variety": {
    "label": "Variety",
    "format": "text"
  },
  "setName": {
    "label": "Set",
    "format": "text"
  },
  "year": {
    "label": "Year",
    "format": "text"
  },
  "psaPop.total": {
    "label": "Total Pop",
    "format": "number"
  },
  "psaPop.grade10": {
    "label": "PSA 10",
    "format": "number"
  },
  "psaPop.grade9": {
    "label": "PSA 9",
    "format": "number"
  },
  "psaPop.grade8": {
    "label": "PSA 8",
    "format": "number"
  },
  "psaPop.auth": {
    "label": "Authentic",
    "format": "number"
  },
  "halfGradeTotal": {
    "label": "Half Grades",
    "format": "number"
  },
  "specID": {
    "label": "Spec ID",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [PSA Population Report Lookup](https://apify.com/lulzasaur/psa-pop-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/lulzasaur/psa-pop-scraper) to learn more, explore other use cases, and run it yourself.