# Scrape UK auction lots from John Pye

**Use case:** 

Extract John Pye Auctions lots with current bids, minimum bids, remaining time and images. Monitor UK online auctions for deal sourcing.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.johnpyeauctions.co.uk/"
    }
  ],
  "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.