Auction.com Foreclosure Auction Sniper avatar

Auction.com Foreclosure Auction Sniper

Pricing

from $5.00 / 1,000 results

Go to Apify Store
Auction.com Foreclosure Auction Sniper

Auction.com Foreclosure Auction Sniper

Extract upcoming foreclosure and bank-owned auction listings from Auction.com -- address, asset type, estimated value, starting bid, auction schedule, and status.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

xtractoo

xtractoo

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

8 days ago

Last modified

Share

Auction.com Foreclosure Auction Scraper

Pull upcoming foreclosure and bank-owned auction listings from Auction.com into a clean dataset — property address, asset type, estimated market value, starting bid, the full auction schedule, and live auction status.

Built for property flippers and distressed-asset investors who want to spot profitable foreclosures early, before they reach the traditional market.

Why use this actor

  • No account, no login, no API key required.
  • Every listing fully detailed — address, county, asset type (foreclosure / bank-owned / private seller), estimated market value, beds/baths/sqft, and map coordinates.
  • Complete auction schedule — start date, end date, online vs. in-person venue, and a human-readable status (e.g. "Cleared for Auction", "Auction in Progress", "Sale Pending").
  • Filter to exactly what you want — by state, city, county, ZIP, keyword, asset type, occupancy, or price.
  • Stable JSON output suitable for pipelines, spreadsheets, or a database — download as JSON, CSV, or Excel.
  • Automatic retries keep long, multi-state runs flowing without manual babysitting.

How it works

  1. You choose what to collect — e.g. { "states": ["TX","FL"] }, or narrow it with a city, ZIP, or price range. Leave it open for a nationwide pull.
  2. The actor walks every page of matching auctions and reads each listing's full detail — address, asset type, estimated value, starting bid, and auction timing.
  3. Results stream into your dataset in real time, ready to download as JSON, CSV, or Excel.

You don't manage any of the fetching, paging, or retrying — just set your search and press Run.

Input

All fields are pre-filled in Apify Console, so you can press Run immediately.

{
"assetType": "residential",
"states": ["TX"],
"filters": { "city": "Austin", "occupancyStatus": "VACANT" },
"maxItems": 100,
"pageSize": 40,
"maxConcurrency": 2,
"proxyConfiguration": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"], "apifyProxyCountry": "US" }
}
FieldTypeDescription
assetTypestring"residential" (default) or "commercial".
statesarray2-letter state codes to collect (e.g. ["TX","FL"]). Empty = nationwide.
filtersobjectOptional extra filters: city, county, zip, search (keyword), assetType, propertyType, auctionFormat, listingType, occupancyStatus, sort.
maxItemsintegerSoft cap on rows emitted. 0 = unlimited. Default 100.
pageSizeintegerListings fetched per request. Default 40.
maxPagesintegerSafety ceiling on pages walked per state. Default 200.
maxConcurrencyintegerConcurrent requests. Keep low (1–3). Default 2.
maxRetriesintegerRetries per request before giving up. Default 5.
proxyConfigurationobjectRequired. Auction.com only serves clean residential addresses, so a US residential proxy must stay enabled.

Output

Real sample (one record, verbatim):

{
"source": "auction.com",
"sourceId": "2084286",
"url": "https://www.auction.com/details/109-futurity-ln-brock-tx-2084286",
"address": {
"line": "109 FUTURITY LANE",
"city": "BROCK",
"state": "TX",
"county": "Parker",
"zip": "76087",
"lat": 32.6702826,
"lng": -97.9597485,
"formatted": ["109 Futurity Lane", "Brock, TX 76087, Parker County"]
},
"assetType": "FORECLOSURE",
"productType": "TRUSTEE",
"occupancyStatus": "OCCUPIED",
"estimatedValue": 503500,
"currency": "USD",
"startingBid": null,
"auction": {
"startDate": "2026-08-04T17:00:00Z",
"endDate": null,
"visibleStartDateTime": "2026-08-04T17:00:00Z",
"isOnline": false,
"venueType": "LIVE"
},
"status": "SALE_PENDING",
"statusLabel": "Aug 04",
"beds": 0,
"baths": 0,
"sqft": 2008,
"yearBuilt": 2021,
"photo": "https://...",
"photosCount": 1,
"_source": "S1-graphql",
"_scrapedAt": "2026-05-29T16:34:39Z"
}

A second example status from the same run: "assetType": "BANK_OWNED", "status": "SALE_PENDING_CLEARED" (i.e. cleared for auction), with "isOnline": true.

FieldTypeDescription
sourcestringAlways "auction.com".
sourceIdstringAuction.com listing ID.
urlstringPublic listing detail page.
addressobjectline, city, state, county, zip, lat, lng, plus the original formatted lines.
assetTypestringFORECLOSURE, BANK_OWNED, PRIVATE_SELLER, …
productTypestringe.g. TRUSTEE, REO.
occupancyStatusstringOCCUPIED, VACANT, UNKNOWN.
estimatedValuenumberEstimated market / resale value in USD.
startingBidnumberOpening/minimum bid when published (often revealed at auction time for trustee sales, so may be null).
auctionobjectstartDate, endDate, visibleStartDateTime, isOnline, venueType.
status / statusLabelstringAuction status (SALE_PENDING, SALE_PENDING_CLEARED, AUCTION_IN_PROGRESS, …) and its short label.
beds / baths / sqft / lotSize / yearBuiltnumberProperty basics.
photo / photosCountstring / numberPrimary photo and photo count.
eventCode / trusteeSalestring / boolAuction event details.
rawobjectThe full upstream listing node, for any field not surfaced above.
_sourcestringStrategy tag (S1-graphql).
_scrapedAtstringUTC ISO 8601 collection time.

Use cases

  • Foreclosure sniping — pull every upcoming auction in your target counties each morning, sort by auction date, and queue the ones that haven't cleared yet.
  • Flip-margin screening — compare estimatedValue against startingBid (where published) to rank deals by potential spread before you commit to due diligence.
  • Territory monitoring — schedule daily runs filtered to your states/ZIPs and diff against yesterday's dataset to catch newly listed or newly cleared auctions the moment they post.
  • Lead lists for outreach — filter to OCCUPIED foreclosures to build pre-auction owner-outreach lists, or VACANT bank-owned assets for wholesale targeting.
  • Market analytics — aggregate by county/asset type/status over time to track foreclosure volume, average estimated values, and online-vs-in-person auction mix.
  • Pipeline enrichment — join the stable JSON output into your CRM or data warehouse by sourceId to enrich existing property records with live auction status.

Other real-estate actors

Part of the same Apify real-estate collection — every actor emits stable JSON you can union downstream:

ActorWhat it does
Zillow All-in-One ScraperMap-area and search-results listings with full property details.
Realtor.com All-in-One ScraperAgent-listed homes, details, photos, agents, price & tax history.
FSBO.com Lead ExtractorFor-sale-by-owner seller leads with direct property + owner details.
Auction.com Foreclosure Scraperthis actorUpcoming foreclosure & bank-owned auctions with schedule, value, and status.
PropertyFinder Off-Plan TrackerDubai/UAE off-plan & new projects with developer, handover, price & payment plans.
LandWatch Price-per-Acre ScraperRaw-land listings with acreage, price-per-acre, zoning, and broker contact.