Auction.com $1💰 URL Search | Keyword Filtering | Rich Output avatar

Auction.com $1💰 URL Search | Keyword Filtering | Rich Output

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Auction.com $1💰 URL Search | Keyword Filtering | Rich Output

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

AbotAPI

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

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 fetchDetails for 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.

FieldExample
listingId00000001
urlhttps://www.auction.com/details/123-sample-st-city-st-00000001
address123 Sample St, Springfield, ST 00000, Sample County
city / state / zipSpringfield / ST / 00000
countySample County
latitude / longitude38.0000 / -90.0000
propertyTypeGroupSINGLE_FAMILY
assetTypeBANK_OWNED
listingStatusGroupACTIVE
bedrooms / bathrooms3 / 2
squareFootage1800
lotSize0.25
yearBuilt1995
startingBid150000
estimatedValue225000 (property value estimate)
rentalEstimate1800 (monthly rent estimate)
auctionTypeONLINE
auctionStartDate2026-01-01T00:00:00Z
auctionEndDate2026-01-03T00:00:00Z
occupancyStatusVACANT
financingAvailabletrue
buyerPremiumAvailablefalse
isRemoteBidEnabledtrue
primaryPhotohttps://adc-tenbox-prod.imgix.net/resi/property_image/0000000-1-G.v4.jpg
photoCount12
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

ParameterTypeDefaultDescription
modestringsearchsearch (use filters) or url (paste links)
statesarray["CA"]Two-letter US state codes
citystringCity name to narrow the search
zipCodesarrayList of 5-digit ZIP codes
keywordstringFree-text search across street, city, state, ZIP
listingStatusstringactiveactive or sold
propertyTypesarraysingle-family, condos-townhouses, multi-family, land
assetTypesarraybank-owned, foreclosures, short-sales, private-seller
auctionFormatsarrayonline, in-person, remote-bid
minBeds / maxBedsintegerBedroom range
minBathsintegerMinimum bathrooms
minSqft / maxSqftintegerLiving area range in square feet
minPrice / maxPriceintegerStarting bid range in USD
sortBystringdefaultSort order
urlsarrayAuction.com URLs (URL mode)
fetchDetailsbooleanfalseFetch the full gallery and terms per listing
maxPagesinteger5Pages per search (100 listings per page)
maxListingsinteger20Total cap (max 1,000,000); 0 means unlimited
proxyobjectApify datacenterProxy 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.