Auction.com Property Scraper
Pricing
from $24.00 / 1,000 result items
Auction.com Property Scraper
Scrape property auction listings from Auction.com. Extract property details including address, price, auction date, property type, square footage, bedrooms, bathrooms, and more. Supports filtering by state, property type, and price range.
Pricing
from $24.00 / 1,000 result items
Rating
5.0
(4)
Developer
ParseForge
Maintained by CommunityActor stats
10
Bookmarked
96
Total users
9
Monthly active users
7 hours ago
Last modified
Categories
Share

π Auction.com Property Scraper
π Collect real estate auction listings from Auction.com in minutes. Paste any Auction.com search URL, or set your filters here, and export property details, auction dates, starting bids, and map coordinates. No coding, no login, no browser extensions.
The Auction.com Property Scraper collects real estate auction data from Auction.com and returns one flat row per property: full address, photo, bedrooms, bathrooms, square footage, lot size, year built, property type, latitude and longitude, auction start and end dates, sale type, starting bid, occupancy status, and buyer terms.
Two ways to search. Apply filters on the Auction.com website and paste the URL, or skip the website and set the location and filters directly. Both paths run the same query and return the same rows.
| π― Target Audience | π‘ Primary Use Cases |
|---|---|
| Real estate investors, acquisitions teams, brokers, wholesalers, fix-and-flip operators, market analysts | Distressed property sourcing, auction deal tracking, market scans, comping auction deals, daily inventory alerts |
π What the Auction.com Property Scraper does
- π URL mode. Paste any Auction.com search URL. Location, sale types, property types, buying methods, bedrooms, bathrooms, and square footage are all read out of the URL.
- ποΈ Filter mode. Give it a city, ZIP code, or a whole state, then narrow by sale type, property type, buying method, bedrooms, bathrooms, square footage, condition, and featured tags.
- πΊοΈ State-wide searches. Search an entire state such as
GAorCalifornia, not just a single city. - π Map coordinates. Every row carries latitude and longitude, ready to plot or join against your own geodata.
- π Deep pagination. Goes past the 500-listing display limit on the website, up to 1,000,000 properties per run.
- βοΈ Balanced multi-type searches. When several sale types are selected, results are drawn from each in turn rather than spending the whole run on whichever type sorts first.
- π Resilient. Failed requests retry on a fresh IP with exponential backoff, and rows already collected are delivered even if a later page fails.
π‘ Why it matters: manually scanning Auction.com for deals means refreshing search pages, clicking into each property, and copying data by hand. This Actor exports structured auction data at scale, ready for your acquisition pipeline, CRM, or market analysis.
π Output
Each property is one row. Every field is always present, and empty when Auction.com does not publish that value, so CSV and Excel columns stay aligned across the whole export.
π§Ύ Fields
| Field | Type | Description |
|---|---|---|
imageUrl | string | Primary listing photo |
id | string | Auction.com listing ID |
url | string | Direct link to the listing page |
status | string | Listing status as shown on the site, often the auction window |
address | string | Full formatted address |
street_description | string | Street address only |
municipality | string | City |
country_secondary_subdivision | string | County |
country_primary_subdivision | string | State |
postal_code | string | ZIP code |
latitude | number | Property latitude |
longitude | number | Property longitude |
beds | number | Bedrooms |
baths | number | Bathrooms |
sqft | number | Interior square footage |
lot_size_acres | number | Lot size in acres |
year_built | number | Year the property was built |
property_type | string | Structure type code, such as SINGLE_FAMILY_HOME |
property_type_group | string | Broader structure group, such as SINGLE_FAMILY |
saleType | string | Foreclosure, Bank Owned, Trustee Sale, or Private Seller |
starting_bid | number | Opening bid in USD |
auction_start_date | string | Auction start, full ISO 8601 timestamp in UTC |
auction_end_date | string | Auction end, full ISO 8601 timestamp in UTC |
auctionDateUtc | string | Auction start date only, YYYY-MM-DD, UTC |
auctionTimeUtc | string | Auction start time only, HH:MM, UTC |
auctionLocation | string | Online Auction or Live Auction |
occupancy_status | string | Occupancy at time of listing, such as VACANT |
interior_access_allowed | boolean | Whether interior access is offered |
buyer_premium_available | boolean | Whether a buyer premium applies |
is_first_look_enabled | boolean | Whether the First Look program applies |
is_direct_offer_enabled | boolean | Whether direct offers are accepted |
listing_photos_count | number | Number of photos on the listing |
scrapedAt | string | When this row was collected |
error | string | Empty on a successful row |
All timestamps are UTC, and the two derived fields say so in their names, so a date and a time from the same row always refer to the same moment.
π¦ Sample record
{"imageUrl": "https://adc-tenbox-prod.imgix.net/resi/propertyImages/1133542/1133542_extf_1.v1.jpeg?auto=compress,format","id": "2163875","url": "https://www.auction.com/details/4569-post-ridge-ln-lithonia-ga-2163875","status": "Aug 29 - Aug 31, 2026","address": "4569 POST RIDGE LN, LITHONIA, GA 30038, DEKALB COUNTY","street_description": "4569 POST RIDGE LN","municipality": "LITHONIA","country_secondary_subdivision": "DEKALB","country_primary_subdivision": "GA","postal_code": "30038","latitude": 33.6430584,"longitude": -84.1378407,"beds": 3,"baths": 2.5,"sqft": 1587,"lot_size_acres": 0.2,"year_built": 1998,"property_type": "SINGLE_FAMILY_HOME","property_type_group": "SINGLE_FAMILY","saleType": "Bank Owned","starting_bid": 75000,"auction_start_date": "2026-08-29T12:00:00Z","auction_end_date": "2026-08-31T17:07:20Z","auctionDateUtc": "2026-08-29","auctionTimeUtc": "12:00","auctionLocation": "Online Auction","occupancy_status": "VACANT","interior_access_allowed": false,"buyer_premium_available": true,"is_first_look_enabled": false,"is_direct_offer_enabled": false,"listing_photos_count": 16,"scrapedAt": "2026-08-27T15:29:49.047Z","error": null}
β¨ Why choose this Actor
- β‘ Fast. It calls the same data service the Auction.com website calls, instead of driving a browser. A small search finishes in seconds.
- πΊοΈ Coordinates included. Plot results on a map or join them to your own geodata without a separate geocoding step.
- π Honest units. Lot size is reported in acres and named
lot_size_acres, so there is no guessing what the number means. - π§± Stable columns. Every row has the same keys in the same order, so exports load cleanly into a spreadsheet or a database.
- π Nothing hidden. The Actor collects listing data and nothing else. It sends no analytics anywhere.
π How to use
- Open the Actor and choose how you want to search.
- By URL: go to Auction.com, apply your filters, copy the address bar, and paste it into the search URL field.
- By filters: type a location such as
Atlanta,30301, orGA, then pick your sale types, property types, and any other filters you want. - Set how many properties you want, then click Start.
- When the run finishes, open the Dataset tab and export to CSV, JSON, Excel, or XML.
Auction.com blocks datacenter traffic, so the Actor uses US residential proxies by default. You do not need to change anything for this to work.
πΌ Business use cases
π Real estate investors and fix-and-flip
Pull every active foreclosure and bank-owned listing in your target counties each morning, sorted by auction date. Filter to vacant properties with interior access offered, then match starting bids against your buy-box before the auction window opens.
π Brokers and wholesalers
Track new inventory across several markets at once. Because each row carries coordinates, you can map listings against your existing pipeline and spot clusters worth a site visit.
π Market analysts and researchers
Build a time series of distressed inventory by county. Run the same search on a schedule and compare starting bids, occupancy rates, and listing volume month over month.
π’ Acquisitions teams and funds
Screen at state scale rather than city by city. A single state-wide run returns the full active set, ready to filter down to the property types and price bands your mandate allows.
π Beyond business
π Research and academia
Housing researchers use auction inventory as a leading indicator of local distress. Coordinates and county fields make the output straightforward to join to census tracts or other public datasets.
π€ Non-profit and civic
Housing advocacy groups track foreclosure volume in specific neighbourhoods to target outreach and counselling before auction dates arrive.
π§ͺ Experimentation
The output is clean enough to feed straight into a notebook, a mapping tool, or a small dashboard, without a cleaning pass first.
π Automating this Actor
Schedule the Actor to run daily or weekly and have new listings land automatically. Connect the dataset to Google Sheets, Slack, Airtable, Zapier, Make, or your own service through the Apify API and webhooks. Every run's dataset is available over the API as JSON, CSV, Excel, or XML.
β Frequently Asked Questions
π§© How does it work?
The Actor queries the same data service the Auction.com website uses, then flattens each listing into a single row. It does not render pages in a browser, which is why runs finish quickly.
π How accurate is the data?
Values come straight from Auction.com and are not edited or estimated. Where Auction.com does not publish a value, the field is empty rather than guessed. Auction details can change up to the auction date, so re-run before acting on a listing.
π¦ How does it get past the 500-listing limit?
The website shows a limited set per search. The Actor pages through the full result set, so a search with thousands of matches returns all of them, up to the limit you set.
πΊοΈ Can I search a whole state?
Yes. Enter a state code such as GA or a state name such as California as the location and the Actor searches state-wide with no county filter.
β° Can I schedule regular runs?
Yes. Use the Schedules tab in Apify Console to run the Actor on any cadence, and connect a webhook to be notified when new data is ready.
βοΈ Is this data legal to use?
The Actor collects publicly visible listing information. You are responsible for using the data in line with Auction.com's terms and any laws that apply to you. Do not use it to contact people in ways that break marketing or privacy rules.
π What happens if a run is interrupted?
Rows are written to the dataset as they are collected, not held until the end, so an interrupted run still leaves you with everything gathered up to that point. If one sale type fails partway through, the properties it already returned are kept and the run reports what stopped early.
π What if I need help?
Open an issue from the Actor's Issues tab. Include your input and the run ID so the problem can be reproduced.
π Related Actors
Looking for other property and auction sources? Browse the rest of the ParseForge collection on Apify for scrapers covering additional real estate marketplaces and auction platforms.