# Vintage Rolex Watches Listings Scraper

**Use case:** 

Extract listings for vintage Rolex watches on eBay with complete details.

## Input

```json
{
  "maxProducts": 10,
  "withDetails": true,
  "soldListings": false,
  "searchQueries": [
    "vintage rolex"
  ],
  "itemUrls": []
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "wasPrice": {
    "label": "Was",
    "format": "number"
  },
  "discountPercent": {
    "label": "% off",
    "format": "number"
  },
  "condition": {
    "label": "Condition",
    "format": "text"
  },
  "listingType": {
    "label": "Listing type"
  },
  "bidCount": {
    "label": "Bid count"
  },
  "sellerName": {
    "label": "Seller",
    "format": "text"
  },
  "sellerFeedbackPercent": {
    "label": "Feedback %",
    "format": "number"
  },
  "shipping": {
    "label": "Shipping",
    "format": "text"
  },
  "itemLocation": {
    "label": "Location",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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