# Get SGC pop report for 1986-87 Fleer Basketball

**Use case:** 

Get SGC population data for 1986-87 Fleer Basketball — full grade breakdown per card including Gem 10 & Pristine 10.

## Input

```json
{
  "cardSet": "1986-87 Fleer",
  "sport": "Basketball",
  "masterPop": "",
  "maxResults": 0
}
```

## Output

```json
{
  "cardNumber": {
    "label": "#",
    "format": "text"
  },
  "subject": {
    "label": "Card Name",
    "format": "text"
  },
  "variety": {
    "label": "Variety",
    "format": "text"
  },
  "setName": {
    "label": "Set",
    "format": "text"
  },
  "sport": {
    "label": "Sport",
    "format": "text"
  },
  "year": {
    "label": "Year",
    "format": "text"
  },
  "sgcPop.total": {
    "label": "Total Pop",
    "format": "number"
  },
  "sgcPop.grade10Pristine": {
    "label": "Pristine 10",
    "format": "number"
  },
  "sgcPop.grade10": {
    "label": "Gem 10",
    "format": "number"
  },
  "sgcPop.grade9_5": {
    "label": "9.5",
    "format": "number"
  },
  "sgcPop.grade9": {
    "label": "9",
    "format": "number"
  },
  "sgcPop.authentic": {
    "label": "Authentic",
    "format": "number"
  },
  "gemRate": {
    "label": "Gem Rate %",
    "format": "number"
  }
}
```

## About this Actor

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