Auction.com Property Listing Scraper
Pricing
Pay per event
Auction.com Property Listing Scraper
Scrape property auction listings from Auction.com. Extract address, price, auction date, status, beds/baths, square footage, and more. Filter by US state or price range. Ideal for real estate investors, lead generation, and market research.
Pricing
Pay per event
Rating
0.0
(0)
Developer
BowTiedRaccoon
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Scrape REO (Real Estate Owned), foreclosure, and bank-owned property listings from Auction.com — the largest online real estate auction marketplace in the US. Extract property addresses, prices, auction dates, bedroom/bathroom counts, square footage, and direct listing URLs.
What it does
- Crawls Auction.com search results and paginates through listing pages
- Filters by US state and price range (optional)
- Visits each property detail page and extracts structured data
- Returns one record per property listing
- Supports up to
maxItemsrecords per run
Output fields
| Field | Type | Description |
|---|---|---|
property_id | string | Auction.com internal property ID |
address | string | Street address |
city | string | City |
state | string | State abbreviation |
zip | string | ZIP code |
price | string | Listed price or opening bid |
auction_date | string | Scheduled auction date |
auction_type | string | Auction type (e.g. Online, Live) |
status | string | Listing status (Active, Pending, etc.) |
bedrooms | string | Bedroom count |
bathrooms | string | Bathroom count |
sqft | string | Interior square footage |
lot_size | string | Lot size |
property_type | string | Property type (SFR, Condo, etc.) |
listing_url | string | Full URL to the property detail page |
image_url | string | Primary property image URL |
scraped_at | string | ISO 8601 timestamp of extraction |
Input
| Field | Required | Default | Description |
|---|---|---|---|
maxItems | No | 50 | Maximum number of property records to return |
state | No | — | Filter by US state abbreviation (e.g. TX, FL, CA) |
minPrice | No | 0 | Minimum listing price filter |
maxPrice | No | 0 | Maximum listing price filter (0 = no limit) |
Example
Scrape up to 25 Texas properties with a price cap of $300,000:
{"maxItems": 25,"state": "TX","maxPrice": 300000}
National search for the first 50 listings:
{"maxItems": 50}
Use cases
- Real estate investment research — identify foreclosure and REO properties at below-market prices
- Lead generation — build targeted lists of distressed properties by state and price tier
- Market analysis — track auction inventory levels, pricing trends, and geographic distribution
- Portfolio building — source acquisition targets for fix-and-flip or buy-and-hold strategies
- Data aggregation — combine Auction.com inventory with county tax records, Zillow estimates, and MLS data