# Auction.com URL Search | Keyword Filtering

**Use case:** 

Scrape Auction.com foreclosure, REO, short-sale and auction listings by filters or URL. Extract 45+ fields including bids, dates, values, occupancy, GPS ...

## Input

```json
{
  "mode": "search",
  "states": [
    "CA"
  ],
  "listingStatus": "active",
  "sortBy": "default",
  "urls": [
    "https://www.auction.com/residential/CA/active_lt"
  ],
  "fetchDetails": true,
  "maxPages": 5,
  "maxListings": 100,
  "proxy": {
    "useApifyProxy": true
  },
  "maxNotifyListings": 50
}
```

## Output

```json
{
  "listingId": {
    "label": "ID",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "zip": {
    "label": "ZIP",
    "format": "text"
  },
  "propertyTypeGroup": {
    "label": "Type",
    "format": "text"
  },
  "assetType": {
    "label": "Asset",
    "format": "text"
  },
  "listingStatusGroup": {
    "label": "Status",
    "format": "text"
  },
  "bedrooms": {
    "label": "Beds",
    "format": "number"
  },
  "bathrooms": {
    "label": "Baths",
    "format": "number"
  },
  "squareFootage": {
    "label": "Sqft",
    "format": "number"
  },
  "startingBid": {
    "label": "Starting Bid",
    "format": "number"
  },
  "estimatedValue": {
    "label": "Est. Value",
    "format": "number"
  },
  "auctionStartDate": {
    "label": "Auction Start",
    "format": "text"
  },
  "auctionType": {
    "label": "Auction",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Auction.com $1💰 URL Search | Keyword Filtering | Rich Output](https://apify.com/abotapi/auction-com-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/abotapi/auction-com-scraper) to learn more, explore other use cases, and run it yourself.