# Monitor MacBook M4 prices and listings on eBay

**Use case:** 

Track Buy-It-Now and auction prices for MacBook M4 laptops on eBay. Get titles, prices, conditions, seller feedback, and sold counts for market research and rep

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.ebay.com/sch/i.html?_nkw=macbook+m4"
    }
  ],
  "mode": "search",
  "maxResults": 50,
  "maxPages": 5,
  "shipToCountry": "US",
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "display_image": {
    "label": "Image",
    "format": "string"
  },
  "itemId": {
    "label": "Item ID",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "priceRaw": {
    "label": "Price",
    "format": "string"
  },
  "originalPrice": {
    "label": "Original Price",
    "format": "number"
  },
  "condition": {
    "label": "Condition",
    "format": "string"
  },
  "availability": {
    "label": "Availability",
    "format": "string"
  },
  "itemLocation": {
    "label": "Item Location",
    "format": "string"
  },
  "soldCount": {
    "label": "Sold Count",
    "format": "integer"
  },
  "watcherCount": {
    "label": "Watchers",
    "format": "integer"
  },
  "bidCount": {
    "label": "Bids",
    "format": "integer"
  },
  "timeLeft": {
    "label": "Time Left",
    "format": "string"
  },
  "bestOffer": {
    "label": "Best Offer",
    "format": "boolean"
  },
  "isSold": {
    "label": "Sold",
    "format": "boolean"
  },
  "soldDate": {
    "label": "Sold Date",
    "format": "string"
  },
  "shipping": {
    "label": "Shipping",
    "format": "string"
  },
  "returns": {
    "label": "Returns",
    "format": "string"
  },
  "discount": {
    "label": "Discount",
    "format": "string"
  },
  "seller": {
    "label": "Seller",
    "format": "string"
  },
  "sellerFeedbackPercent": {
    "label": "Seller Feedback %",
    "format": "string"
  },
  "sellerFeedbackCount": {
    "label": "Seller Feedback Count",
    "format": "string"
  },
  "itemUrl": {
    "label": "Item URL",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "string"
  },
  "error": {
    "label": "Error",
    "format": "string"
  }
}
```

## About this Actor

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