# Extract PSA Card Jimmy Butler basketball card prices

**Use case:** 

Scrape Jimmy Butler National Treasures card auction prices on PSA Card with grade populations and recent sales history.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.psacard.com/auctionprices/basketball-cards/2022-national-treasures-biography-materials/jimmy-butler/10086330"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "specId": {
    "label": "Spec ID",
    "format": "number"
  },
  "collectibleSubject": {
    "label": "Subject",
    "format": "text"
  },
  "setName": {
    "label": "Set",
    "format": "text"
  },
  "collectibleYear": {
    "label": "Year",
    "format": "text"
  },
  "categoryName": {
    "label": "Category",
    "format": "text"
  },
  "lotsFound": {
    "label": "Lots Found",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Psacard.com Scraper](https://apify.com/lexis-solutions/psacard-com-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/lexis-solutions/psacard-com-scraper) to learn more, explore other use cases, and run it yourself.