# Beckett   BGS Population Report & Online Price Guide — Full 

**Use case:** 

Scrape the full beckett - bgs population report & online price guide dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract beckett - bgs population report & online price guide for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "mode": "pop_report",
  "sport": "Baseball",
  "sportId": "",
  "setName": "Topps Chrome",
  "playerName": "",
  "certType": "BGS",
  "maxItems": 200
}
```

## Output

```json
{
  "sport": {
    "label": "Sport",
    "format": "string"
  },
  "set_year": {
    "label": "Set Year",
    "format": "number"
  },
  "set_name": {
    "label": "Set Name",
    "format": "string"
  },
  "card_name": {
    "label": "Card Name",
    "format": "string"
  },
  "card_number": {
    "label": "Card Number",
    "format": "string"
  },
  "player_or_subject": {
    "label": "Player Or Subject",
    "format": "string"
  },
  "total_graded": {
    "label": "Total Graded",
    "format": "number"
  },
  "count_pristine_10": {
    "label": "Count Pristine 10",
    "format": "number"
  },
  "count_gem_mint_9_5": {
    "label": "Count Gem Mint 9 5",
    "format": "number"
  },
  "count_mint_9": {
    "label": "Count Mint 9",
    "format": "number"
  },
  "pop_report_url": {
    "label": "Pop Report Url",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Beckett Scraper - BGS Population Report & Online Price Guide](https://apify.com/jungle_synthesizer/beckett-bgs-population-price-guide-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/beckett-bgs-population-price-guide-scraper) to learn more, explore other use cases, and run it yourself.