# Nike sneaker resale prices from eBay sold data

**Use case:** 

Track real Nike sneaker resale prices from eBay sold listings. Compare sold amounts by condition for Air Jordan, Dunk, and Air Force models.

## Input

```json
{
  "keywords": [
    "nike air jordan",
    "nike dunk"
  ],
  "daysToScrape": 30,
  "count": 100,
  "categoryId": "11450",
  "subcategoryId": "",
  "ebaySite": "ebay.com",
  "sortOrder": "endedRecently",
  "itemLocation": "default",
  "itemCondition": "any",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": []
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "soldPrice": {
    "label": "Sold Price",
    "format": "text"
  },
  "soldCurrency": {
    "label": "Currency",
    "format": "text"
  },
  "condition": {
    "label": "Condition",
    "format": "text"
  },
  "endedAt": {
    "label": "Ended At",
    "format": "text"
  },
  "shippingType": {
    "label": "Shipping",
    "format": "text"
  },
  "listingType": {
    "label": "Listing Type",
    "format": "text"
  },
  "sellerUsername": {
    "label": "Seller",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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