HUD Homes Scraper avatar

HUD Homes Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
HUD Homes Scraper

HUD Homes Scraper

Scrape HUD foreclosed homes listings from HUDHomeStore.gov with search by state or city, filter by price, bedrooms, bathrooms, property type. Returns full listing data including address, price, beds/baths, sqft, images, and bid dates.

Pricing

from $3.00 / 1,000 results

Rating

5.0

(4)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

4

Bookmarked

1

Total users

0

Monthly active users

4 days ago

Last modified

Share

Scrape U.S. Department of Housing and Urban Development (HUD) foreclosed home listings from HUDHomeStore.gov — the official government marketplace for HUD-owned properties. Search by state, city, ZIP code, or address, and filter by price, bedrooms, bathrooms, property type, and FHA financing status.

What is a HUD Home?

A HUD home is a 1-to-4 unit residential property acquired by HUD as a result of a foreclosure action on an FHA-insured mortgage. HUD becomes the property owner and offers it for sale to recover the loss on the foreclosure claim. These properties are typically sold at competitive prices and may be eligible for special financing programs.

Features

  • Search by location — state abbreviation (TX), city + state (Houston, TX), ZIP code (77406), or full address
  • Full listing data — address, price, bedrooms, bathrooms, square footage, year built, property type, county
  • Bid information — bid open date, listing period deadline, eligible bidder types
  • Financing details — FHA financing type (Insured, Insured Escrow, Uninsured), 100% Down Program eligibility
  • Property amenities — indoor and outdoor amenity lists
  • Images — high-quality Cloudinary-hosted property photos
  • GPS coordinates — latitude and longitude for map integration
  • Filter options — price range, bedrooms, bathrooms, property type, status, FHA financing

Input

FieldTypeDescription
locationStringRequired. State abbrev (TX), city+state (Houston, TX), ZIP (77406), or address
priceMinIntegerMinimum listing price in USD
priceMaxIntegerMaximum listing price in USD
bedroomsMinIntegerMinimum number of bedrooms
bedroomsMaxIntegerMaximum number of bedrooms
bathroomsMinNumberMinimum number of bathrooms
propertyTypeSelectFilter by type: Single Family Home, Condo, Manufactured Home
propertyStatusSelectFilter by status: New Listing, Price Reduced, Vacant Lot Commission
fhaFinancingSelectFilter by FHA type: Insured (IN), Insured Escrow (IE), Uninsured (UI)
maxItemsIntegerMaximum number of results (default: 100, max: 5000)

Example Input

{
"location": "TX",
"priceMin": 100000,
"priceMax": 400000,
"bedroomsMin": 3,
"propertyType": "Single Family Home",
"maxItems": 50
}

Output

Each record contains:

FieldTypeDescription
caseNumberStringHUD case number (e.g. 512-510068)
addressStringStreet address
cityStringCity
stateStringState abbreviation
zipStringZIP code
countyStringCounty name
priceIntegerListing price in USD
bedroomsIntegerNumber of bedrooms
bathroomsNumberNumber of bathrooms (may be decimal, e.g. 3.1)
squareFootageIntegerSquare footage
yearBuiltIntegerYear built
propertyTypeStringSingle Family Home, Condo, or Manufactured Home
statusStringNew Listing, Price Reduced, or Vacant Lot Commission
fhaFinancingStringIN (Insured), IE (Insured Escrow), UI (Uninsured)
listingPeriodStringListing period type (e.g. Extended, Owner Occupant)
parkingTypeStringParking type (e.g. Garage, Carport)
numberOfStoriesNumberNumber of stories
indoorAmenitiesArrayIndoor amenities (e.g. Fireplace, Central Air)
outdoorAmenitiesArrayOutdoor amenities (e.g. Pool/Spa, Patio/Deck, Fence)
listDateStringDate listed (MM/DD/YYYY)
bidOpenDateStringDate bidding opens (MM/DD/YYYY)
periodDeadlineDateStringDeadline date for current listing period
eligibleBiddersArrayWho can bid (Owner Occupant, Investor, Nonprofit, Government Agency)
eligibleBiddersLabelStringEligible bidder description (e.g. All Bidders)
program100DownBooleanTrue if eligible for 100% Down Payment Program
latitudeNumberGPS latitude
longitudeNumberGPS longitude
imageUrlStringPrimary property image URL
imageUrlsArrayAll property image URLs
urlStringHUD listing detail URL

Example Output Record

{
"caseNumber": "512-510068",
"address": "2206 Spanish Forest Ln",
"city": "Richmond",
"state": "TX",
"zip": "77406",
"county": "Fort Bend",
"price": 561200,
"bedrooms": 5,
"bathrooms": 3.1,
"squareFootage": 4482,
"yearBuilt": 1995,
"propertyType": "Single Family Home",
"status": "Price Reduced",
"fhaFinancing": "IN (Insured)",
"listingPeriod": "Extended",
"parkingType": "Garage",
"numberOfStories": 2.0,
"indoorAmenities": ["Fireplace"],
"outdoorAmenities": ["Patio/Deck", "Pool/Spa", "Porch", "Fence"],
"listDate": "05/19/2026",
"bidOpenDate": "05/26/2026",
"periodDeadlineDate": "09/28/2026",
"eligibleBidders": ["Investor", "Owner Occupant", "Nonprofit", "Government Agency"],
"eligibleBiddersLabel": "All Bidders",
"program100Down": true,
"latitude": 29.6375,
"longitude": -95.7414,
"imageUrl": "https://res.cloudinary.com/yardi/image/upload/q_auto,f_auto,c_limit,w_600/.../hhs/Front_73676887.png",
"imageUrls": ["...Front.png", "...Back.png", "...Bath.png"],
"url": "https://www.hudhomestore.gov/listing/512-510068"
}

Data Source

Data is sourced directly from HUDHomeStore.gov, the official U.S. Department of Housing and Urban Development marketplace for foreclosed homes. This is a government website and is freely accessible without authentication. No proxy or paid APIs are required.

FAQs

Q: What is a HUD foreclosure home? A: When a homeowner with an FHA-insured loan defaults, HUD pays the lender's claim and takes ownership of the property. HUD then sells these homes at market value through registered brokers.

Q: Do I need a broker to buy a HUD home? A: Yes, bids must be submitted by a HUD-registered selling broker or buyer's agent. This scraper provides listing data; purchasing requires engaging a HUD-registered broker.

Q: How current is the data? A: Data is pulled directly from HUDHomeStore.gov in real-time each time the actor runs, reflecting the current live inventory.

Q: What states have HUD homes? A: HUD homes are available in all 50 U.S. states. Texas, Florida, California, and Ohio typically have the most listings. Search by state abbreviation (TX, FL, CA, etc.) for all listings in that state.

Q: What is the 100% Down Payment Program? A: The $100 Down Payment Incentive allows qualified owner-occupant buyers to purchase an eligible HUD home with a minimum down payment of just $100 when using FHA financing.

Q: Are photos available? A: Yes, when available, listing photos are included via Cloudinary-hosted URLs accessible without authentication.

Q: How do I filter by county? A: Currently the actor searches by state or city. The county field is included in output — you can post-filter results programmatically.