# Scrape MaxSold lots for resale sourcing

**Use case:** 

Build a flipper sourcing list: lot title, current bid, bids, end time, state and photos. Spot underbid lots fast.

## Input

```json
{
  "searchType": "discover",
  "states": [
    "ohio",
    "michigan"
  ],
  "scrapeItems": true,
  "maxAuctions": 20,
  "maxItems": 25,
  "monitorMode": false,
  "alertOnNewLot": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "requestConcurrency": 4,
  "diagnose": false
}
```

## Output

```json
{
  "title": {
    "label": "Item",
    "format": "string"
  },
  "current_bid": {
    "label": "Bid ($)",
    "format": "number"
  },
  "bid_count": {
    "label": "Bids",
    "format": "integer"
  },
  "lot_number": {
    "label": "Lot #",
    "format": "string"
  },
  "auction_title": {
    "label": "Auction",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "end_time": {
    "label": "Ends",
    "format": "string"
  },
  "item_url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [MaxSold Scraper — Estate Auction Lots, Bids & Alerts](https://apify.com/scrapersdelight/maxsold-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapersdelight/maxsold-scraper) to learn more, explore other use cases, and run it yourself.