# Audit Specific eBay Seller Store Inventory

**Use case:** 

Scrape an entire eBay seller's store to get a comprehensive overview of their current inventory, product range, and listing practices. This allows for detailed 

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.ebay.com/str/dyson"
    },
    {
      "url": "https://www.ebay.com/str/bestbuy"
    }
  ],
  "maxItems": 50,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "string"
  },
  "condition": {
    "label": "Condition",
    "format": "string"
  },
  "seller": {
    "label": "Seller",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [EBAY | Single Item | Store | Store Categories](https://apify.com/crawlerbros/ebay-item-store-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/ebay-item-store-scraper) to learn more, explore other use cases, and run it yourself.