# Scrape AirPods Pro Sold-Price Analytics - eBay

**Use case:** 

Track AirPods Pro sold-price analytics on eBay with Sample, Sold/day, Rec. price and Date range. Real sold comps, not active listings.

## Input

```json
{
  "mode": "sold",
  "searchQueries": [
    "airpods pro 2"
  ],
  "marketplace": "US",
  "condition": "any",
  "listingType": "all",
  "freeShippingOnly": false,
  "sort": "best_match",
  "enrichItemDetails": false,
  "emitSellerLeads": false,
  "computeAnalytics": true,
  "maxItems": 100,
  "maxSellers": 50,
  "deduplicateResults": true,
  "monitorMode": false,
  "monitorKey": "default",
  "maxConcurrency": 4,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "query": {
    "label": "Query",
    "format": "text"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "sampleSize": {
    "label": "Sample",
    "format": "number"
  },
  "soldPrice": {
    "label": "Sold price (min/max/avg/median)",
    "format": "object"
  },
  "estimatedSoldPerDay": {
    "label": "Sold/day",
    "format": "number"
  },
  "recommendedListPrice": {
    "label": "Rec. price",
    "format": "number"
  },
  "soldDateRange": {
    "label": "Date range",
    "format": "object"
  }
}
```

## About this Actor

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