Auction.com Foreclosure Auction Sniper
Pricing
from $5.00 / 1,000 results
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
8 days ago
Last modified
Categories
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
- 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. - 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.
- 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" }}
| Field | Type | Description |
|---|---|---|
assetType | string | "residential" (default) or "commercial". |
states | array | 2-letter state codes to collect (e.g. ["TX","FL"]). Empty = nationwide. |
filters | object | Optional extra filters: city, county, zip, search (keyword), assetType, propertyType, auctionFormat, listingType, occupancyStatus, sort. |
maxItems | integer | Soft cap on rows emitted. 0 = unlimited. Default 100. |
pageSize | integer | Listings fetched per request. Default 40. |
maxPages | integer | Safety ceiling on pages walked per state. Default 200. |
maxConcurrency | integer | Concurrent requests. Keep low (1–3). Default 2. |
maxRetries | integer | Retries per request before giving up. Default 5. |
proxyConfiguration | object | Required. 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.
| Field | Type | Description |
|---|---|---|
source | string | Always "auction.com". |
sourceId | string | Auction.com listing ID. |
url | string | Public listing detail page. |
address | object | line, city, state, county, zip, lat, lng, plus the original formatted lines. |
assetType | string | FORECLOSURE, BANK_OWNED, PRIVATE_SELLER, … |
productType | string | e.g. TRUSTEE, REO. |
occupancyStatus | string | OCCUPIED, VACANT, UNKNOWN. |
estimatedValue | number | Estimated market / resale value in USD. |
startingBid | number | Opening/minimum bid when published (often revealed at auction time for trustee sales, so may be null). |
auction | object | startDate, endDate, visibleStartDateTime, isOnline, venueType. |
status / statusLabel | string | Auction status (SALE_PENDING, SALE_PENDING_CLEARED, AUCTION_IN_PROGRESS, …) and its short label. |
beds / baths / sqft / lotSize / yearBuilt | number | Property basics. |
photo / photosCount | string / number | Primary photo and photo count. |
eventCode / trusteeSale | string / bool | Auction event details. |
raw | object | The full upstream listing node, for any field not surfaced above. |
_source | string | Strategy tag (S1-graphql). |
_scrapedAt | string | UTC 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
estimatedValueagainststartingBid(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
OCCUPIEDforeclosures to build pre-auction owner-outreach lists, orVACANTbank-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
sourceIdto 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:
| Actor | What it does |
|---|---|
| Zillow All-in-One Scraper | Map-area and search-results listings with full property details. |
| Realtor.com All-in-One Scraper | Agent-listed homes, details, photos, agents, price & tax history. |
| FSBO.com Lead Extractor | For-sale-by-owner seller leads with direct property + owner details. |
| Auction.com Foreclosure Scraper — this actor | Upcoming foreclosure & bank-owned auctions with schedule, value, and status. |
| PropertyFinder Off-Plan Tracker | Dubai/UAE off-plan & new projects with developer, handover, price & payment plans. |
| LandWatch Price-per-Acre Scraper | Raw-land listings with acreage, price-per-acre, zoning, and broker contact. |