# Pokémon Card Sold Prices on eBay | Real Comps & Values

**Use case:** 

Get real eBay sold prices for Pokémon cards — Charizard, PSA 10, Base Set & more. Export final sale prices, dates & shipping to price your cards fast.

## Input

```json
{
  "keywords": [
    "Charizard"
  ],
  "daysToScrape": 90,
  "count": 50,
  "categoryId": "0",
  "subcategoryId": "183454",
  "ebaySite": "ebay.com",
  "sortOrder": "endedRecently",
  "itemLocation": "default",
  "itemCondition": "any",
  "includeCompletedListings": true
}
```

## Output

```json
{
  "keyword": {
    "label": "Keyword",
    "format": "string"
  },
  "itemId": {
    "label": "Item ID",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "condition": {
    "label": "Condition",
    "format": "string"
  },
  "conditionId": {
    "label": "Cond. ID",
    "format": "integer"
  },
  "endedAt": {
    "label": "Ended At",
    "format": "string"
  },
  "soldPrice": {
    "label": "Sold Price",
    "format": "string"
  },
  "soldCurrency": {
    "label": "Currency",
    "format": "string"
  },
  "listingType": {
    "label": "Listing Type",
    "format": "string"
  },
  "isBestOfferAccepted": {
    "label": "Best Offer",
    "format": "boolean"
  },
  "shippingPrice": {
    "label": "Shipping",
    "format": "string"
  },
  "shippingType": {
    "label": "Shipping Type",
    "format": "string"
  },
  "totalPrice": {
    "label": "Total Price",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "thumbnailUrl": {
    "label": "Thumbnail",
    "format": "string"
  },
  "fullResThumbnailUrl": {
    "label": "Full-Res Thumbnail",
    "format": "string"
  },
  "buyingFormat": {
    "label": "Buying Format",
    "format": "string"
  },
  "bidCount": {
    "label": "Bid Count",
    "format": "integer"
  },
  "sellerUsername": {
    "label": "Seller",
    "format": "string"
  },
  "sellerPositivePercent": {
    "label": "Seller +%",
    "format": "number"
  },
  "sellerFeedbackScore": {
    "label": "Seller Feedback",
    "format": "number"
  },
  "sellerType": {
    "label": "Seller Type",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [eBay Sold Listings Search](https://apify.com/caffein.dev/ebay-sold-listings) with a specific input configuration. Visit the [Actor detail page](https://apify.com/caffein.dev/ebay-sold-listings) to learn more, explore other use cases, and run it yourself.