# MySlabs   Graded Sports Card & Pokemon Slab Marketplace — Fu

**Use case:** 

Scrape the full myslabs - graded sports card & pokemon slab marketplace dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract myslabs - graded sports card & pokemon slab marketplace for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "mode": "archive",
  "query": "",
  "sport": "",
  "grader": "",
  "maxItems": 200,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "sport": {
    "label": "Sport",
    "format": "string"
  },
  "player_or_subject": {
    "label": "Player Or Subject",
    "format": "string"
  },
  "year": {
    "label": "Year",
    "format": "number"
  },
  "set_name": {
    "label": "Set Name",
    "format": "string"
  },
  "grader": {
    "label": "Grader",
    "format": "string"
  },
  "grade": {
    "label": "Grade",
    "format": "string"
  },
  "sale_price": {
    "label": "Sale Price",
    "format": "number"
  },
  "sold_at": {
    "label": "Sold At",
    "format": "string"
  },
  "listing_url": {
    "label": "Listing Url",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [MySlabs Scraper - Graded Sports Card & Pokemon Slab Marketplace](https://apify.com/jungle_synthesizer/myslabs-graded-cards-marketplace-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/myslabs-graded-cards-marketplace-scraper) to learn more, explore other use cases, and run it yourself.