Foreclosed Properties List (emails) avatar

Foreclosed Properties List (emails)

Pricing

from $10.00 / 1,000 results

Go to Apify Store
Foreclosed Properties List (emails)

Foreclosed Properties List (emails)

Foreclosed properties list tool that extracts distressed real estate inventory across the US, giving investors direct access to off-market and foreclosure deals.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

Kawsar

Kawsar

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

Foreclosed Properties List: Find Distressed Deals and Bank-Owned Homes

Access an up-to-date foreclosed properties list with a few simple parameters. Finding distressed properties usually involves paying high monthly subscriptions to niche real estate platforms or manually digging through county records. We built this tool to pull active foreclosures directly into a clean, structured JSON format so you can run your own analysis.

Instead of navigating clunky interfaces, you type in a zip code or state, and get back exactly what properties are currently in foreclosure or recently sold.

Use cases

  • Wholesaling: pull a fresh foreclosed properties list for a specific zip code to target distressed sellers.
  • Investment analysis: export recent sold properties to accurately build a Comparative Market Analysis without manual data entry.
  • Lead generation: extract direct agent contact details representing bank-owned properties.
  • Market monitoring: run automated daily checks for new foreclosures entering the market in your target neighborhoods.

Input Parameters

ParameterTypeDefaultDescription
postal_codestringUS ZIP code. Most precise location filter. Example: 90210.
state_codestring2-letter US state code. Example: TX.
citystringCity name. Example: Houston.
propertyTypearrayProperty types. Options: single_family, condo_townhome, etc.
beds_min / beds_maxintegerFilter by bedroom count.
list_price_min / maxintegerActive asking price range in USD.
sold_price_maxintegerMax sold price (only applies to sold properties).
maxItemsinteger5000Total maximum properties to extract per run.
proxyConfigurationobjectDatacenterProxy settings to use for requests. Leave as default unless experiencing blocking.

Example Input

This example pulls a foreclosed properties list in Texas, specifically single-family homes under $300,000.

{
"state_code": "TX",
"propertyType": ["single_family"],
"list_price_max": 300000,
"maxItems": 200,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyCountry": "US"
}
}

Output Fields Explained

The actor outputs flattened, easy-to-use JSON objects for each property.

FieldTypeDescription
property_idstringInternal permanent identifier for the listing
listing_idstringInternal listing ID associated with the property source
permalinkstringThe direct slug for the listing (useful to build relative URLs)
statusstringEither for_sale or sold
list_priceintegerThe current asking price in USD
sold_priceintegerFinal sold price in USD (only applicable if sold)
price_reduced_amountintegerAmount the property has been discounted
list_datestringThe ISO 8601 date the listing hit the market
sold_datestringThe ISO 8601 date the listing closed (if applicable)
type / sub_typestringClassification of property (single_family, condo, etc.)
beds / baths_consolidatedintegerBedroom and bathroom counts
sqftintegerTotal interior square footage
lot_sqftintegerTotal exterior land square footage
year_builtintegerThe year the property was originally constructed
garageintegerNumber of garage spaces
address_linestringThe full street address of the property
city / state / state_code / postal_codestringDetailed address properties
latitude / longitudenumberExact GPS coordinates
county_name / county_fipsstringProperty county information, excellent for demographic matches
street_view_urlstringLink to Google Maps street view preview of the property
primary_photo_urlstringDirect link to the featured display image
photo_countintegerTotal number of photos associated with the property
photo_urlsarrayA list of direct image links for the property
matterportbooleanTrue if the property contains a matterport 3d walk-through
is_foreclosurebooleanAlways true for active foreclosure listings
is_coming_soon / is_new_listing / is_price_reduced / is_pending / is_contingent / is_auction / is_fractionally_ownedbooleanSecondary transactional lifecycle flags and property indicators
source_id / source_name / source_type / source_listing_idstringSpecific source integrations the property was aggregated from (eg. the standard MLS)
advertiser_1_name / advertiser_2_namestringName of the primary and secondary listing agent/representative
advertiser_1_email / advertiser_2_emailstringDirect contact emails for the representatives
advertiser_1_office / advertiser_2_officestringThe parent office handling the representation (eg. Keller Williams)
advertiser_1_phones / advertiser_2_phonesarrayPhone numbers for the primary and secondary contacts
branding_namestringOptional affiliated agent branding profile details
open_housesarrayArray containing start_date, end_date, timezone, and description for viewing events
community_promotions / search_promotionsarrayArray detailing additional marketing or platform property promotions
lead_show_contact_an_agent / lead_market_type / lead_type / is_veterans_united_eligiblemixedUnderlying lead generation attributes the listing platform utilizes
products_list / products_brand_namemixedAgent tier and listing distribution products pushed by the API
rmn_listing_attributionbooleanSourcing attribution parameter
scrapedAtstringISO timestamp outlining when the row was extracted
errorstringException details if the extraction run caught an issue during parse

FAQ

Where is the data coming from? The tool extracts property data from major public real estate networks, specifically filtering for listings marked as distressed or in foreclosure.

Is this only for foreclosures? Yes. Under the hood, this scraper is hardcoded to only return properties explicitly flagged as foreclosures. This guarantees your results aren't cluttered with standard retail listings.

Can I get sold comps? Yes. You can supply a sold_date_min to find recent sold foreclosure properties for making accurate offers.