Auction.com Scraper — Foreclosures, REO & Auction Listings avatar

Auction.com Scraper — Foreclosures, REO & Auction Listings

Pricing

from $0.50 / 1,000 property extracteds

Go to Apify Store
Auction.com Scraper — Foreclosures, REO & Auction Listings

Auction.com Scraper — Foreclosures, REO & Auction Listings

Scrape Auction.com distressed-property listings — foreclosures, bank-owned (REO) and live auctions. Search by location, ZIP, coordinates or URL; pull the auction calendar by state, county and date; get enriched detail (starting bid, deposit, seller terms) and market KPIs.

Pricing

from $0.50 / 1,000 property extracteds

Rating

0.0

(0)

Developer

SIÁN OÜ

SIÁN OÜ

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 hours ago

Last modified

Share

Auction.com Scraper — Foreclosures, REO & Live Auction Calendar 🏚️

SIÁN Agency Store Store-Zillow Scraper Store-Redfin Scraper Store-Bayut Scraper

🎉 The only Auction.com tool that pulls the live foreclosure & REO auction calendar — not just listings

Get upcoming trustee/courthouse and online REO sale events by state, county & date — plus the full distressed-property market (foreclosures, bank-owned, live auctions) in one run. Built for investors, flippers, wholesalers, and lead-gen teams.


📋 Overview

Auction.com is the largest US marketplace for distressed real estate — and this actor turns it into clean, structured data. Search foreclosures and bank-owned (REO) homes anywhere in the US, pull the live auction calendar by state and date, and get enriched listing detail with starting bids, deposits, valuations, and seller terms.

Why investors and lead-gen teams choose us:

  • 📅 The auction calendar nobody else has: Pull upcoming foreclosure (trustee/courthouse) and bank-owned (online REO) sale events by state, county, and date window — the event timeline that drives the bids. No other Auction.com tool exposes it.
  • Whole-market coverage: Search by city, county, ZIP, map radius, or a pasted Auction.com URL — nationwide or hyper-local
  • 🎯 Distressed-only signal: Every row carries distress status, asset type, and auction status — no sifting through retail listings
  • 💰 Pay only for results: Generous FREE tier to test, unlimited on PAID — only successful rows are charged
  • 💎 Investor-grade detail: Optional enrichment adds starting bid, deposit, estimated value, foreclosure financials, seller terms, photo galleries, and property specs
  • Market KPIs included: Every run ships an HTML report with price distribution, asset-type tallies, and location breakdowns

Independent tool. This is an independent data-extraction tool and is not affiliated with, endorsed by, or sponsored by Auction.com, LLC. "Auction.com" is a trademark of its respective owner and is used here only to describe the public data this tool helps you collect.


✨ Features

  • 🧭 12 operations in one actor — search (4 modes), property details (2 modes), auction calendar + event lookup, location autocomplete, and helper tools (states, asset-type enums, sell)
  • 🗺️ Four search modes — by location, by ZIP, by coordinates + radius, or by Auction.com URL
  • 📅 Auction calendar — list live and upcoming sale events by state, county, asset type, and date range
  • 🎫 Event drill-down — expand any calendar event to its venue, auctioneer, date/time, and asset count
  • 🏚️ Foreclosure & REO split — filter by foreclosure (live trustee/courthouse sales) or bank-owned (online REO auctions)
  • Optional enrichment — pull the full detail record (photos, starting bid, deposit, valuation, foreclosure financials, seller terms) per listing
  • ↕️ Sort & filter — auction date, newest, price, or distance; toggle active vs removed inventory
  • 📊 HTML market report — automatic price/asset-type/location analytics saved to the key-value store
  • 🔢 Bulk-friendly — paginate to hundreds of rows per run with a single maxResults setting

🎬 Quick Start

Pick an operation, give it a target (a location, ZIP, coordinates, or URL), and run. Results land in the Apify dataset as structured rows; an HTML market report is saved to the key-value store.

curl -X POST 'https://api.apify.com/v2/acts/sian.agency~auction-com-property-scraper/runs?token=[YOUR_TOKEN]' \
-H 'Content-Type: application/json' \
-d '{"operation":"searchByLocation","location":"Dallas, TX","maxResults":50}'

🚀 Getting Started (3 Simple Steps)

Step 1: Choose your operation

Pick searchByLocation / searchByZip / searchByCoordinates / searchByUrl for listings, calendar for upcoming sale events, or detailsById / detailsByUrl for a single property.

Step 2: Set your target

Provide the matching field — a location, zipCode, latitude+longitude+radius, or url. For the calendar, set a state and an optional dateFrom/dateTo window.

Step 3: Run and export

Launch the actor. Export results as JSON, CSV, or Excel directly from the dataset.

That's it! In under a minute, you'll have:

  • A clean table of distressed listings or auction events
  • Per-row distress status, auction detail, and valuation
  • An HTML market report with price and location analytics

📥 Input Configuration

FieldTypeRequiredDescription
operationstringNoWhat to pull. One of searchByLocation, searchByZip, searchByCoordinates, searchByUrl, calendar, calendarEvent, detailsById, detailsByUrl, autocomplete, states, enums, sell. Default searchByLocation.
locationstringFor searchByLocationCity, county, or ZIP — e.g. Dallas, TX, Cook County, IL. Omit for a nationwide sweep.
zipCodestringFor searchByZipA 5-digit US ZIP, e.g. 60628.
latitude / longitudestringFor searchByCoordinatesCenter point of the search.
radiusstringFor searchByCoordinatesSearch radius in miles around the point.
urlstringFor searchByUrl / detailsByUrlAn Auction.com search or listing URL.
listingIdstringFor detailsByIdThe numeric listing id, e.g. 2093283.
statestringFor calendar2-letter US state code, e.g. TX.
dateFrom / dateTostringFor calendarDate window, YYYY-MM-DD.
assetTypestringNoforeclosure or bank-owned (calendar scoping).
eventIdstringFor calendarEventAn event code (E-31553A) or venue id.
availabilitystringNoactive (default) or removed.
sortstringNoauction_date (default), newest, oldest, price_low, price_high, distance.
enrichbooleanNoFetch full enriched detail per search row (photos, bid, deposit, financials). Default false.
maxResultsintegerNoMax rows for paginated operations. FREE tier capped at 60.

Example — location search with enrichment:

{
"operation": "searchByLocation",
"location": "Atlanta, GA",
"sort": "auction_date",
"enrich": true,
"maxResults": 100
}

Example — foreclosure auction calendar for a state + date window:

{
"operation": "calendar",
"state": "TX",
"assetType": "foreclosure",
"dateFrom": "2026-07-01",
"dateTo": "2026-07-31"
}

📤 Output

Results are saved to the Apify dataset. Rows share one stream and are tagged by rowTypeproperty (search listing), property-detail (enriched listing), auction-event (calendar event), location-suggestion (autocomplete), or reference (states/enums/sell lookups).

FieldTypeDescription
rowTypestringproperty / property-detail / auction-event / location-suggestion / reference
listingIdstringUnique Auction.com listing id
urlstringFull listing URL on auction.com
addressobjectStreet, city, state, ZIP
locationobjectLatitude / longitude
distressobjectDistress status (foreclosure / bank-owned / etc.)
auctionobjectAuction status, starting bid, deposit, sale type, dates
valuationobjectEstimated value / list price signals
specsobjectBeds, baths, sqft, lot size, year built, property type
mediaobjectPhoto count + gallery (when enriched)
foreclosureFinancialsobjectOpening bid, est. debt, liens (when enriched)
sellerTermsobjectBuyer premium, deposit, financing terms (when enriched)
marketingTagsarrayAuction.com badges (e.g. "Bank Owned", "Occupied")
eventCodestringCalendar-event code (calendar rows)
auctioneerstringAuctioneer / trustee (calendar rows)
venueName / venueTypestringSale venue + type (calendar rows)
datestringAuction/event date
totalAssetsnumberAssets in the event (calendar rows)
scrapedAtstringISO timestamp of extraction

Example listing row:

{
"rowType": "property",
"listingId": "2093283",
"url": "https://www.auction.com/details/10118-ekukpe-dr-dallas-tx-2093283",
"address": { "street": "10118 Ekukpe Dr", "city": "Dallas", "county": "DALLAS", "state": "TX", "zipCode": "75217" },
"location": { "latitude": 32.7451494, "longitude": -96.6495516 },
"distress": { "assetType": "BANK_OWNED", "productType": "REO", "occupancyStatus": "OCCUPIED", "venueType": "ONLINE", "eventCode": "O-1609F" },
"auction": { "status": "SALE_PENDING_CLEARED", "statusLabel": "Jun 14 - Jun 16, 2026" },
"scrapedAt": "2026-06-13T12:55:00.000Z"
}

💼 Use Cases & Examples

1. Foreclosure deal sourcing

Investors and flippers hunting below-market distressed homes. Input: searchByLocation + enrich: true for a target metro. Output: Listings with starting bid, deposit, estimated value, and occupancy. Use: Build a daily deal pipeline ranked by equity spread.

2. Auction calendar monitoring

Wholesalers tracking upcoming trustee and REO sales. Input: calendar by state with a dateFrom/dateTo window. Output: Event-level rows with date, venue, auctioneer, and asset count. Use: Never miss a county foreclosure sale; plan bidding logistics in advance.

3. REO portfolio tracking

Asset managers monitoring bank-owned inventory. Input: calendar with assetType: bank-owned or location search filtered to REO. Output: Bank-owned listings and online auction events. Use: Track REO velocity and pricing across markets.

4. Lead-gen lists for agents & lenders

Lead-gen teams building distressed-homeowner outreach lists. Input: searchByZip across target ZIPs. Output: Address-level distressed listings with auction timelines. Use: Feed CRM campaigns for pre-foreclosure and auction outreach.

5. Market analytics & comps

Analysts modeling distressed-market trends. Input: Broad searchByLocation with maxResults: 200. Output: Price distribution, asset-type tallies, and the HTML market report. Use: Quantify foreclosure supply and discount depth by region.

6. Radius farming around a subject property

Agents and appraisers pulling nearby distressed comps. Input: searchByCoordinates with latitude, longitude, radius. Output: All distressed listings within the radius. Use: Distressed-comp sets for valuations and CMAs.


🔗 Integration Examples

JavaScript/Node.js

import { ApifyClient } from 'apify-client';
const client = new ApifyClient({ token: 'YOUR_TOKEN' });
const run = await client.actor('sian.agency/auction-com-property-scraper').call({
operation: 'searchByLocation',
location: 'Dallas, TX',
maxResults: 50
});
const { items } = await client.dataset(run.defaultDatasetId).listItems();
console.log(items[0]);

Python

from apify_client import ApifyClient
client = ApifyClient('YOUR_TOKEN')
run = client.actor('sian.agency/auction-com-property-scraper').call(
run_input={'operation': 'calendar', 'state': 'TX', 'assetType': 'foreclosure'}
)
for item in client.dataset(run['defaultDatasetId']).iterate_items():
print(item)

cURL

curl -X POST 'https://api.apify.com/v2/acts/sian.agency~auction-com-property-scraper/runs?token=YOUR_TOKEN' \
-H 'Content-Type: application/json' \
-d '{"operation":"searchByZip","zipCode":"60628","maxResults":50}'

Automation Workflows (N8N / Zapier / Make)

  1. Trigger: Schedule a daily calendar sweep
  2. HTTP Request: Call the actor API
  3. Process: Handle JSON results
  4. Action: Push new auction events to your CRM, sheet, or Slack

📊 Performance & Pricing

FREE Tier (Try It Now)

  • 60 rows per run — full feature access, same data quality
  • No credit card required
  • Perfect for testing a market or a single county
  • Unlimited rows per run
  • Faster processing, no delays
  • Pay-per-result: only charged for successful rows

💰 Best-value distressed-property data on Apify — pay per result, not per page.

🔗 View current pricing


❓ Frequently Asked Questions

Q: How many listings can I pull? A: FREE tier: 60 rows per run. PAID tier: unlimited.

Q: Can I get the upcoming auction calendar, not just listings? A: Yes — use the calendar operation with a state and optional date window, then calendarEvent to drill into a specific sale.

Q: What's the difference between foreclosure and bank-owned (REO)? A: foreclosure covers live trustee/courthouse sales; bank-owned covers online REO auctions. Filter either via assetType.

Q: How do I get starting bids, deposits, and financials? A: Set enrich: true on a search, or use detailsById / detailsByUrl for a single property.

Q: What output formats are available? A: JSON, CSV, and Excel — export directly from the Apify dataset.

Q: Is this legal? A: Yes — only publicly available data is extracted. See the legal section below.


🐛 Troubleshooting

No results returned

  • Widen the area (try a county or a larger radius) or check the spelling of location.
  • Confirm the state code is the 2-letter form (e.g. TX, not Texas).

Calendar returns nothing

  • Make sure dateFrom/dateTo bracket a window with scheduled sales, and that state is set.

A pasted URL doesn't work

  • Use a standard Auction.com search or listing URL; shortened or filtered share-links may not resolve.

Hit the FREE-tier cap

  • FREE runs are capped at 60 rows. Upgrade to PAID for unlimited results.

Our actors are ethical and do not extract any private user data, such as email addresses, gender, or location. They only extract what the user has chosen to share publicly. We therefore believe that our actors, when used for ethical purposes by Apify users, are safe.

However, you should be aware that your results could contain personal data. Personal data is protected by the GDPR in the European Union and by other regulations around the world. You should not scrape personal data unless you have a legitimate reason to do so. If you're unsure whether your reason is legitimate, consult your lawyers.

You can also read Apify's blog post on the legality of web scraping.


🤝 Support

Telegram Support

Join our active support community


Built by SIÁN Agency | More Tools