# Monitor PSA Card basketball cards auction price search

**Use case:** 

Track PSA Card basketball cards category auction price search with graded sales trends for sports card investing intel.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.psacard.com/auctionprices/search?q=basketball&category=1"
    }
  ],
  "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.