# eBay Market Research: Best Selling Laptops

**Use case:** 

Identify top-selling laptop models and emerging trends on eBay to inform your product sourcing and marketing decisions. Gain insights into customer demand and c

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.ebay.com/sch/i.html?_nkw=laptop&_ipg=200&_sop=12"
    }
  ],
  "maxItems": 500,
  "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.