# Scrape Omega Auctions Ending Soon - eBay

**Use case:** 

Find Omega Seamaster auctions ending soonest on eBay with Item, Condition, Price, Bids, Sold date and Location. No login required.

## Input

```json
{
  "mode": "search",
  "searchQueries": [
    "omega seamaster vintage"
  ],
  "marketplace": "US",
  "condition": "any",
  "listingType": "auction",
  "freeShippingOnly": false,
  "sort": "ending_soonest",
  "enrichItemDetails": false,
  "emitSellerLeads": false,
  "computeAnalytics": false,
  "maxItems": 100,
  "maxSellers": 50,
  "deduplicateResults": true,
  "monitorMode": false,
  "monitorKey": "default",
  "maxConcurrency": 4,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "title": {
    "label": "Item",
    "format": "text"
  },
  "condition": {
    "label": "Condition",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "object"
  },
  "shipping": {
    "label": "Shipping",
    "format": "object"
  },
  "bids": {
    "label": "Bids",
    "format": "number"
  },
  "soldQuantity": {
    "label": "Sold",
    "format": "number"
  },
  "soldDate": {
    "label": "Sold date",
    "format": "text"
  },
  "itemLocation": {
    "label": "Location",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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