# eBay Product Details for Item 406845932977

**Use case:** 

Extract comprehensive product details from eBay, including pricing, seller ratings, and images for Item ID 406845932977. Get structured data instantly!

## Input

```json
{
  "productIds": [
    "406845932977"
  ],
  "domain": "com"
}
```

## Output

```json
{
  "title": {
    "label": "📦 Title",
    "format": "text"
  },
  "price": {
    "label": "💰 Price",
    "format": "number"
  },
  "priceRaw": {
    "label": "💲 Price (Raw)",
    "format": "text"
  },
  "currency": {
    "label": "💱 Currency",
    "format": "text"
  },
  "condition": {
    "label": "📋 Condition",
    "format": "text"
  },
  "location": {
    "label": "📍 Location",
    "format": "text"
  },
  "shipping": {
    "label": "🚚 Shipping",
    "format": "text"
  },
  "availableQuantity": {
    "label": "📦 Available",
    "format": "number"
  },
  "itemsSold": {
    "label": "📈 Sold",
    "format": "number"
  },
  "watchers": {
    "label": "👁️ Watchers",
    "format": "number"
  }
}
```

## About this Actor

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