# Get sold prices for camera lenses on eBay

**Use case:** 

Real eBay sold prices for camera lenses and gear — final price, date, and condition for photographers and resellers.

## Input

```json
{
  "keywords": [
    "canon lens"
  ],
  "marketplace": "ebay.com",
  "condition": "any",
  "maxResults": 100,
  "daysBack": 30,
  "withAnalytics": true,
  "proxy": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "soldPrice": {
    "label": "Sold price",
    "format": "number"
  },
  "currency": {
    "label": "Cur",
    "format": "text"
  },
  "soldDate": {
    "label": "Sold date",
    "format": "date"
  },
  "condition": {
    "label": "Condition",
    "format": "text"
  },
  "listingType": {
    "label": "Type",
    "format": "text"
  },
  "bidsCount": {
    "label": "Bids",
    "format": "number"
  },
  "shippingCost": {
    "label": "Shipping",
    "format": "number"
  },
  "sellerName": {
    "label": "Seller",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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