# Nintendo Switch OLED Sold Prices on eBay (Comps)

**Use case:** 

What a Switch OLED actually sells for on eBay: sold prices, dates and a comps summary with average and median. Flat price, platform usage included.

## Input

```json
{
  "search": [
    "nintendo switch oled"
  ],
  "maxResults": 40
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "soldPrice": {
    "label": "Sold price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "soldDate": {
    "label": "Sold date",
    "format": "string"
  },
  "condition": {
    "label": "Condition",
    "format": "string"
  },
  "format": {
    "label": "Buying format",
    "format": "string"
  },
  "sellerName": {
    "label": "Seller",
    "format": "string"
  },
  "url": {
    "label": "Listing URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [eBay Sold Listings Scraper 💰 (price comps, no key)](https://apify.com/tagadanar/ebay-sold-comps) with a specific input configuration. Visit the [Actor detail page](https://apify.com/tagadanar/ebay-sold-comps) to learn more, explore other use cases, and run it yourself.