# HUD foreclosure bid deadline monitor

**Use case:** 

Monitor affordable HUD foreclosure listings for owner occupants and export current bid-open and deadline dates for scheduled alerts.

## Input

```json
{
  "locations": [
    "TX"
  ],
  "maxItems": 100,
  "maxPrice": 250000,
  "minBedrooms": 3,
  "eligibleBidders": [
    "Owner Occupant"
  ],
  "maxConcurrency": 3
}
```

## Output

```json
{
  "caseNumber": {
    "label": "HUD case #",
    "format": "text"
  },
  "fullLocation": {
    "label": "Property",
    "format": "text"
  },
  "county": {
    "label": "County",
    "format": "text"
  },
  "listPrice": {
    "label": "List price",
    "format": "number"
  },
  "bedrooms": {
    "label": "Beds",
    "format": "number"
  },
  "bathrooms": {
    "label": "Baths",
    "format": "number"
  },
  "squareFeet": {
    "label": "Sq ft",
    "format": "number"
  },
  "yearBuilt": {
    "label": "Year built",
    "format": "number"
  },
  "propertyType": {
    "label": "Property type",
    "format": "text"
  },
  "propertyStatus": {
    "label": "Status",
    "format": "text"
  },
  "listingPeriod": {
    "label": "Listing period",
    "format": "text"
  },
  "fhaFinancing": {
    "label": "FHA financing",
    "format": "text"
  },
  "listDate": {
    "label": "List date",
    "format": "date"
  },
  "bidOpenDate": {
    "label": "Bid opens",
    "format": "date"
  },
  "bidDeadlineDate": {
    "label": "Bid deadline",
    "format": "date"
  },
  "eligibleBidders": {
    "label": "Eligible bidders",
    "format": "text"
  },
  "bidderTypes": {
    "label": "Bidder types",
    "format": "array"
  },
  "specialProgram100Down": {
    "label": "$100 down",
    "format": "boolean"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "thumbnailUrl": {
    "label": "Thumbnail",
    "format": "image"
  },
  "imageUrls": {
    "label": "Images",
    "format": "array"
  },
  "sourceSearchUrl": {
    "label": "Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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