United Real Estate Homes for Sale Scraper avatar

United Real Estate Homes for Sale Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
United Real Estate Homes for Sale Scraper

United Real Estate Homes for Sale Scraper

Search United Real Estate for homes for sale by city, state, ZIP code, or keyword. Filter by property type, listing status, price, beds/baths, and size. Get address, price, beds/baths/sqft, photo, listing status, and listing brokerage.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

United Real Estate Scraper

Scrape United Real Estate homes-for-sale listings by city, state, ZIP code, or keyword. Filter by property type, listing status, price, bedrooms/bathrooms, and square footage. Get address, price, beds/baths/sqft, photo, listing status, and listing brokerage for every result. No auth, no login, no cookies, no proxy required.

What this actor does

  • Nationwide search: any US city + state, ZIP code, or free-text keyword
  • 11 property types: single family, multi-family, condo/townhome, farm/ranch, land, commercial, mobile, waterfront, and more
  • 3 listing statuses: active, pending, coming soon
  • 8 numeric filters: price range, bedroom range, bathroom range, square footage range
  • 7 sort orders: recommended, property size, year built, and price (each ascending/descending where applicable)
  • Empty fields are omitted — a field only appears on a record when United Real Estate actually published a value for it (e.g. land listings without bedroom/bathroom counts simply omit those fields)

Output per listing

  • listingId — United Real Estate's internal listing ID
  • url — the listing's page on unitedrealestate.com
  • imageUrl — primary listing photo
  • fullAddress, streetAddress, city, state, zipCode
  • price, pricePerSqft
  • listingStatus (Active, Pending, Coming Soon)
  • bedrooms, bathrooms, squareFeet
  • listedByBroker — listing brokerage name
  • searchLocation — the location/keyword you searched
  • recordType: "listing", scrapedAt

Input

FieldTypeDefaultDescription
citystringAustinCity to search
stateselectTXUS state (dropdown of all 50 states + DC)
zipCodestringSearch by ZIP code instead of city/state
keywordstringFree-text keyword search (nationwide if no location given)
propertyTypesarrayOne or more property types (see below)
listingStatusesarrayOne or more of Active, Pending, Coming Soon
minPrice / maxPriceintPrice range in USD
minBedrooms / maxBedroomsintBedroom count range
minBathrooms / maxBathroomsintBathroom count range
minSqft / maxSqftintInterior square footage range
sortBystringrecommendedResult ordering
maxItemsint50Hard cap on emitted listings (results are paged 250 at a time)

Property types: Single Family / Detached, Multi-family, Condo / Townhome / Apartment, Farm / Ranch, Lot and Land, Commercial, Mobile, Waterfront, Other, Industrial, Recreational.

Example: single-family homes in Austin, TX under $700K

{
"city": "Austin",
"state": "TX",
"propertyTypes": ["1"],
"maxPrice": 700000,
"minBedrooms": 3,
"sortBy": "ListPrice",
"maxItems": 100
}

Example: search by ZIP code

{
"zipCode": "78701",
"maxItems": 50
}
{
"keyword": "waterfront",
"minPrice": 200000,
"maxItems": 100
}

Example: pending condos in Naples, FL

{
"city": "Naples",
"state": "FL",
"propertyTypes": ["3"],
"listingStatuses": ["10005"],
"maxItems": 50
}

Use cases

  • Homebuyers & relocation services — build a filtered listing feed for a target city or ZIP code
  • Real estate investors — screen listings by price, size, and property type across markets
  • PropTech & market research — track inventory counts and pricing by city over time
  • Land & farm buyers — search the Farm/Ranch and Lot-and-Land categories specifically
  • Agents & brokers — monitor competing listings in a target area

FAQ

What is the data source? United Real Estate's public search results (unitedrealestate.com) — the same data shown to any visitor searching the site, no account required.

Is this affiliated with United Real Estate? No. This is an independent, third-party actor that reads United Real Estate's public search results.

Why do some listings lack bedrooms, bathrooms, or squareFeet? Land, farm/ranch, and commercial listings often don't have these attributes in the source data. The actor never fabricates a value — the field is simply omitted.

Can I search any US location? Yes — city + state, a zipCode, or a nationwide keyword search all work. If nothing matches, the run finishes with 0 records and a status message explaining why.

How many listings can I get in one run? Each search page returns up to 250 matching listings; the actor automatically pages through further results (up to maxItems, capped at 2000) for broad searches with more matches.

How fresh is the data? Each run reflects United Real Estate's live search results at request time — there is no caching layer in this actor.