Auction.com $1💰 URL Search | Keyword Filtering | Rich Output
Pricing
from $1.00 / 1,000 results
Auction.com $1💰 URL Search | Keyword Filtering | Rich Output
From $1/1K. Extract foreclosure, REO, short-sale, and auction listings from Auction.com in minutes. Search by location and property filters or paste any Auction.com URL. Get 45+ structured fields, including auction dates, bids, estimated values, occupancy status, coordinates, and photos.
Pricing
from $1.00 / 1,000 results
Rating
0.0
(0)
Developer
AbotAPI
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Auction.com Property Scraper
Collect foreclosure, bank-owned (REO), short-sale and private-seller auction listings from Auction.com in minutes. Search by state, city, ZIP, property type, asset type, beds, baths, square footage and price, or paste any Auction.com search URL. Every listing comes back with 45+ structured fields including auction dates, starting bids, estimated value, occupancy, coordinates and photos.
Why this scraper
- Two input modes. Build a query from structured filters, or paste one or more Auction.com URLs. Multiple URLs are supported in a single run.
- 45+ fields per listing, well past the typical 30-field offering: auction window, starting bid, estimated resale value, occupancy status, financing and buyer-premium flags, beds/baths/sqft, lot size, year built, latitude/longitude, photos and more.
- Deep pagination. Walks far past the website's on-screen display cap using offset paging, so large states return thousands of properties in one run.
- Optional full-detail mode. Turn on
fetchDetailsfor complete auction terms, financing preference, deposit and earnest-money minimums, leaseback terms and days-to-close per listing (plus any extra media the listing exposes). - Fast and lightweight. Reads structured data directly, so runs finish quickly and cheaply on the default Apify datacenter proxy. No residential proxy required.
- Multi-state and multi-URL in a single run, with automatic de-duplication.
Data you get
Sample shape: values are illustrative placeholders, not from a live listing.
| Field | Example |
|---|---|
| listingId | 00000001 |
| url | https://www.auction.com/details/123-sample-st-city-st-00000001 |
| address | 123 Sample St, Springfield, ST 00000, Sample County |
| city / state / zip | Springfield / ST / 00000 |
| county | Sample County |
| latitude / longitude | 38.0000 / -90.0000 |
| propertyTypeGroup | SINGLE_FAMILY |
| assetType | BANK_OWNED |
| listingStatusGroup | ACTIVE |
| bedrooms / bathrooms | 3 / 2 |
| squareFootage | 1800 |
| lotSize | 0.25 |
| yearBuilt | 1995 |
| startingBid | 150000 |
| estimatedValue | 225000 (property value estimate) |
| rentalEstimate | 1800 (monthly rent estimate) |
| auctionType | ONLINE |
| auctionStartDate | 2026-01-01T00:00:00Z |
| auctionEndDate | 2026-01-03T00:00:00Z |
| occupancyStatus | VACANT |
| financingAvailable | true |
| buyerPremiumAvailable | false |
| isRemoteBidEnabled | true |
| primaryPhoto | https://adc-tenbox-prod.imgix.net/resi/property_image/0000000-1-G.v4.jpg |
| photoCount | 12 |
| financePreference (detail mode) | CASH |
| daysToClose (detail mode) | 30 |
| earnestMoneyDepositMinimum (detail mode) | 5000 |
Plus marketing tags, open houses, trustee-sale flags, valuation bands, and the complete source record under raw for any field not surfaced flat.
How to use
Search a single state for active listings:
{"mode": "search","states": ["CA"],"listingStatus": "active","maxPages": 5,"maxListings": 200}
Search with filters (condos and townhouses, 3+ beds, under 300k, in two states):
{"mode": "search","states": ["TX", "FL"],"propertyTypes": ["condos-townhouses"],"minBeds": 3,"maxPrice": 300000,"sortBy": "price-asc","maxListings": 500}
Bank-owned, online auctions, with full details:
{"mode": "search","states": ["GA"],"assetTypes": ["bank-owned"],"auctionFormats": ["online"],"fetchDetails": true,"maxListings": 100}
Paste Auction.com URLs (apply filters on the website, then copy the URL):
{"mode": "url","urls": ["https://www.auction.com/residential/CA/active_lt/single-family_pt","https://www.auction.com/residential/TX/active_lt"],"maxPages": 3}
Input parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
| mode | string | search | search (use filters) or url (paste links) |
| states | array | ["CA"] | Two-letter US state codes |
| city | string | City name to narrow the search | |
| zipCodes | array | List of 5-digit ZIP codes | |
| keyword | string | Free-text search across street, city, state, ZIP | |
| listingStatus | string | active | active or sold |
| propertyTypes | array | single-family, condos-townhouses, multi-family, land | |
| assetTypes | array | bank-owned, foreclosures, short-sales, private-seller | |
| auctionFormats | array | online, in-person, remote-bid | |
| minBeds / maxBeds | integer | Bedroom range | |
| minBaths | integer | Minimum bathrooms | |
| minSqft / maxSqft | integer | Living area range in square feet | |
| minPrice / maxPrice | integer | Starting bid range in USD | |
| sortBy | string | default | Sort order |
| urls | array | Auction.com URLs (URL mode) | |
| fetchDetails | boolean | false | Fetch the full gallery and terms per listing |
| maxPages | integer | 5 | Pages per search (100 listings per page) |
| maxListings | integer | 20 | Total cap (max 1,000,000); 0 means unlimited |
| proxy | object | Apify datacenter | Proxy configuration |
Output example
Sample shape: values are illustrative placeholders, not from a live listing.
{"listingId": "00000001","url": "https://www.auction.com/details/123-sample-st-springfield-st-00000001","address": "123 Sample St, Springfield, ST 00000, Sample County","city": "Springfield","state": "ST","zip": "00000","county": "Sample County","latitude": 38.0000,"longitude": -90.0000,"propertyTypeGroup": "SINGLE_FAMILY","assetType": "BANK_OWNED","productType": "REO","occupancyStatus": "VACANT","listingStatusGroup": "ACTIVE","bedrooms": 3,"bathrooms": 2,"squareFootage": 1800,"lotSize": 0.25,"yearBuilt": 1995,"startingBid": 150000,"estimatedValue": 225000,"estimatedValueLow": 210000,"estimatedValueHigh": 240000,"auctionType": "ONLINE","auctionStartDate": "2026-01-01T00:00:00Z","auctionEndDate": "2026-01-03T00:00:00Z","financingAvailable": true,"buyerPremiumAvailable": false,"isRemoteBidEnabled": true,"primaryPhoto": "https://adc-tenbox-prod.imgix.net/resi/property_image/0000000-1-G.v4.jpg","photoCount": 12,"marketingTags": [],"scrapedAt": "2026-01-01T00:00:00Z"}
Plan requirement
This scraper runs on the default Apify datacenter proxy, so it works on the free plan for small runs. For large runs and faster throughput, any paid plan gives more compute and proxy bandwidth. Residential proxy is optional and not required for this source. If you do select residential, the run rotates a US/CA exit pool (a fresh session per attempt, and any explicit country pin is respected) and automatically fails over to a backup connection pool after repeated failures, so a single flagged exit IP will not stall the run. Free accounts should keep maxListings modest; paid accounts can set it to 0 for unlimited.