# RealtyTrac Foreclosure & REO Listings Data Export

**Use case:** 

Data Export of RealtyTrac Foreclosure & REO Listings. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "locationUrl": "https://www.realtytrac.com/foreclosure/california/los-angeles-county/",
  "maxItems": 100
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "id": {
    "label": "Id"
  },
  "fullAddress": {
    "label": "Address",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "county": {
    "label": "County"
  },
  "zip": {
    "label": "Zip"
  },
  "propertyType": {
    "label": "Type",
    "format": "text"
  },
  "beds": {
    "label": "Beds",
    "format": "number"
  },
  "baths": {
    "label": "Baths",
    "format": "number"
  },
  "sqft": {
    "label": "Sqft",
    "format": "number"
  },
  "lotSqft": {
    "label": "Lot sqft"
  },
  "estimatedValue": {
    "label": "Est. Value ($)",
    "format": "number"
  },
  "isPreForeclosure": {
    "label": "Is pre foreclosure"
  },
  "isForeclosure": {
    "label": "Is foreclosure"
  },
  "isAuction": {
    "label": "Is auction"
  },
  "isReo": {
    "label": "Is reo"
  },
  "isShortSale": {
    "label": "Is short sale"
  },
  "isSheriffSale": {
    "label": "Is sheriff sale"
  },
  "statusDate": {
    "label": "Status Date",
    "format": "date"
  },
  "lat": {
    "label": "Lat"
  },
  "lng": {
    "label": "Lng"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [RealtyTrac Foreclosure & REO Listings Scraper](https://apify.com/parseforge/realtytrac-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/realtytrac-scraper) to learn more, explore other use cases, and run it yourself.