# Find Foreclosure Properties in Los Angeles

**Use case:** 

Scrape foreclosure and bank-owned property listings in Los Angeles from Auction.com for real estate investors.

## Input

```json
{
  "startUrl": "https://www.auction.com/residential/CA/Los-Angeles_ct/",
  "maxItems": 100
}
```

## Output

```json
{
  "primary_photo_url": {
    "label": "Primary Photo",
    "format": "image"
  },
  "id": {
    "label": "ID",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "country_primary_subdivision": {
    "label": "State/Province",
    "format": "text"
  },
  "country_secondary_subdivision": {
    "label": "County/Region",
    "format": "text"
  },
  "municipality": {
    "label": "City",
    "format": "text"
  },
  "postal_code": {
    "label": "Postal Code",
    "format": "text"
  },
  "street_description": {
    "label": "Street Address",
    "format": "text"
  },
  "beds": {
    "label": "Bedrooms",
    "format": "number"
  },
  "baths": {
    "label": "Bathrooms",
    "format": "number"
  },
  "sqft": {
    "label": "Square Footage",
    "format": "number"
  },
  "lot_sqft": {
    "label": "Lot Size (acres)",
    "format": "number"
  },
  "year_built": {
    "label": "Year Built",
    "format": "number"
  },
  "property_type": {
    "label": "Property Type",
    "format": "text"
  },
  "property_type_group": {
    "label": "Property Type Group",
    "format": "text"
  },
  "opening_bid": {
    "label": "Opening Bid ($)",
    "format": "currency"
  },
  "est_resale_value": {
    "label": "Estimated Resale Value ($)",
    "format": "currency"
  },
  "starting_bid_amount": {
    "label": "Starting Bid Amount ($)",
    "format": "currency"
  },
  "auction_start_date": {
    "label": "Auction Start Date",
    "format": "datetime"
  },
  "auction_end_date": {
    "label": "Auction End Date",
    "format": "datetime"
  },
  "saleType": {
    "label": "Sale Type",
    "format": "text"
  },
  "auctionDate": {
    "label": "Auction Date",
    "format": "date"
  },
  "auctionTime": {
    "label": "Auction Time",
    "format": "time"
  },
  "auctionLocation": {
    "label": "Auction Location",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "listing_photos_count": {
    "label": "Photos Count",
    "format": "number"
  },
  "is_third_party_online": {
    "label": "Third Party Online",
    "format": "boolean"
  },
  "is_reserve_displayed": {
    "label": "Reserve Displayed",
    "format": "boolean"
  },
  "broker_commission": {
    "label": "Broker Commission",
    "format": "text"
  },
  "financing_available": {
    "label": "Financing Available",
    "format": "boolean"
  },
  "buyer_premium_available": {
    "label": "Buyer Premium Available",
    "format": "boolean"
  },
  "interior_access_allowed": {
    "label": "Interior Access Allowed",
    "format": "boolean"
  },
  "occupancy_status": {
    "label": "Occupancy Status",
    "format": "text"
  },
  "is_first_look_enabled": {
    "label": "First Look Enabled",
    "format": "boolean"
  },
  "is_direct_offer_enabled": {
    "label": "Direct Offer Enabled",
    "format": "boolean"
  },
  "scrapedTimestamp": {
    "label": "Scraped Timestamp",
    "format": "datetime"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Auction.com Property Listing Scraper Pay Per Event](https://apify.com/parseforge/auction-com-property-scraper-ppe) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/auction-com-property-scraper-ppe) to learn more, explore other use cases, and run it yourself.