Auction.com Property Scraper
parseforge/auction-com-property-scraper
Lead generation
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.
- Total users
- 93
- Monthly active
- 7
- Total runs
- 1.4K
- Bookmarked
- 10
- Rating
- 5.0 (5)
- Last modified
- 22 days ago
Overview

Auction.com Property Scraper π
| Scrape Auction.com foreclosure, bank-owned, and auction property listings: clean structured fields ready as CSV, JSON, JSONL, Excel, or XML for downstream pipelines. |
Copy to your AI assistant
Copy this block into ChatGPT, Claude, Cursor, or any LLM to start using this actor.
parseforge/auction-com-property-scraper on Apify. Call: ApifyClient("TOKEN").actor("parseforge/auction-com-property-scraper").call(run_input={...}), then client.dataset(run["defaultDatasetId"]).list_items().items for results. Key inputs: search_term (string, default "Atlanta"), maxItems (integer, default 10), sale_types (array, default ["bank-owned", "foreclosures", "private-seller"]), min_beds (integer), min_baths (integer), sqft_min (integer). Full actor spec: fetch build via GET https://api.apify.com/v2/acts/parseforge~auction-com-property-scraper (Bearer TOKEN). Get token: https://console.apify.com/account/integrations
Find the right auction deals fast. No code. No logins. Just pick a city or ZIP, press run, and get a clean list you can open in Excel.
Why this helps β‘
- Save hours: Stop clicking through listings one by one.
- Hit your buy box: Filter by beds, baths, size, type, and sale type.
- Catch auctions on time: See dates, status, and location in one place.
- Ready for Excel/CRM: Download results as CSV or JSON from Apify.
- Runs on a schedule: Set it to pull new deals daily or weekly.
Who it's for π₯
- Real estate investors and acquisitions teams
- Brokers and wholesalers who need fresh distressed inventory
- Analysts doing market scans or comping auction deals
What you get π¦
- Complete property data: 32 fields covering address, GPS coordinates, specs, photos, and year built
- Auction details: Start and end dates, sale type, schedule, location, and status
- Money fields: Opening bid and starting bid amount
- Deal signals: Occupancy status, interior access, buyer premium, first look, and direct offer
π Auction.com data fields
Each property record includes: address, street_description, municipality, postal_code, country_primary_subdivision (state), country_secondary_subdivision (county), latitude, longitude, beds, baths, sqft, lot_sqft, year_built, property_type, property_type_group, opening_bid, starting_bid_amount, auction_start_date, auction_end_date, auctionDate, auctionTime, auctionLocation, saleType, status, occupancy_status, buyer_premium_available, interior_access_allowed, is_first_look_enabled, is_direct_offer_enabled, primary_photo_url and the listing url. All 32 field names come from a real production run, so what you see here is what lands in your dataset.
β οΈ Good to know: you only need an Apify account; no Auction.com login is required. Every run pulls live listings, so results reflect the site at run time. Only publicly visible listing data is collected.
π How to use
- π Sign up. Create a free account (takes 2 minutes).
- π― Set input. Configure the input fields in the form (or paste a JSON), then set
maxItems. - π Run it. Click Start and let the Actor collect your data.
- π₯ Download. Grab your results in the Dataset tab as CSV, Excel, JSON, or XML.
π Recommended Actors
- π Google Search Scraper - Multi-engine SERP results with country and language targeting
- πΊοΈ Nominatim OSM Scraper - Geocode addresses via OpenStreetMap
- π Indexmundi Scraper - Global demographic and economic indicators
- π° RAG Web Browser - Crawl and extract clean text from any URL for AI retrieval
- π Website Content Crawler - Crawl entire sites and export structured content
π‘ Pro Tip: browse the complete ParseForge collection for more reference-data scrapers.
π Need Help?
If you hit a bug, have questions about setup, or need a scraper we haven't built yet, open our contact form or write to parseforge@protonmail.com. We also take on paid custom data projects.
For faster answers, join our Discord. It's the best place to get support and suggest new actors.
Input
| Field | Type | What it does | Default |
|---|---|---|---|
| search_term required | string | The location to search for auction properties. Can be a zip code, city, or state (e.g., '30311', 'Atlanta', 'New York', 'Los Angeles', 'GA', 'California') | Atlanta |
| maxItems | integer | Free users: Limited to 10 properties (preview). Paid users: Optional, max 1,000,000 | 10 |
| sale_types | array | Types of properties to include in the search | ["bank-owned","foreclosures","private-se |
| min_beds | integer | Minimum number of bedrooms (1-4, or leave empty for any) | not set |
| min_baths | integer | Minimum number of bathrooms (1-4, or leave empty for any) | not set |
| sqft_min | integer | Minimum square footage (or leave empty for any) | not set |
| sqft_max | integer | Maximum square footage (or leave empty for any) | not set |
| prop_types | array | Types of properties to include | ["single-family","multi-family","condos- |
| buying_types | array | Types of buying methods to include | ["online","in_person","remote_bid","offe |
| condition_flags | array | Additional property condition filters | not set |
| featured_flags | array | Special property features and categories to filter by | not set |
| enrichOutput | boolean | Toggle on to add property valuation (estimated value, last sale), owner skip-tracing (name, mailing address), and tax data via BatchData. Cached per address. | false |
| enrichConnector | string | Pick the BatchData connector. Click '+' to authorize if you haven't yet. | not set |
| mcpProxyUrlOverride | string | Diagnostic only. | not set |
| mcpTokenOverride | string | Diagnostic only. | not set |
Pricing
from $24.00 per 1,000 results
| Charged for | What it is | Price each |
|---|---|---|
| Actor Start | Charged once when the run starts. | $0.005 |
| Result Item | Charged once per result collected. | $0.024 to $0.032 |
Tiered: the lower figure is the price on a higher Apify plan. Billing and the free credit live on Apify.
API
One POST returns the dataset directly. Same shape for every scraper in the library, so swapping the slug is the only change.
curl -X POST "https://api.apify.com/v2/acts/parseforge~auction-com-property-scraper/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"helloWorld": 123
}' Examples
Input that runs as-is.
{
"helloWorld": 123
} Reviews
Rated 5.0 out of 5 across 5 reviews. Read them on Apify.
Issues
We build and maintain this scraper, so a problem with it comes to us. Report it on the Apify listing and the thread stays attached to the scraper where the next person can find it: open an issue.
Broken and urgent, or you would rather not post in public? Write to parseforge@protonmail.com and it reaches the people who wrote it.