Hubzu Property Search Scraper avatar

Hubzu Property Search Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Hubzu Property Search Scraper

Hubzu Property Search Scraper

Extract 90+ fields from Hubzu.com property auction listings — bids, prices, addresses, photos, dates, and more. Perfect for real estate investors, analysts, and researchers tracking foreclosure auctions across the US.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Stealth mode

Stealth mode

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

13 days ago

Last modified

Share

Hubzu.com Property Search Scraper: Extract Auction Listings at Scale


What Is Hubzu.com?

Hubzu.com is a US-based online real estate auction platform specializing in foreclosure, bank-owned (REO), and distressed properties. Buyers and investors bid on residential and commercial listings across all 50 states. Tracking these auctions manually is impractical at scale — the Hubzu.com Property Search Scraper automates extraction, delivering structured property data ready for analysis.


Overview

The Hubzu Property Scraper collects detailed listing data from Hubzu search and auction pages, capturing everything from bid history to geolocation coordinates. It is built for:

  • Real estate investors monitoring auction opportunities by region
  • Data analysts building foreclosure market datasets
  • Proptech developers feeding property data into valuation or mapping tools
  • Researchers studying distressed housing market trends

Key advantages: configurable item limits, fault-tolerant URL handling, and a rich 90+ field output covering pricing, auction mechanics, property specs, and listing metadata.


Input Format

The scraper accepts a JSON configuration object with three parameters:

{
"urls": ["https://www.hubzu.com/tx/auctions?pageNumber=2"],
"ignore_url_failures": true,
"max_items_per_url": 50
}
FieldTypeDefaultDescription
urlsarrayOne or more Hubzu property list/search page URLs to scrape. Supports pagination URLs (e.g., ?pageNumber=2). Add URLs one by one or use bulk edit.
ignore_url_failuresbooleantrueIf true, the scraper continues running when a URL fails instead of stopping the entire run. Recommended for bulk jobs.
max_items_per_urlinteger20Maximum number of listings to collect per URL. Set higher (e.g., 50) for denser search pages.

Tip: Use state or city-filtered Hubzu URLs (e.g., /tx/auctions, /fl/auctions) and increment pageNumber to crawl paginated results systematically.


Output Format

Sample output

{
"property_category": "SC",
"property_status": "ACTV",
"id": null,
"value": null,
"property_id": "94317656486",
"listing_id": "94317656486AUCN8",
"listing_url": "/property/94317656486-2818-PORTER-DR-Amarillo-TX-79110",
"listing_type": "AUCN",
"reserve_met": "N",
"client_code_restricted_flag": false,
"reserve_price_flag": "Y",
"self_showing_flag": "N",
"broker_co_op": "N",
"property_sub_type": "Single Family",
"size": "2,707",
"lot_size": "10,500",
"lot_size_unit": "",
"area_square_feet": null,
"listing_ending_info": {
"days": "1",
"hrs": "14",
"mins": "20"
},
"bed_count": "5",
"bath_count": "2",
"photo_count": "8",
"bid_offer_count": "0",
"image_url": "//image-prod.hubzu.com/2026/4/94317656486/94317656486_20260429140656281_5.JPEG.X278.Y184.JPEG",
"own_it_now_flag": "N",
"own_it_now_price": "",
"prop_address": {
"street_number": "2818 PORTER DR",
"street_name": "",
"county": "RANDALL",
"city": "Amarillo",
"state": "TX",
"zip": "79110",
"latitude": null,
"longitude": null,
"state_landing_url": "/tx/auctions",
"city_landing_url": "/tx/amarillo/auctions"
},
"current_bid": "",
"starting_bid": "159,000",
"category": "SC",
"occupancy_status": "N",
"current_highest_bid": null,
"agent_company_name": "FOR SALE BY OWNER",
"on_watch_list": null,
"watch_notify_type": null,
"on_short_list": null,
"lat": "35.161247",
"lng": "-101.86906",
"has_hnb": "N",
"waiting_for_hnb": null,
"rank": "38.0",
"myrank": null,
"radius_score": "",
"color_code": "Orange",
"tag_name": "Active",
"listing_price": "175,900",
"hot_property": "N",
"pre_market_flag": "N",
"is_ocwen_seller": "N",
"is_preview": false,
"is_no_buyer_premium": true,
"estimated_bid_price": "",
"auction_time_left": 138052150,
"preview_period_end_at": null,
"display_list_price_for_auction": "N",
"seller_id": "943",
"event": null,
"non_bank_owned": "N",
"listing_start_date": "2026-05-06T16:00:00Z",
"listing_end_date": "2026-05-13T14:00:00Z",
"auction_duration": "May. 06 - May. 13",
"child_bulk_property_flag": "N",
"parent_bulk_property_flag": "N",
"new_to_hubzu_flag": "N",
"fc_online_flag": "N",
"listing_status": "Active",
"listing_detail_status": null,
"is_place_bid_enabled": "N",
"invr_aprvl_reqd_prop": "Y",
"is_fc_proxy_bid_enabled": false,
"image_list": null,
"prop_address_string": null,
"modified_on": null,
"offer_placed_on": null,
"increment_amount": null,
"increment_multiplier": null,
"cfd_offer_id": null,
"estimated_property_value": null,
"cfd_flag": null,
"cfd_flag_updated_time": null,
"cfd_property_disclaimer_flag": null,
"cfd_listing_attempt_number": null,
"commercial_retail_tag": "N",
"short_description": null,
"marketing_description": null,
"property_information": null,
"cwcot_updates_enabled": false,
"cwcot_updates_valid": false,
"fc_proxy_bid_cut_off_available": false,
"user_registered_for_fc_proxy_bid": false,
"from_url": "https://www.hubzu.com/tx/auctions?pageNumber=2"
}

Each listing returns a structured record with 90+ fields grouped below by category:

Property Identification

FieldMeaning
IDInternal scraper record ID
Property IDHubzu's unique property identifier
Listing IDUnique ID for this listing instance
ValueRaw value object for the property
Property CategoryBroad category (e.g., residential, commercial)
Property Sub TypeSubtype (e.g., single-family, condo, multi-family)
Property StatusCurrent status of the property
Listing StatusStatus of the listing (active, closed, etc.)
Listing Detail StatusGranular status label shown on listing detail page
Listing TypeAuction type (e.g., online auction, BIN)
Listing URLDirect URL to the property's listing page

Pricing & Bidding

FieldMeaning
Starting BidMinimum opening bid amount
Current BidMost recent bid placed
Current Highest BidHighest bid at time of scrape
Estimated Bid PricePlatform's estimated competitive bid
Listing PriceListed price (for non-auction or BIN listings)
Own It Now PriceBuy It Now price if enabled
Own It Now FlagWhether Buy It Now option is available
Display List Price For AuctionWhether list price is shown alongside auction
Reserve MetWhether the reserve price threshold has been reached
Reserve Price FlagWhether a reserve price exists on this listing
Increment AmountFixed bid increment value
Increment MultiplierMultiplier applied to bid increments
Estimated Property ValuePlatform or seller estimated market value
Bid Offer CountTotal number of bids placed
Is No Buyer PremiumWhether buyer's premium is waived

Auction Timing

FieldMeaning
Listing Start DateWhen the auction listing opened
Listing End DateWhen the auction closes
Auction DurationTotal length of the auction window
Auction Time LeftRemaining time at time of scrape
Preview Period End AtEnd of the property preview window
Listing Ending InfoSummary of ending conditions or countdown
Modified OnLast modification timestamp of the listing
Offer Placed OnTimestamp of the most recent offer

Property Details

FieldMeaning
Bed CountNumber of bedrooms
Bath CountNumber of bathrooms
SizeProperty size (typically in sq ft)
Area Square FeetExplicit square footage
Lot SizeLot area
Lot Size UnitUnit for lot size (acres, sq ft, etc.)
Occupancy StatusWhether the property is occupied or vacant
Short DescriptionBrief marketing headline
Marketing DescriptionFull marketing copy for the listing
Property InformationAdditional structured property details

Location

FieldMeaning
Property AddressFull address object
Property Address StringFlat string version of the address
LatitudeGeographic latitude coordinate
LongitudeGeographic longitude coordinate

Media

FieldMeaning
Image URLPrimary listing image URL
Image ListFull array of property photo URLs
Photo CountTotal number of available photos

Listing Flags & Features

FieldMeaning
Hot PropertyPlatform-highlighted high-interest listing
New To Hubzu FlagRecently added listing flag
Pre Market FlagListed before public market release
Is PreviewWhether listing is in preview-only mode
Self Showing FlagWhether self-guided tours are available
Broker Co OpWhether broker co-op participation is offered
FC Online FlagForeclosure online listing flag
Child Bulk Property FlagPart of a bulk/portfolio sale (child)
Parent Bulk Property FlagHead listing of a bulk/portfolio sale
Client Code Restricted FlagAccess restricted to specific clients
Is Ocwen SellerWhether seller is Ocwen (major servicer)
Non Bank OwnedWhether seller is a non-bank entity
Investor Approval Required PropertyRequires investor pre-approval to bid
Commercial Retail TagTagged as commercial/retail type

CWCOT & FC Proxy Bid (Foreclosure-Specific)

FieldMeaning
CWCOT Updates EnabledCompetitive With Cash Out Title process active
CWCOT Updates ValidCWCOT data is current and validated
Is FC Proxy Bid EnabledForeclosure proxy bidding is available
Is Place Bid EnabledWhether bidding is currently open
FC Proxy Bid Cut Off AvailableProxy bid cutoff window exists
User Registered For FC Proxy BidCurrent user's proxy bid registration status
Has HNBHas a highest non-bank bid
Waiting For HNBAwaiting highest non-bank bid resolution

CFD (Contract for Deed)

FieldMeaning
CFD FlagWhether listing is available as Contract for Deed
CFD Offer IDAssociated CFD offer identifier
CFD Flag Updated TimeWhen CFD status was last updated
CFD Property Disclaimer FlagCFD-specific legal disclaimer required
CFD Listing Attempt NumberNumber of times listed under CFD terms

Agent, Seller & Watchlist

FieldMeaning
Seller IDSeller's Hubzu account ID
Agent Company NameListing agent's brokerage
On Watch ListWhether user has watchlisted this property
Watch Notify TypeNotification preference for watchlisted item
On Short ListWhether property is on user's shortlist
EventAssociated auction event or campaign
CategoryInternal Hubzu category tag
Tag NameDisplay tag (e.g., "Reduced", "Ending Soon")
RankListing rank in search results
My RankPersonalized rank for the current user
Radius ScoreGeo-relevance score
Color CodeUI color tag associated with listing status

How to Use

  1. Get search URLs — Navigate to Hubzu.com, filter by state/city/type, and copy the resulting page URL (e.g., https://www.hubzu.com/fl/auctions?pageNumber=1).
  2. Build your input — Add URLs to the urls array. Increment pageNumber for pagination.
  3. Set limits — Use max_items_per_url to control volume per page (up to 50 is typical per Hubzu page).
  4. Enable fault tolerance — Keep ignore_url_failures: true for multi-URL runs.
  5. Run and export — Download results as JSON, CSV, or Excel.

Tips:

  • Hubzu paginates results; scrape multiple pageNumber values in a single run by adding all page URLs.
  • Filter URLs by state slug (/tx/, /ca/) to segment data by geography.
  • If a URL returns empty results, confirm it loads correctly in a browser first.

Use Cases & Business Value

  • Auction monitoring: Track new and ending listings in target markets daily
  • Investment screening: Filter by bed/bath count, price, and occupancy to shortlist deals
  • Market research: Analyze foreclosure volume and pricing trends by region
  • Portfolio tools: Feed data into custom dashboards or valuation models

The Hubzu Property Scraper turns paginated auction search pages into structured, analysis-ready datasets — eliminating hours of manual browsing and copy-pasting.


Conclusion

The Hubzu.com Property Search Scraper is an essential tool for anyone working with US foreclosure and auction data. With 90+ output fields spanning pricing, auction mechanics, property specs, and geolocation, it delivers the depth needed for serious real estate analysis. Configure your URLs, set your limits, and start collecting.