# Monitor Competitor eBay Product Prices & Inventory

**Use case:** 

Keep a close eye on your competitors' pricing strategies and inventory levels on eBay. This helps you react quickly to market changes and maintain a competitive

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.ebay.com/sch/i.html?_nkw=nike+air+force+1"
    },
    {
      "url": "https://www.ebay.com/sch/i.html?_nkw=adidas+ultraboost"
    }
  ],
  "maxItems": 200,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "condition": {
    "label": "Condition",
    "format": "text"
  },
  "seller": {
    "label": "Seller",
    "format": "text"
  },
  "shippingCost": {
    "label": "Shipping",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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