# US Foreclosures, Tax Deeds & Sheriff Auctions API (`magebase/us-foreclosures-tax-deeds-auctions-api`) Actor

Aggregate county tax deeds, sheriff sales, and government bank REO properties from Bid4Assets, RealAuction, Auction.com, Hubzu, USDA, and HUD into a unified deal flow.

- **URL**: https://apify.com/magebase/us-foreclosures-tax-deeds-auctions-api.md
- **Developed by:** [magebase](https://apify.com/magebase) (community)
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

Pay per usage

This Actor is paid per platform usage. The Actor is free to use, and you only pay for the Apify platform usage, which gets cheaper the higher subscription plan you have.

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

## 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 Foreclosures, Tax Deeds & Sheriff Auctions API

Aggregate and monitor distressed real estate, tax liens, tax deed sales, sheriff auctions, and government bank REO inventories across 50 US states and hundreds of county clerk repositories.

***

### Active Sources (24 Key US Portals)

#### National Foreclosure & Bank REO Marketplaces

1. **Auction.com** (`auction-com`) — Largest US residential foreclosure and bank REO platform
2. **Hubzu** (`hubzu`) — Online foreclosure, short sale, and bank-owned auctions
3. **Xome** (`xome`) — Bank REO, foreclosure auctions, and distressed properties
4. **Foreclosure.com** (`foreclosure-com`) — Pre-foreclosure, sheriff sale, and bankruptcy filings
5. **Fannie Mae HomePath** (`fannie-mae`) — Fannie Mae bank-owned residential properties
6. **Freddie Mac HomeSteps** (`freddie-mac`) — Freddie Mac bank-owned residential properties
7. **HUD Homestore** (`hud-homestore`) — US Dept of Housing and Urban Development REO
8. **USDA Properties** (`usda-properties`) — USDA Rural Development acquired inventory
9. **VA Acquired Properties** (`va-properties`) — Veterans Affairs REO inventory (VRM)
10. **FDIC Real Estate** (`fdic-real-estate`) — Failed bank real estate asset liquidations

#### County Tax Deeds, Sheriff Sales & Government Auctions

11. **Bid4Assets** (`bid4assets`) — County tax sales across California, Washington, Pennsylvania
12. **RealAuction** (`realauction`) — County tax deeds and foreclosure portals in 100+ counties
13. **GovDeals Real Estate** (`govdeals`) — Government surplus real property and municipal auctions
14. **CivicSource** (`civicsource`) — Tax-adjudicated property auctions in Louisiana, Tennessee, etc.
15. **US Marshals Forfeiture** (`us-marshals`) — Federal seized real property auctions
16. **IRS Confiscated PALS** (`irs-treasury-pals`) — Internal Revenue Service seized property auctions
17. **GSA Real Property Auctions** (`gsa-real-property`) — Federal excess real property sales
18. **SRI Inc Sheriff Sales** (`sri-auctions`) — Multi-county sheriff sale and tax deed network
19. **GovEase Online Auctions** (`govease`) — Online county tax lien and deed auctions
20. **Linebarger Tax Sales** (`linebarger-tax-sales`) — Major Texas county delinquent tax foreclosures
21. **Cook County Sheriff Sales** (`cook-county-sheriff`) — Chicago / Cook County judicial foreclosure auctions
22. **Harris County Tax Sales** (`harris-county-tax-sales`) — Houston / Harris County tax foreclosures
23. **Maricopa County Sheriff** (`maricopa-sheriff-sales`) — Phoenix / Maricopa County execution sales
24. **LA County Tax Collector** (`la-county-tax-collector`) — Los Angeles County public auction tax sales

Plus 106+ documented sources in `docs/sites/foreclosures.md`.

***

### Derived Metrics & Financial Intelligence

- `discountVsAssessedPct`: Discount % calculated between Starting Bid and Tax Assessed Value.
- `equityMarginEstimate`: Immediate potential gross equity margin ($ Assessed - $ Bid).
- `estimatedPricePerSqft`: Starting bid per square foot.
- `daysUntilAuction`: Countdown timer to auction date.

***

### Example Output Record

```json
{
  "id": "realauction_prop_9001",
  "entityId": "entity_prop_miami_mtzezg1n",
  "address": "125 North Main Street, Apt 1B",
  "normalizedAddress": "125 NORTH MAIN STREET APT 1B",
  "city": "Miami",
  "state": "FL",
  "postalCode": "33101",
  "county": "Miami-Dade County",
  "propertyType": "condo",
  "auctionType": "tax-deed",
  "auctionDate": "2026-10-05T14:00:00.000Z",
  "startingBid": 85000,
  "assessedValue": 220000,
  "parcelNumber": "APN-FL-8001-REAL",
  "caseNumber": "CASE-2026-CA-1001",
  "beds": 3,
  "baths": 2,
  "areaSqft": 1650,
  "authority": "Clerk of the Circuit Court",
  "enrichment": {
    "discountVsAssessedPct": 61.4,
    "equityMarginEstimate": 135000,
    "estimatedPricePerSqft": 52,
    "daysUntilAuction": 22
  },
  "source": "realauction",
  "sourceUrl": "https://realauction.com/property/realauction_prop_9001",
  "scrapedAt": "2026-09-13T14:00:00.000Z"
}
```

# Actor input Schema

## `states` (type: `array`):

Two-letter US state codes (e.g. FL, TX, CA, OH, GA).

## `auctionTypes` (type: `array`):

Filter by auction or distress category.

## `minPrice` (type: `integer`):

Filter properties with starting bid above this minimum.

## `maxPrice` (type: `integer`):

Filter properties with starting bid below this maximum.

## `sources` (type: `array`):

Select specific county auction portals or use \['all'].

## `maxResults` (type: `integer`):

Maximum number of properties to extract.

## `deduplicate` (type: `boolean`):

Cluster cross-posted properties across trustee, county, and auction feeds.

## `includeRawData` (type: `boolean`):

Include original unmodified scraped payloads in output dataset.

## `proxyConfiguration` (type: `object`):

Apify Proxy settings (datacenter or residential).

## Actor input object example

```json
{
  "states": [
    "FL",
    "TX"
  ],
  "auctionTypes": [
    "all"
  ],
  "minPrice": 10000,
  "maxPrice": 500000,
  "sources": [
    "all"
  ],
  "maxResults": 100,
  "deduplicate": true,
  "includeRawData": false
}
```

# Actor output Schema

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

No description

# 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("magebase/us-foreclosures-tax-deeds-auctions-api").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("magebase/us-foreclosures-tax-deeds-auctions-api").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 magebase/us-foreclosures-tax-deeds-auctions-api --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,magebase/us-foreclosures-tax-deeds-auctions-api"
        }
    }
}
```

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/aKTFcthbnuwXIH0fO/builds/tfzCXard5iDHCcIWO/openapi.json
