Auction.com Deal Analyzer — ARV, Max Bid & ROI avatar

Auction.com Deal Analyzer — ARV, Max Bid & ROI

Pricing

from $1.50 / 1,000 results

Go to Apify Store
Auction.com Deal Analyzer — ARV, Max Bid & ROI

Auction.com Deal Analyzer — ARV, Max Bid & ROI

Analyze Auction.com foreclosure and bank-owned properties at scale. Extract live bids, auction dates, ARV, rent, occupancy and property facts; calculate maximum bid, projected profit, ROI, ARV discount, rental yield, deal score and transparent risk flags with your own assumptions.

Pricing

from $1.50 / 1,000 results

Rating

0.0

(0)

Developer

Haketa

Haketa

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 days ago

Last modified

Categories

Share

🏠 Auction.com Deal Analyzer

ARV, Maximum Bid, Profit & ROI Intelligence

Auction.com Output Speed

Stop reviewing auction listings one by one. Find the opportunities that match your investment rules first.

Turn live Auction.com foreclosure and bank-owned listings into an investor-ready opportunity list. Combine auction and property facts with your own assumptions to calculate maximum bid, projected profit, ROI, ARV discount, rental yield, deal score, and risk flags.

No black-box estimates. No invented values. Every calculation is transparent and reproducible.

✨ From listing data to investment decisions

Live property dataInvestor calculationsRisk intelligence
Current and starting bidMaximum bidOccupied property
Auction dates and statusProjected profit and ROINo interior access
Estimated resale valueDiscount to ARVBuyer premium applies
Estimated monthly rentGross rental yieldReserve not met
Beds, baths, size, locationBid per square footMissing valuation

What you get

  • Live foreclosure and bank-owned listings
  • Current bid, starting bid, bid count, reserve status, and auction dates
  • Estimated resale value and monthly rent ranges when available
  • Property facts, address, coordinates, occupancy, and photos
  • Maximum bid based on your repair, purchase/holding-cost, and target-profit assumptions
  • Projected profit, ROI, ARV discount, bid per square foot, and rental yield
  • A comparable 0–100 deal score
  • Clear risk flags for conditions requiring review

Data quality promise: missing source values are omitted and clearly flagged. The Actor never invents an ARV, rent, bid, or property fact.

🎯 Built for real acquisition workflows

📋 Build a daily acquisition shortlist

Run filtered search URLs and sort by dealScore, projectedRoiPercent, or discountToArvPercent. Start with the strongest candidates instead of opening every property.

💰 Set a disciplined maximum bid

Enter your repair, purchase/holding-cost, and target-profit percentages. maximumBid shows the highest price compatible with your rules.

🛡️ Screen foreclosure risk

Find occupied properties, unavailable interior access, buyer premiums, and unmet reserves before assigning expensive due diligence.

🏚️ Source fix-and-flip opportunities

Compare ARV, bid, modeled repair cost, projected profit, and ROI across properties on a consistent basis.

🏠 Research rental opportunities

When rent estimates are available, compare estimatedMonthlyRent and estimatedGrossRentalYieldPercent across markets.

⚙️ Feed an underwriting workflow

Export JSON, CSV, or Excel, or send results to Google Sheets, Airtable, a database, Make, Zapier, or your internal model.

🚀 Start in three steps

  1. Apply your preferred filters on an Auction.com residential search page.
  2. Paste the resulting URL and choose your underwriting assumptions.
  3. Click Start and sort the dataset by deal score, ROI, or maximum bid.

Quick-start input

{
"startUrls": [
{ "url": "https://www.auction.com/residential/GA/active_lt/auction_date_order,resi_sort_v2_st/y_nbs" }
],
"maxItems": 150
}

maxItems is a global limit after duplicate listing IDs are removed. Start with 20–100 records when testing a new workflow.

Tune the analysis to your strategy

InputPurposeDefault
repairCostPercentRepair budget as a percentage of ARV15%
closingCostPercentBuyer premium, acquisition, holding, closing, and resale costs10%
targetProfitPercentMinimum desired profit as a percentage of ARV15%
{
"startUrls": [{ "url": "https://www.auction.com/residential/FL" }],
"maxItems": 200,
"repairCostPercent": 20,
"closingCostPercent": 12,
"targetProfitPercent": 18,
"proxyConfiguration": { "useApifyProxy": false }
}

🧮 Transparent underwriting

All monetary values are in US dollars.

analysis price = current bid, otherwise starting bid
repair cost = ARV × repair cost %
purchase and holding costs = ARV × purchase/holding costs %
target profit = ARV × target profit %
maximum bid = ARV − repair cost − purchase/holding costs − target profit
projected profit = ARV − analysis price − repair cost − purchase/holding costs
projected ROI = projected profit ÷ total estimated investment × 100
discount to ARV = (ARV − analysis price) ÷ ARV × 100
gross rental yield = monthly rent × 12 ÷ analysis price × 100

The deal score combines ARV discount and projected ROI, then applies visible deductions for selected risks. It is a screening score—not a hidden valuation or recommendation.

Example opportunity

{
"address": "404 Park Pl, Fairburn, GA 30213",
"currentBid": 268250,
"estimatedResaleValue": 299320,
"maximumBid": 179592,
"projectedProfit": -43760,
"projectedRoiPercent": -12.76,
"dealScore": 9,
"riskFlags": [
"OCCUPIED_PROPERTY",
"NO_INTERIOR_ACCESS",
"BUYER_PREMIUM_APPLIES",
"RESERVE_NOT_MET"
]
}

This example is intentionally not dressed up as a “great deal.” The Actor helps reject weak opportunities as quickly as it helps identify strong ones.

📊 Important output fields

FieldMeaning
listingIdStable Auction.com listing identifier
propertyIdAuction.com property identifier
currentBidCurrent highest visible bid
estimatedResaleValueSource-provided estimated resale value after repair
maximumBidHighest bid compatible with your assumptions
bidVsMaximumBidPositive means the analyzed bid is above your calculated maximum
projectedProfitEstimated profit before taxes and unmodeled costs
projectedRoiPercentEstimated return on modeled investment
discountToArvPercentCurrent/starting bid discount to ARV
dealScoreComparable 0–100 screening score
riskFlagsSpecific conditions requiring review

🚦 Risk flags at a glance

Risk flagWhat to review
MISSING_ESTIMATED_RESALE_VALUESupply an independent valuation before relying on calculations
MISSING_BID_PRICEConfirm the live starting or current bid
OCCUPIED_PROPERTYPossession, eviction, and access risk
NO_INTERIOR_ACCESSCondition and repair-budget uncertainty
BUYER_PREMIUM_APPLIESInclude the premium in acquisition costs
RESERVE_NOT_METThe seller may not accept the current bid
OLDER_PROPERTYAllow for additional inspection and repair risk

Risk flags do not automatically make a property unsuitable. They show where additional due diligence is most valuable.

🔌 Use from the API

import { ApifyClient } from 'apify-client';
const client = new ApifyClient({ token: process.env.APIFY_TOKEN });
const run = await client.actor('Haketa/auction-com-deal-analyzer').call({
startUrls: [{ url: 'https://www.auction.com/residential/GA' }],
maxItems: 100,
repairCostPercent: 18,
closingCostPercent: 10,
targetProfitPercent: 15,
});
const { items } = await client.dataset(run.defaultDatasetId).listItems();
console.log(items);

✅ Honest data coverage

Auction.com does not publish every field for every property. ARV, rent, reserve state, current bid, occupancy, financing, and interior-access information may be unavailable. Calculations requiring a missing value are omitted instead of guessed.

Each run is a live snapshot. Bids, dates, status, reserve conditions, and inventory can change after extraction.

⚡ Fast and cost-conscious

The Actor reads the structured data used by the public results page and does not open a detail page for every item. This keeps 100–200-result runs fast and avoids unnecessary browser and proxy costs.

Verified cloud testResult
150-property run34.5 seconds
Prefilled 20-property run10.6 seconds
Duplicate listing IDs0
Invalid numeric values0

Actual performance can vary with source availability and selected filters.

🔒 Responsible use

This Actor accesses anonymously visible public listing information and does not log in, save assets, register for auctions, or place bids.

Review Auction.com's terms and applicable law. Use reasonable limits, protect exports, and do not use real-estate data for unlawful discrimination.

Financial outputs are research estimates only. They are not an appraisal, inspection, title report, lending decision, legal or tax advice, or investment recommendation. Independently verify condition, title, liens, occupancy, auction rules, buyer premium, payment requirements, and valuation before bidding.

💡 Troubleshooting

A calculated field is missing

The required source value—usually ARV or bid price—was unavailable. Check riskFlags.

A search returns no properties

Open the URL in Auction.com and confirm it currently shows inventory. Try a state-level URL with fewer filters.

Should I enable a proxy?

Keep direct access unless your run experiences access errors. A proxy adds cost and can be slower for this source.


Ready to find the strongest opportunities first?

Add an Auction.com residential search URL, set your assumptions, and click Start. Your ranked dataset will be ready in JSON, CSV, Excel, XML, and through the Apify API.