# Multi-Market Auction.com Foreclosure Monitor

**Use case:** 

Monitor Auction.com foreclosure and REO inventory across Georgia, Florida, and Texas for new listings, status changes, auction dates, and bid signals.

## Input

```json
{
  "locations": [
    "GA",
    "FL",
    "TX"
  ],
  "searchUrls": [],
  "maxItems": 250,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "BUYPROXIES94952"
    ]
  }
}
```

## Output

```json
{
  "listingId": {
    "label": "Listing ID"
  },
  "url": {
    "label": "Property URL",
    "format": "link"
  },
  "formattedAddress": {
    "label": "Address"
  },
  "assetType": {
    "label": "Sale type"
  },
  "listingStatus": {
    "label": "Status"
  },
  "statusLabel": {
    "label": "Auction timing"
  },
  "auctionStart": {
    "label": "Auction starts",
    "format": "date"
  },
  "auctionEnd": {
    "label": "Auction ends",
    "format": "date"
  },
  "openingBid": {
    "label": "Opening bid"
  },
  "currentBid": {
    "label": "Current bid"
  },
  "estimatedValue": {
    "label": "Estimated value"
  },
  "bedrooms": {
    "label": "Beds"
  },
  "bathrooms": {
    "label": "Baths"
  },
  "squareFeet": {
    "label": "Square feet"
  },
  "yearBuilt": {
    "label": "Year built"
  },
  "occupancyStatus": {
    "label": "Occupancy"
  },
  "structureType": {
    "label": "Property type"
  },
  "primaryPhotoUrl": {
    "label": "Photo",
    "format": "image"
  },
  "sourceUrl": {
    "label": "Search URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Auction.com Foreclosure Listings Scraper](https://apify.com/automation-lab/auction-com-foreclosure-listings-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/auction-com-foreclosure-listings-scraper) to learn more, explore other use cases, and run it yourself.