# US Real Estate Distress & Foreclosure Leads Radar API (`robinworld/us-real-estate-distress-radar`) Actor

Extracts distressed, pre-foreclosure, tax lien, and off-market real estate leads across all 50 US states for real estate wholesalers and investors.

- **URL**: https://apify.com/robinworld/us-real-estate-distress-radar.md
- **Developed by:** [Robin world](https://apify.com/robinworld) (community)
- **Categories:**
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $8.00 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## 🏛️ US Real Estate Distress & Off-Market Deals Radar

> **The ultimate automated lead generator for US Wholesalers, Real Estate Investors, Flippers, and Acquisitions Teams.**

Scrape verified **Foreclosures, Pre-Foreclosures (Notice of Default), Bank-Owned REO properties, Steep Price Drops, and Off-Market / Motivated Seller opportunities** across any US City, County, or Zip Code.

***

### 💎 Why Wholesalers & Investors Love This Actor

Finding off-market and distressed real estate normally costs **$100 to $1,000+ per month** in expensive enterprise data subscriptions. This Actor gives you on-demand, pay-as-you-go access at just **$0.005 per property lead**.

- **🔥 Full Distress Signal Coverage**: Identifies Foreclosure, Pre-Foreclosure, Bank-Owned REO, Auction, and Estimated ROI.
- **📍 Nationwide Targeting**: Works across all 50 US States, major metropolitan areas (Miami, Austin, Phoenix, Dallas, Los Angeles, Atlanta, etc.), counties, and 5-digit zip codes.
- **📊 Deep Property Metrics**: Live asking price, estimated market value, equity spread, bedroom/bathroom counts, square footage, price per sqft, lot size, and direct listing links.
- **⚡ Instant Multi-Format Export**: Download instantly as **Excel, CSV, JSON**, or connect via Webhooks to **HubSpot, Podio, REISift, Google Sheets, or Zapier**.

***

### 🚀 How to Use

1. **Location**: Enter any US City/State or Zip Code (e.g. `Miami, FL`, `Austin, TX`, `33139`).
2. **Deal Category**:
   - `All Distressed & Motivated Seller Deals`
   - `Pre-Foreclosures (Default Notices)`
   - `Foreclosures & Bank-Owned REO`
   - `Steep Price Reduced (Motivated Sellers)`
3. **Max Price**: Set your maximum acquisition budget.
4. **Click "Start"** and watch your lead dataset populate in real-time.

***

### 📦 Output Data Sample

```json
{
  "property_id": "1001597125",
  "address": "7760 Sandy Ridge Dr",
  "city": "Reunion",
  "state": "FL",
  "zipcode": "34747",
  "price": 400000.0,
  "original_price": 460000.0,
  "price_cut_amount": 60000.0,
  "price_cut_percent": 13.0,
  "estimated_value": 460000.0,
  "discount_spread": 60000.0,
  "deal_signals": [
    "AUCTION",
    "EST_ROI_36.6%"
  ],
  "property_type": "Condo / Townhome",
  "beds": 5,
  "baths": 4.5,
  "sqft": 2630,
  "price_per_sqft": 152.09,
  "lot_size_sqft": 0,
  "listing_source": "RealtyTrac US Foreclosure & Default Index",
  "property_url": "https://www.realtytrac.com/property/fl/reunion/1001597125/",
  "scraped_at": "2026-09-08T03:15:00Z"
}
```

***

### 💰 Pricing: Pay-Per-Event

- **Price**: **$0.005** per extracted distressed property lead.
- Extract 500 leads for just **$2.50**.
- Zero recurring commitments. Pay only for valid records returned.

# Actor input Schema

## `location` (type: `string`):

Enter any US City & State or Zip code (e.g. 'Miami, FL', 'Houston, TX', 'Phoenix, AZ', '33139')

## `deal_type` (type: `string`):

Filter by high-profit motivated seller signals and distressed property categories

## `max_price` (type: `integer`):

Upper budget limit for property purchase

## `min_price_cut_percent` (type: `integer`):

Filter properties where listing price has dropped by at least this percentage

## `max_items` (type: `integer`):

Total count of distressed property leads to collect (charged $0.005 per item)

## `proxy_configuration` (type: `object`):

Use Apify built-in proxies for uninterrupted extraction without IP rate limits

## Actor input object example

```json
{
  "location": "Miami, FL",
  "deal_type": "all",
  "max_price": 1200000,
  "min_price_cut_percent": 5,
  "max_items": 50,
  "proxy_configuration": {
    "useApifyProxy": true
  }
}
```

# Actor output Schema

## `results` (type: `string`):

Foreclosure, auction, and off-market real estate lead dataset items

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {};

// Run the Actor and wait for it to finish
const run = await client.actor("robinworld/us-real-estate-distress-radar").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {}

# Run the Actor and wait for it to finish
run = client.actor("robinworld/us-real-estate-distress-radar").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{}' |
apify call robinworld/us-real-estate-distress-radar --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,robinworld/us-real-estate-distress-radar"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/I64TwNCThtybKOSs7/builds/MutLe46EFAL4AkRaN/openapi.json
