# Monitor current John Pye UK auctions

**Use case:** 

Scrape currently live John Pye Auctions lots across the UK. Export bids, timers, images and event details for inventory and price alerts.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.johnpyeauctions.co.uk/?ViewFilter=Current"
    }
  ],
  "maxItems": 3,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "GB"
  }
}
```

## Output

```json
{
  "lotId": {
    "label": "Lot id"
  },
  "lotNumber": {
    "label": "Lot number"
  },
  "title": {
    "label": "Title"
  },
  "currentBid": {
    "label": "Current bid"
  },
  "minimumBid": {
    "label": "Minimum bid"
  },
  "remainingTime": {
    "label": "Remaining time"
  },
  "eventTitle": {
    "label": "Event title"
  },
  "location": {
    "label": "Location"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

This example demonstrates how to use [John Pye Auctions Scraper](https://apify.com/rainminer/johnpyeauctions-co-uk-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/rainminer/johnpyeauctions-co-uk-scraper) to learn more, explore other use cases, and run it yourself.