# iPhone 15 Pro sold prices on eBay last 30 days

**Use case:** 

Get real eBay sold prices for iPhone 15 Pro. See actual sale amounts, conditions, and shipping costs. Essential for resellers pricing used phones.

## Input

```json
{
  "keywords": [
    "iphone 15 pro"
  ],
  "daysToScrape": 30,
  "count": 100,
  "categoryId": "15032",
  "subcategoryId": "",
  "ebaySite": "ebay.com",
  "sortOrder": "endedRecently",
  "itemLocation": "domestic",
  "itemCondition": "used",
  "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.