Auction.com Scraper — Foreclosure, REO & Trustee Sales avatar

Auction.com Scraper — Foreclosure, REO & Trustee Sales

Pricing

from $1.75 / 1,000 results

Go to Apify Store
Auction.com Scraper — Foreclosure, REO & Trustee Sales

Auction.com Scraper — Foreclosure, REO & Trustee Sales

Scrape Auction.com foreclosure, trustee & bank-owned (REO) real-estate auctions. Search by state, city, county or ZIP and export address, beds/baths/sqft, auction date, starting bid, reserve status, estimated value & sold comps as JSON, CSV or Excel.

Pricing

from $1.75 / 1,000 results

Rating

0.0

(0)

Developer

Haketa

Haketa

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Auction.com Scraper — Foreclosure, REO & Trustee Sale Data

Turn Auction.com — the largest US online marketplace for distressed residential real estate — into clean, structured data. Search foreclosure auctions, bank‑owned (REO) homes and trustee sales by state, city, county or ZIP code and get every property back with its address, beds/baths/square footage, auction date, starting bid, reserve status, occupancy and estimated value — plus, with details on, an estimated value range (AVM), a rental estimate and nearby sold comparables.

Built for real‑estate investors, house flippers, wholesalers, iBuyers, agents, lenders, appraisers, proptech teams and market analysts who need auction and foreclosure inventory as a spreadsheet or an API feed — not one listing at a time.


✨ Why use this scraper

  • The whole auction map, structured — search any US state, city, county or ZIP, or run nationwide in one go.
  • Complete property records — address, coordinates, property type, bedrooms, bathrooms, square footage, lot size, year built and estimated value.
  • Full auction detail — asset type (foreclosure / bank‑owned / trustee), product type, auction start and end dates, starting bid, current bid, bid count, bid increment, reserve status and online/live venue.
  • Occupancy & access flags — occupied vs vacant, financing available, buyer‑premium and interior‑access flags.
  • Valuation & comps (optional) — add an AVM value range, a rental estimate and nearby sold comparables (price, date, beds, baths, size, distance) for each property.
  • Powerful filters — asset type, property type, occupancy, minimum bid, maximum bid, minimum beds and baths.
  • Fast and reliable — pulls hundreds of listings per request; typical runs finish in seconds.
  • Export anywhere — JSON, CSV, Excel, HTML, or straight to the Apify API, webhooks and integrations.

🚀 Quick start

  1. Add one or more States (e.g. CA, TX, FL) — or use Cities, Counties, ZIP codes, Start URLs, or toggle Nationwide.
  2. (Optional) Set filters: asset type, property type, min/max starting bid, min beds/baths.
  3. Set Maximum listings and click Start.

Each property comes back as one clean record. Turn on Include valuation & sold comps for AVM, rental estimate and comparables.

Example — foreclosures in California

{
"states": ["CA"],
"assetTypes": ["FORECLOSURE"],
"maxItems": 500
}

Example — bank‑owned homes under $300k in two metros, with comps

{
"cities": ["Houston, TX", "Phoenix, AZ"],
"assetTypes": ["BANK_OWNED"],
"priceMax": 300000,
"bedsMin": 3,
"includeDetails": true,
"maxItems": 1000
}

Example — nationwide, cheapest first

{
"nationwide": true,
"sort": "price_low_to_high",
"maxItems": 2000
}

📥 Input reference

FieldTypeDescription
States (states)arrayUS state codes; each is a separate search (e.g. CA, TX).
Cities (cities)array"City, ST" (e.g. "Los Angeles, CA").
Counties (counties)array"County, ST" (e.g. "Cook, IL").
ZIP codes (zipCodes)array5‑digit ZIP codes.
Nationwide (nationwide)booleanScrape active listings across the whole US.
Start URLs (startUrls)arrayPaste Auction.com search or property detail URLs.
Asset type (assetTypes)arrayKeep only BANK_OWNED, FORECLOSURE and/or PRIVATE_SELLER.
Property type (propertyTypes)arrayKeep only chosen property types (single family, condo, land …).
Occupancy (occupancyStatus)arrayKeep only OCCUPIED and/or VACANT.
Minimum starting bid (priceMin)integerLowest starting bid (USD).
Maximum starting bid (priceMax)integerHighest starting bid (USD).
Minimum bedrooms (bedsMin)integerMinimum bedrooms.
Minimum bathrooms (bathsMin)integerMinimum bathrooms.
Sort order (sort)stringAuction date, newest, ending soon, bid low→high / high→low, recommended.
Include valuation & sold comps (includeDetails)booleanAdd AVM range, rental estimate and sold comparables.
Maximum listings (maxItems)integerStop after this many listings.
Page size (pageSize)integerListings per request (20–500).
Concurrency (maxConcurrency)integerParallel enrichment when details are on.
Proxy configuration (proxyConfiguration)objectApify Proxy (datacenter‑first, US residential fallback).

📤 Output

Each property is one dataset item. Example (with Include valuation & sold comps on):

{
"listingId": "2152163",
"url": "https://www.auction.com/details/7483-last-dollar-trl-julian-ca-2152163",
"status": "AUCTION_IN_PROGRESS",
"statusLabel": "Sep 01 - Sep 3, 2026",
"address": "7483 Last Dollar Trl, Julian, CA 92036, San Diego County",
"street": "7483 LAST DOLLAR TRL",
"city": "Julian",
"state": "CA",
"county": "San Diego",
"zip": "92036",
"latitude": 33.0693874,
"longitude": -116.4330111,
"propertyType": "SINGLE_FAMILY_HOME",
"bedrooms": 3,
"bathrooms": 2,
"squareFootage": 1680,
"lotSize": 1,
"yearBuilt": 1979,
"estimatedValue": 387628,
"assetType": "BANK_OWNED",
"productType": "DAY_1_REO",
"occupancyStatus": "OCCUPIED",
"venueType": "ONLINE",
"isTrusteeSale": false,
"auctionStartDate": "2026-09-01T12:00:00Z",
"auctionEndDate": "2026-09-03T14:04:40Z",
"startingBid": 125000,
"currentHighestBid": null,
"bidCount": 0,
"bidIncrement": 25000,
"reserveStatus": "RESERVE_NOT_MET",
"primaryPhoto": "https://.../1366976_ext_1.v1.jpeg",
"avmValuation": { "low": 358515, "high": 416741, "estimated": 387628 },
"rentalEstimate": { "low": 1206, "high": 4826, "estimated": 3016 },
"comparables": [
{
"soldPrice": 287000,
"soldDate": "2025-06-06T00:00:00.000Z",
"bedrooms": 1,
"bathrooms": 1,
"livingArea": 624,
"distance": 0.32,
"source": "MLS",
"type": "sold"
}
],
"scrapedAt": "2026-09-01T20:00:45.232Z"
}

Field reference

FieldDescription
listingIdAuction.com listing ID.
urlProperty detail page URL.
status, statusLabel, statusGroupAuction status (e.g. in progress) and its label.
isHotMarked as a hot/popular listing.
address, street, city, state, county, zipFull and split address.
latitude, longitudeProperty coordinates.
propertyType, propertyGroupStructure type (single family, condo, townhouse, land …).
bedrooms, bathrooms, squareFootage, lotSize, yearBuiltProperty characteristics.
estimatedValueAuction.com estimated value.
assetTypeBANK_OWNED, FORECLOSURE or PRIVATE_SELLER.
productTypee.g. REO, DAY_1_REO, TRUSTEE, PRIVATE_SELLER.
occupancyStatusOCCUPIED or VACANT.
venueType, isOnlineOnline vs live auction.
isTrusteeSale, eventCodeTrustee‑sale flag and auction event code.
auctionStartDate, auctionEndDateAuction window.
startingBid, currentHighestBid, bidCount, bidIncrementBidding state.
reserveStatus, isReservePriceAvailableReserve information.
financingAvailable, buyerPremiumAvailable, interiorAccessAllowedSale flags.
primaryPhotoMain property photo URL.
avmValuationEstimated value range — low / high / estimated (details on).
rentalEstimateEstimated monthly rent range (details on).
comparablesNearby sold/rental comps: price, date, beds, baths, size, distance, source (details on).
scrapedAtTimestamp of collection.

💡 Use cases

  • Investors & flippers — build a live pipeline of foreclosure and REO deals with estimated value and comps so you can spot spreads fast.
  • Wholesalers — filter by ZIP, occupancy and starting bid to source assignable contracts.
  • Buy‑and‑hold / rental investors — combine the rental estimate with the starting bid to screen for cash‑flow properties.
  • Agents & brokers — track distressed inventory and auction dates in your farm area.
  • Lenders, appraisers & AMCs — pull comparable sales and valuation ranges at scale.
  • Proptech & data teams — feed a foreclosure/auction dataset into your models, dashboards or lead systems.
  • Market analysts — measure distressed supply, starting‑bid trends and clearance by metro.

🎯 Tips for best results

  • Start broad, then filter — pull a state, then narrow with assetTypes, priceMax or bedsMin after export.
  • Use includeDetails selectively — the base record already has price, beds/baths and estimated value; turn on comps when you need valuation depth.
  • Watch reserveStatus and bidCount — they tell you how live an auction is right now.
  • Batch metros with cities"Dallas, TX", "Fort Worth, TX" in one run.
  • Go nationwide with a maxItems cap to sample the whole market without pulling everything.

🔌 Run it your way

  • Apify Console — fill in locations and filters, then Start.
  • API — launch runs and pull the dataset programmatically.
  • Scheduler — refresh your auction feed hourly or daily.
  • Integrations — push to Google Sheets, Zapier, Make, webhooks, S3, and more.

❓ FAQ

What kinds of listings are covered? Active residential auctions on Auction.com: foreclosure/trustee sales, bank‑owned (REO) homes and select private‑seller listings.

Can I get sold prices? Auction.com sells active auctions, so the actor returns active inventory. With Include valuation & sold comps on, each property carries nearby sold comparables (price and date) you can use for valuation.

Do I need an account or API key? No. Just choose locations and filters.

How do I search a specific area? Use States, Cities ("City, ST"), Counties ("County, ST") or ZIP codes — or paste an Auction.com search URL into Start URLs.

What are AVM and rental estimates? An automated value range (low/high/estimated) and an estimated monthly rent range, returned when details are enabled.

In what format is the data? Structured JSON by default, exportable to CSV, Excel, HTML and more.

Can I run it on a schedule? Yes — use the Apify Scheduler or start runs via the API and integrations.


This tool collects publicly available real‑estate auction information for legitimate business use such as investment research, market analysis and lead generation. You are responsible for how you use the data and for complying with all applicable laws and regulations, the website's terms, and data‑protection rules. Do not use the output to infringe intellectual‑property rights or for any unlawful purpose. This scraper is not affiliated with, endorsed by, or connected to Auction.com; all trademarks belong to their respective owners.


Tags

auction.com · auction scraper · foreclosure scraper · foreclosure listings · reo · bank owned homes · trustee sale · real estate auction · distressed property · real estate data · real estate investing · property data · us real estate · housing data · lead generation