Hubzu Scraper - Foreclosure & Auction Real Estate avatar

Hubzu Scraper - Foreclosure & Auction Real Estate

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Hubzu Scraper - Foreclosure & Auction Real Estate

Hubzu Scraper - Foreclosure & Auction Real Estate

Scrape Hubzu foreclosure, bank-owned (REO), short-sale & auction listings: address, city, state, ZIP, current bid, starting bid, list price, beds/baths/sqft, property type, auction start/end dates, event type, bid count, photo & listing URL. Search by state, city, or a Hubzu URL.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

James Scott

James Scott

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Scrape foreclosure, bank-owned (REO), short-sale and auction property listings from Hubzu into clean, structured data - no account or API key required. Search by state, state + city, choose an event type, or paste Hubzu search URLs.

Hubzu is one of the largest online real-estate auction marketplaces in the US - the platform banks and servicers use to auction distressed, foreclosed and REO homes. This is high-value, low-competition data: current bids, auction end dates and distressed-property inventory that mainstream real-estate scrapers (Zillow/Redfin-style) don't cover.

What you get (per listing)

  • propertyId + listingId and the canonical listing URL (hubzu.com/property/<id>-<address-slug>)
  • address, city, state, zip, county, plus lat / lng
  • currentBid, startingBid, listPrice, ownItNowPrice (all numeric) + bidCount and reserveMet / reservePrice flags
  • beds, baths (supports half-baths), sqft, lotSize, propertyType (Single Family / Condo / ...)
  • eventType + raw propertyCategory - Bank Owned (REO), Foreclosure, Short Sale, Non-Bank Owned
  • listingStatus / propertyStatus (auction status) and listingType (Auction / Traditional Sale)
  • auctionStartDate, auctionEndDate, auctionDuration, and time-left (timeLeftDays / Hours / Minutes)
  • occupancyStatus, agentCompanyName, sellerId, tagName, newToHubzu / hotProperty / selfShowing / brokerCoOp
  • imageUrl (primary photo) + photoCount

Input

  • state - a two-letter US state code, e.g. GA. Leave empty to scrape nationwide.
  • city - optional, narrows to a single city (requires state), e.g. Atlanta.
  • eventType - auctions (default, every live auction), foreclosures, bank-owned, short-sale, non-bank-owned, commercial, or traditional-sale.
  • startUrls - optional. Paste Hubzu landing/search URLs (overrides state/city/event), e.g. https://www.hubzu.com/ga/auctions, https://www.hubzu.com/tx/houston/bank-owned, https://www.hubzu.com/foreclosures.
  • maxItems - caps the total listings collected.
  • proxyConfiguration - Apify default (datacenter) proxy is sufficient; switch to Residential only if Cloudflare starts blocking datacenter IPs.

Example input

{
"state": "GA",
"city": "Atlanta",
"eventType": "auctions",
"maxItems": 200,
"proxyConfiguration": { "useApifyProxy": true }
}

Nationwide foreclosures:

{ "eventType": "foreclosures", "maxItems": 500 }

Equivalent with a URL:

{ "startUrls": [{ "url": "https://www.hubzu.com/ga/atlanta/auctions" }], "maxItems": 200 }

Example output (one item)

{
"propertyId": "9321808372",
"listingId": "9321808372AUCN2",
"url": "https://www.hubzu.com/property/9321808372-251-S-Robinson-St-Lenox-GA-31637",
"address": "251 S Robinson St",
"city": "Lenox",
"state": "GA",
"zip": "31637",
"county": "Cook",
"lat": 31.268241,
"lng": -83.46407,
"currentBid": 92000,
"startingBid": 80000,
"listPrice": 104500,
"bidCount": 3,
"reserveMet": false,
"beds": 2,
"baths": 2,
"sqft": 1698,
"lotSize": 31363,
"propertyType": "Single Family",
"propertyCategory": "REO",
"eventType": "Bank Owned (REO)",
"listingType": "AUCN",
"listingStatus": "Active",
"auctionStartDate": "2026-07-06T09:29:11Z",
"auctionEndDate": "2026-07-13T09:29:11Z",
"auctionDuration": "Jul. 06 - Jul. 13",
"occupancyStatus": "Vacant/Unknown",
"agentCompanyName": "Norris Bishop Realty LLC",
"photoCount": 12,
"imageUrl": "https://image-prod.hubzu.com/2026/6/9321808372/9321808372_20260624152830283_2.JPEG.X278.Y184.JPEG",
"scrapedFrom": "hubzu.com"
}

Why this actor

  • High-WTP niche: distressed / auction / foreclosure inventory (REO, short-sale) that mainstream real-estate scrapers skip - great for investors, iBuyers, wholesalers and lead-gen.
  • Reads the site's own JSON API, not brittle HTML. Hubzu's search page is a JavaScript SPA that loads results from an internal /api/portal/... service; this Actor calls that endpoint directly, so it paginates cleanly through the entire result set (thousands of listings) instead of the empty page shell.
  • Fast + cheap: every field comes from the search API - no per-listing detail requests - and it runs on Apify's default datacenter proxy.
  • Export as JSON, CSV, or Excel, or pull via the Apify API.

Great for distressed-property lead generation, auction monitoring, foreclosure-market analysis, and real-estate investment research.


This scraper collects public listing data for market research. It is not a consumer report and must not be used for FCRA / tenant-screening purposes. Respect Hubzu's Terms of Use and applicable laws.