Zillow [Only $1.9💰] | Bypass Zillow limit of 500 | All-In-One
Pricing
from $1.90 / 1,000 results
Zillow [Only $1.9💰] | Bypass Zillow limit of 500 | All-In-One
💰 $1.9 per 1,000 listings – No limits, no quotas, unlimited extraction. Unleash the full power of Zillow data - no limits, no restrictions. Comprehensive scraping for any search URL, delivering complete property insights at scale.
Pricing
from $1.90 / 1,000 results
Rating
5.0
(8)
Developer
Muhamed Didovic
Maintained by CommunityActor stats
4
Bookmarked
58
Total users
28
Monthly active users
5.8 hours
Issues response
2 days ago
Last modified
Categories
Share
Zillow Scraper — Search by Filter · For Sale, Rent & Sold · Bypass the 500-Cap
There are two versions of this scraper:
- Rental (subscription): memo23/zillow-cheerio-scraper
- Pay-Per-Event: memo23/zillow-scraper-ppe

Scrape every property on Zillow.com — for sale, for rent, or recently sold — and bypass Zillow's 500-results-per-search cap. Search by location + filters (no URL crafting), by ZPID, by address, or paste any Zillow URL. Each row carries 80+ fields: price, Zestimate, beds/baths/sqft, agent contacts, price & tax history, photos, schools, and more. Pure HTTP, no browser. $1.9 per 1,000 results.
Why use this scraper
- 🔍 Search by location + filters — no URL needed (new) — type a city or ZIP and set price, beds, baths, sqft, home type, year built, and listing status; the actor builds Zillow's
searchQueryStatefor you. No more hand-crafting that encoded URL by hand. - 🚀 Bypass the 500-result cap — Zillow caps each search at ~500 results. Enable
moreResultsand the actor splits the search area to exhaust every listing. - 🏠 For sale · for rent · recently sold — one
statustoggle switches the search type; rental and sold modes are first-class. - 🆔 Scrape by ZPID or address — paste a list of ZPIDs or plain street addresses; no URL required.
- 📦 80+ fields per property — full detail incl. Zestimate, price & tax history, agent contacts (name / phone / email), permit history, zoning, schools, and tagged photos.
- 🔁 Monitoring mode — name a storage to dedupe across runs and collect only new listings.
- 💰 $1.9 / 1,000 · pure HTTP — fast, low-memory, no headless browser.
Overview
This actor extracts detailed property data from Zillow.com — for-sale, for-rent, and recently-sold listings, plus new-construction communities, buildings, and agent profiles. Point it at a location with filters, a ZPID, an address, or any Zillow URL, and it returns clean, flat, one-row-per-property JSON/CSV. Built for real-estate investors, market analysts, proptech, and lead generation.
How to Use
- Set Up: Ensure you have an Apify account and access to the Apify platform.
- Configure Input: Set one or more Zillow URLs — search, property, community, building, or agent (see Supported Start URLs).
- Adjust Settings: Configure options like including property details, maximum items, concurrency, and proxy settings as needed.
- Run the Scraper: Execute the scraper on the Apify platform.
- Data Collection: The scraper will output detailed data about the property listings matching your search criteria.
Input Configuration
🔍 Build a search — no Zillow URL needed (new)
Type a location and set filters; the actor builds the Zillow search for you. Switch between sale / rent / sold with status.
{"searchLocation": ["Austin, TX"],"status": "forSale","priceMin": 400000,"priceMax": 700000,"bedsMin": 3,"homeTypes": ["house", "condo"],"maxItems": 200}
Search fields: searchLocation (city/ZIP list) · status (forSale / forRent / sold) · priceMin/priceMax · bedsMin/bedsMax · bathsMin/bathsMax · sqftMin/sqftMax · yearBuiltMin/yearBuiltMax · homeTypes · fsbo · foreclosure · auction · newConstruction · sort · daysOnZillow · keywords. To scrape specific properties directly, pass zpids (a list of Zillow Property IDs) — no URL needed.
By URL or address
Here's an example of how to set up the input for the Zillow Cheerio Scraper:
{"startUrls": [{"url": "https://www.zillow.com/austin-tx"}],"includePropertyDetails": false,"maxItems": 100,"maxConcurrency": 100,"minConcurrency": 1,"maxRequestRetries": 30,"storeName": "my-custom-storage"}
Supported Start URLs
You can place any of these Zillow URL types into startUrls — the scraper auto-detects each one:
| URL type | Example | What you get |
|---|---|---|
| Search results | https://www.zillow.com/austin-tx/ | One row per listing on the search. Use moreResults: true to page past Zillow's ~500-results-per-search cap. |
| Property detail | https://www.zillow.com/homedetails/.../12345678_zpid/ | A single fully-detailed row for that property. |
| New-construction community | https://www.zillow.com/community/farmlore-villas/30499782_plid/ | One row per home in the community — every floorplan, move-in-ready (spec) home, and lot. Each row carries a homeCategory field (PLAN, SPEC, or LOT) plus communityName and communityUrl. |
| Building / apartment | https://www.zillow.com/b/.../ | One row per unit/home in the building. |
| Agent profile | https://www.zillow.com/profile/.../ | The agent's profile — name, phone, brokerage, and sales stats. |
| Sold / rental search | .../homes/sold/, .../homes/for_rent/ | One row per sold or rental listing. |
Tip: To get only floorplans from a community (and skip quick move-in homes), set the
communityHomeTypesinput to["PLAN"]— no spreadsheet filtering needed.
Input Fields Explanation
startUrls: Array containing the Zillow search URL for your desired location.includePropertyDetails: Boolean to determine whether to scrape detailed property information (default:false).maxItems: Maximum number of property listings to scrape (default:100).maxConcurrency: Maximum number of pages processed simultaneously (default:100).minConcurrency: Minimum number of pages processed simultaneously (default:1).maxRequestRetries: Number of retries for failed requests (default:30).addresses: Array of plain street addresses to look up directly (an alternative tostartUrls). Each address is resolved to its Zillow listing automatically.includeAgentDetails: Boolean — also scrape the listing agent's profile (name, phone, brokerage, sales stats). Defaultfalse.includeSaleDetails: Boolean — include sale/transaction history for each property. Defaultfalse.includeNearbyHomes: Boolean — keep Zillow's nearby/related/comparable listings inside each row. Defaultfalse(stripped to keep rows lean).flatOutput: Boolean — return flat scalar columns only and omit the nesteddetailsblob. Whentruethis overridesincludePropertyDetails: you get flat columns (Status, Beds, Baths, Listing Date, Sq Ft, Agent Email, …) instead of the fulldetailsobject. Defaultfalse.moreResults: Boolean — for search URLs, exhaustively paginate past Zillow's ~500-results-per-search cap by splitting the map into quadrants. Defaultfalse. Pair with a highmaxItemsso the run doesn't stop short.communityHomeTypes: For/community/URLs only — choose which home categories to return:PLAN(floorplans),SPEC(quick move-in homes),LOT(lots). Empty = all. e.g.["PLAN"]returns only floorplans.proxy: Standard Apify proxy configuration. Residential proxies are strongly recommended for Zillow.storeName(optional):- Names a persistent Key-Value Store used for cross-run de-duplication: every listing the scraper sees is recorded by its Zillow ID and skipped on later runs that use the same
storeName. - The store persists indefinitely until you delete it, and it records listings as they are seen (not only the ones delivered). For a fresh, complete pull, omit
storeNameor use a new name — reusing a populated store skips everything collected before. - Best for incremental runs where you only want listings that are new since last time.
- Use alphanumeric characters and hyphens for naming (e.g.,
my-custom-storage).
- Names a persistent Key-Value Store used for cross-run de-duplication: every listing the scraper sees is recorded by its Zillow ID and skipped on later runs that use the same
Why Use Custom Storage?
- Persistent Retention: Preserve your data beyond the default retention limits.
- Data Deduplication: Automatically avoid duplicate entries in your storage.
- Flexible Project Management: Save multiple datasets by assigning unique storage names for separate projects or analyses.
- Long-Term Insights: Maintain historical data for comprehensive market trend studies.
Note: Because the store remembers every listing ever seen under that name, a run that reuses a populated store returns only the listings that are new since last time. If you want a complete re-pull, use a fresh
storeName(or omit it) and setmaxItemsabove the total number of matches.
Output Structure
The output data includes detailed information about each property listing. Here's a sample of the structure:
{"zpid": "400822147","rawHomeStatusCd": "ForSale","marketingStatusSimplifiedCd": "For Sale by Agent","imgSrc": "https://photos.zillowstatic.com/fp/46c826622c1b90f40c27378c85f0f05c-p_e.jpg","hasImage": true,"detailUrl": "/homedetails/7713-Bellehaven-Ct-Austin-TX-78744/400822147_zpid/","statusType": "FOR_SALE","statusText": "Home for sale","price": "$24,000","priceLabel": "$24K","address": "7713 Bellehaven Ct, Austin, TX 78744","beds": 3,"baths": 2,"area": 0,"latLong": {"latitude": 30.173681,"longitude": -97.76701},"flexFieldText": "85 days on Zillow","flexFieldType": "daysOnZillow","hdpData": {"homeInfo": {"zpid": 400822147,"streetAddress": "7713 Bellehaven Ct","zipcode": "78744","city": "Austin","state": "TX","latitude": 30.173681,"longitude": -97.76701,"price": 24000,"bathrooms": 2,"bedrooms": 3,"livingArea": 0,"homeType": "MANUFACTURED","homeStatus": "FOR_SALE","daysOnZillow": -1,"isFeatured": false,"shouldHighlight": false,"listing_sub_type": {"is_FSBA": true},"isUnmappable": false,"isPreforeclosureAuction": false,"homeStatusForHDP": "FOR_SALE","priceForHDP": 24000,"timeOnZillow": 7364293000,"isNonOwnerOccupied": true,"isPremierBuilder": false,"isZillowOwned": false,"currency": "USD","country": "USA","isShowcaseListing": false}},"isUserClaimingOwner": false,"isUserConfirmedClaim": false,"pgapt": "ForSale","sgapt": "For Sale (Broker)","shouldShowZestimateAsPrice": false,"has3DModel": false,"hasVideo": false,"isHomeRec": false,"hasAdditionalAttributions": true,"isFeaturedListing": false,"isShowcaseListing": false,"listingType": "","isFavorite": false,"availabilityDate": "2024-07-17 00:00:00","visited": false,"brokerName": "Central Texas Mobile Home Solutions","timeOnZillow": 7364293000}
Output Fields Explanation
zpid: Zillow's unique property identifier.rawHomeStatusCd,marketingStatusSimplifiedCd,statusType,statusText: Various indicators of the property's current status.imgSrc: URL of the main property image.detailUrl: Relative URL for the property's detailed page on Zillow.price,priceLabel: Property price information.address: Full address of the property.beds,baths: Number of bedrooms and bathrooms.area: Living area of the property (if available).latLong: Geographical coordinates of the property.flexFieldText,flexFieldType: Additional property information, such as days on Zillow.hdpData: Detailed home data including additional property characteristics.brokerName: Name of the broker or agency listing the property.timeOnZillow: Time the property has been listed on Zillow (in milliseconds).
Additional fields provide information about the property's features, listing status, and Zillow-specific data.
Detailed Property Information
When includePropertyDetails is set to true, the scraper provides an extensive set of additional information about each property. This detailed data is included in the details field of each property object. Here's an overview of the additional information available:
Detailed Output Structure Part 1
{"details": {"listingDataSource": "Phoenix","zpid": 400822147,"city": "Austin","state": "TX","homeStatus": "FOR_SALE","address": {"streetAddress": "7713 Bellehaven Ct","city": "Austin","state": "TX","zipcode": "78744","neighborhood": null,"community": null,"subdivision": null},"isListingClaimedByCurrentSignedInUser": false,"isCurrentSignedInAgentResponsible": false,"bedrooms": 3,"bathrooms": 2,"price": 24000,"yearBuilt": 1999,"streetAddress": "7713 Bellehaven Ct","zipcode": "78744","isCurrentSignedInUserVerifiedOwner": false,"propertyUpdatePageLink": null,"moveHomeMapLocationLink": null,"propertyEventLogLink": null,"editPropertyHistorylink": null,"collections": {"modules": [{"name": "Similar homes","placement": "NEIGHBORHOOD","propertyDetails": [{"miniCardPhotos": [{"url": "https://photos.zillowstatic.com/fp/519193cd8b62dc83fdbd012384543093-p_c.jpg"}],"price": 36000,"currency": "USD","bedrooms": 2,"bathrooms": 2,"livingArea": 1056,"livingAreaValue": 1056,"livingAreaUnits": "Square Feet","livingAreaUnitsShort": "sqft","listingMetadata": {"comminglingCategoryIsRulesApplicable": false},"lotSize": 4500,"lotAreaValue": 4500,"lotAreaUnits": "Square Feet","address": {"streetAddress": "9817 Circle Dr TRAILER 260","city": "Austin","state": "TX","zipcode": "78736"},"parentRegion": {"name": "78736"},"formattedChip": {"location": [{"fullValue": "9817 Circle Dr TRAILER 260"},{"fullValue": "Austin, TX 78736"}]},"latitude": 30.24516,"longitude": -97.92577,"zpid": 114405557,"homeStatus": "FOR_SALE","homeType": "MANUFACTURED","hdpUrl": "/homedetails/9817-Circle-Dr-TRAILER-260-Austin-TX-78736/114405557_zpid/","hdpTypeDimension": "ForSale","propertyTypeDimension": "Manufactured","listingTypeDimension": "For Sale by Owner","listing_sub_type": {"is_newHome": false,"is_forAuction": false,"is_bankOwned": false,"is_foreclosure": false,"is_FSBO": true,"is_comingSoon": false,"is_FSBA": false},"providerListingID": null,"attributionInfo": {"mlsId": "","mlsName": null,"providerLogo": null,"agentName": null,"agentPhoneNumber": null,"brokerName": null,"brokerPhoneNumber": null,"trueStatus": null},"isShowcaseListing": null,"isPremierBuilder": false,"state": "TX","newConstructionType": null}]}],"trackingTags": [{"value": "fa35153689784028d9219e9940dd94bb"}]},"listing_sub_type": {"is_forAuction": false,"is_newHome": false,"is_FSBO": false,"is_FSBA": true,"is_foreclosure": false,"is_bankOwned": false,"is_comingSoon": false,"is_pending": false,"is_openHouse": false},"providerListingID": null,"isRentalListingOffMarket": false,"hdpUrl": "/homedetails/7713-Bellehaven-Ct-Austin-TX-78744/400822147_zpid/","nearbyCities": [{"regionUrl": {"path": "/austin-tx/"},"name": "Austin","body": null}],"nearbyNeighborhoods": [{"regionUrl": {"path": "/downtown-austin-tx/"},"name": "Downtown","body": null}],"country": "USA","nearbyZipcodes": [{"regionUrl": {"path": "/austin-tx-78704/"},"name": "78704","body": null}],"cityId": 10221,"citySearchUrl": {"text": "Homes in Austin","path": "/austin-tx/"},"zipcodeSearchUrl": {"path": "/austin-tx-78744/"},"apartmentsForRentInZipcodeSearchUrl": {"path": "/austin-tx-78744/apartments/"},"housesForRentInZipcodeSearchUrl": {"path": "/austin-tx-78744/rent-houses/"},"abbreviatedAddress": "7713 Bellehaven Ct","county": "Travis County","neighborhoodRegion": null,"building": null,"isUndisclosedAddress": false,"boroughId": null,"neighborhoodSearchUrl": null,"stateSearchUrl": {"path": "/tx/"},"countySearchUrl": {"text": "Homes in Travis County","path": "/travis-county-tx/"},"boroughSearchUrl": null,"communityUrl": null,"isShowcaseListing": false,"isPremierBuilder": false,"homeType": "MANUFACTURED","adTargets": {"zip": "78744","aamgnrc1": "7713 Bellehaven Ct","mlat": "30.173681","bd": "3","fsbid": "17925","zusr": "true","city": "Austin","proptp": "mm","pid": "400822147","yrblt": "1990-1999","listtp": "buy_agent","premieragent": "no","sqftrange": "0-499","price": "24000","dma": "187","guid": "9b31f31c-0513-4cdb-8e4b-63f4051ad493","sqft": "0","state": "TX","mlong": "-97.76701","cnty": "Travis","prange": "0-100k","ssid": "17925"},"attributionInfo": {"listingAgreement": "Exclusive","mlsName": "My State MLS","agentEmail": null,"agentLicenseNumber": null,"agentName": "Dominic Mcclung","agentPhoneNumber": null,"attributionTitle": null,"brokerName": "Central Texas Mobile Home Solutions","brokerPhoneNumber": null,"buyerAgentMemberStateLicense": null,"buyerAgentName": null,"buyerBrokerageName": null,"coAgentLicenseNumber": null,"coAgentName": null,"coAgentNumber": null,"lastChecked": "2024-10-10 12:43:19","lastUpdated": "2024-09-09 09:04:54","listingOffices": [{"associatedOfficeType": "listOffice","officeName": "Central Texas Mobile Home Solutions"},{"associatedOfficeType": "buyerOffice","officeName": null}],"listingAgents": [{"associatedAgentType": "listAgent","memberFullName": "Dominic Mcclung","memberStateLicense": null},{"associatedAgentType": "coListAgent","memberFullName": null,"memberStateLicense": null},{"associatedAgentType": "buyerAgent","memberFullName": null,"memberStateLicense": null}],"mlsDisclaimer": "","mlsId": "11323145","providerLogo": null,"infoString3": null,"infoString5": null,"infoString10": "","infoString16": null,"trueStatus": null},"currency": "USD","interactiveFloorPlanUrl": "","lotPremium": null,"listPriceLow": null,"resoFacts": {"aboveGradeFinishedArea": "0","accessibilityFeatures": null,"additionalFeeInfo": null,"additionalParcelsDescription": null,"architecturalStyle": null,"associations": [],"associationFee": null,"associationAmenities": null,"associationFee2": null,"associationFeeIncludes": null,"associationName": null,"associationName2": null,"associationPhone": null,"associationPhone2": null,"basementYN": false,"buildingFeatures": null,"buildingName": null,"appliances": null,"atAGlanceFacts": [{"factLabel": "Type","factValue": "Manufactured Home"}],"attic": null,"availabilityDate": 1721174400000,"basement": null,"bathrooms": 2,"bathroomsFull": 2,"bathroomsHalf": 0,"bathroomsOneQuarter": null,"bathroomsPartial": null,"bathroomsFloat": 2,"bathroomsThreeQuarter": null,"bedrooms": 3,"belowGradeFinishedArea": null,"bodyType": null,"builderModel": null,"builderName": null,"buildingArea": "0","buildingAreaSource": null,"canRaiseHorses": false,"carportParkingCapacity": null,"cityRegion": "Austin","commonWalls": null,"communityFeatures": null,"compensationBasedOn": null,"constructionMaterials": [],"contingency": null,"cooling": null,"coveredParkingCapacity": 0,"cropsIncludedYN": null,"cumulativeDaysOnMarket": null,"developmentStatus": null,"doorFeatures": null,"electric": ["Amps(0)"],"elevation": null,"elevationUnits": null,"entryLevel": null,"entryLocation": null,"exclusions": null,"exteriorFeatures": [],"feesAndDues": [{"type": "HOA","fee": null,"name": null,"phone": null}],"fencing": null,"fireplaceFeatures": null,"fireplaces": 0,"flooring": null,"foundationArea": null,"foundationDetails": [],"frontageLength": null,"frontageType": null,"furnished": false,"garageParkingCapacity": 0,"gas": null,"greenBuildingVerificationType": null,"greenEnergyEfficient": null,"greenEnergyGeneration": null,"greenIndoorAirQuality": null,"greenSustainability": null,"greenWaterConservation": null,"hasAdditionalParcels": false,"hasAssociation": false,"hasAttachedGarage": null,"hasAttachedProperty": false,"hasCooling": null,"hasCarport": null,"hasElectricOnProperty": null,"hasFireplace": false,"hasGarage": false,"hasHeating": true,"hasHomeWarranty": false,"hasLandLease": true,"hasOpenParking": null,"hasRentControl": null,"hasSpa": false,"hasPetsAllowed": null,"hasPrivatePool": null,"hasView": false,"hasWaterfrontView": null,"heating": ["Has Heating (Unspecified Type)"],"highSchool": null,"highSchoolDistrict": null,"hoaFee": null,"hoaFeeTotal": null,"homeType": "MobileManufactured","horseAmenities": null,"horseYN": null,"inclusions": null,"incomeIncludes": null,"interiorFeatures": null,"irrigationWaterRightsAcres": null,"irrigationWaterRightsYN": null,"isNewConstruction": false,"isSeniorCommunity": null,"landLeaseAmount": "825","landLeaseExpirationDate": null,"laundryFeatures": null,"leaseTerm": null,"levels": null,"listingId": null,"listingTerms": null,"lotFeatures": ["Pool"],"lotSize": null,"lotSizeDimensions": null,"livingArea": null,"livingAreaRange": null,"livingAreaRangeUnits": null,"livingQuarters": [],"mainLevelBathrooms": null,"mainLevelBedrooms": null,"marketingType": null,"middleOrJuniorSchool": null,"middleOrJuniorSchoolDistrict": null,"municipality": null,"numberOfUnitsInCommunity": null,"numberOfUnitsVacant": null,"offerReviewDate": null,"onMarketDate": 1721225290000,"openParkingCapacity": null,"otherEquipment": null,"otherFacts": [],"otherParking": null,"otherStructures": null,"ownership": null,"ownershipType": null,"parcelNumber": null,"parkingCapacity": 0,"parkingFeatures": [],"parkName": null,"patioAndPorchFeatures": null,"petsMaxWeight": null,"poolFeatures": null,"pricePerSquareFoot": null,"propertyCondition": null,"propertySubType": ["Manufactured Home"],"roadSurfaceType": null,"roofType": null,"rooms": [{"area": null,"description": null,"dimensions": null,"level": null,"features": null,"roomArea": "0","roomAreaSource": null,"roomAreaUnits": null,"roomDescription": null,"roomDimensions": null,"roomFeatures": null,"roomLength": null,"roomLengthWidthSource": null,"roomLengthWidthUnits": null,"roomLevel": null,"roomType": "Basement","roomWidth": null}],"roomTypes": null,"securityFeatures": null,"sewer": null,"spaFeatures": null,"specialListingConditions": null,"stories": null,"storiesDecimal": null,"storiesTotal": null,"structureType": null,"subdivisionName": "Chateau At Onion Creek","taxAnnualAmount": null,"taxAssessedValue": null,"tenantPays": null,"topography": null,"totalActualRent": null,"utilities": null,"vegetation": null,"view": [],"virtualTour": null,"waterSource": null,"waterBodyName": null,"waterfrontFeatures": null,"waterView": null,"waterViewYN": false,"windowFeatures": null,"woodedArea": null,"yearBuilt": 1999,"yearBuiltEffective": null,"zoning": null,"zoningDescription": null,"elementarySchool": null,"elementarySchoolDistrict": null,"listAOR": null},"monthlyHoaFee": null,"livingArea": 0,"livingAreaValue": 0,"zestimate": null,"newConstructionType": null,"zestimateLowPercent": null,"zestimateHighPercent": null,"rentZestimate": null,"restimateLowPercent": null,"restimateHighPercent": null,"schools": [{"distance": 0.7,"name": "Perez Elementary School","rating": 2,"level": "Primary","studentsPerTeacher": null,"assigned": null,"grades": "PK-6","link": "https://www.greatschools.org/texas/austin/10795-Perez-Elementary-School/","type": "Public","size": null,"totalCount": null,"isAssigned": null},{"distance": 2.7,"name": "Paredes Middle School","rating": 3,"level": "Middle","studentsPerTeacher": null,"assigned": null,"grades": "6-8","link": "https://www.greatschools.org/texas/austin/9472-Paredes-Middle-School/","type": "Public","size": null,"totalCount": null,"isAssigned": null},{"distance": 2.6,"name": "Akins High School","rating": 4,"level": "High","studentsPerTeacher": null,"assigned": null,"grades": "9-12","link": "https://www.greatschools.org/texas/austin/9663-Akins-High-School/","type": "Public","size": null,"totalCount": null,"isAssigned": null}],"homeValues": null,"parentRegion": {"name": "78744"},"nearbyHomes": [{"zpid": 145656068,"miniCardPhotos": [{"url": "https://maps.googleapis.com/maps/api/staticmap?mobile=false&sensor=true&maptype=satellite&size=316x234&zoom=17¢er=30.173768997192383,-97.76691436767578&key=AIzaSyBJsNQO5ZeG-XAbqqWLKwG08fWITSxg33w&&signature=YVz1yAdf85y8lGZtqMT6UM06wfk="}],"price": 22273,"currency": "USD","bedrooms": 0,"bathrooms": 0,"livingArea": 1344,"livingAreaValue": 1344,"livingAreaUnits": "Square Feet","livingAreaUnitsShort": "sqft","listingMetadata": {"comminglingCategoryIsRulesApplicable": false},"lotSize": null,"lotAreaValue": null,"lotAreaUnits": "sqft","address": {"streetAddress": "7717 Bell Haven Ct #98","city": "Austin","state": "TX","zipcode": "78744"},"parentRegion": null,"formattedChip": {"location": [{"fullValue": "7717 Bell Haven Ct #98"},{"fullValue": null}]},"latitude": 30.173769,"longitude": -97.766914,"homeStatus": "OTHER","homeType": "MANUFACTURED","hdpUrl": "/homedetails/7717-Bell-Haven-Ct-98-Austin-TX-78744/145656068_zpid/","hdpTypeDimension": "NoZestimate","propertyTypeDimension": "Manufactured","listingTypeDimension": "Unknown Listed By","listing_sub_type": {"is_newHome": false,"is_forAuction": false,"is_bankOwned": false,"is_foreclosure": false,"is_FSBO": false,"is_comingSoon": false,"is_FSBA": false},"providerListingID": null,"attributionInfo": {"mlsId": null,"mlsName": null,"providerLogo": null,"agentName": null,"agentPhoneNumber": null,"brokerName": null,"brokerPhoneNumber": null,"trueStatus": null},"isShowcaseListing": false,"isPremierBuilder": false,"state": "TX","newConstructionType": null},{"zpid": 251034445,"miniCardPhotos": [{"url": "https://maps.googleapis.com/maps/api/staticmap?mobile=false&sensor=true&maptype=satellite&size=316x234&zoom=17¢er=30.173768997192383,-97.76691436767578&key=AIzaSyBJsNQO5ZeG-XAbqqWLKwG08fWITSxg33w&&signature=YVz1yAdf85y8lGZtqMT6UM06wfk="}],"price": 68931,"currency": "USD","bedrooms": 0,"bathrooms": 0,"livingArea": 1440,"livingAreaValue": 1440,"livingAreaUnits": "Square Feet","livingAreaUnitsShort": "sqft","listingMetadata": {"comminglingCategoryIsRulesApplicable": false},"lotSize": null,"lotAreaValue": null,"lotAreaUnits": "sqft","address": {"streetAddress": "7717 Bell Haven Ct #98","city": "Austin","state": "TX","zipcode": "78744"},"parentRegion": null,"formattedChip": {"location": [{"fullValue": "7717 Bell Haven Ct #98"},{"fullValue": null}]},"latitude": 30.173769,"longitude": -97.766914,"homeStatus": "OTHER","homeType": "MANUFACTURED","hdpUrl": "/homedetails/7717-Bell-Haven-Ct-98-Austin-TX-78744/251034445_zpid/","hdpTypeDimension": "NoZestimate","propertyTypeDimension": "Manufactured","listingTypeDimension": "Unknown Listed By","listing_sub_type": {"is_newHome": false,"is_forAuction": false,"is_bankOwned": false,"is_foreclosure": false,"is_FSBO": false,"is_comingSoon": false,"is_FSBA": false},"providerListingID": null,"attributionInfo": {"mlsId": null,"mlsName": null,"providerLogo": null,"agentName": null,"agentPhoneNumber": null,"brokerName": null,"brokerPhoneNumber": null,"trueStatus": null},"isShowcaseListing": false,"isPremierBuilder": false,"state": "TX","newConstructionType": null},{"zpid": 121655156,"miniCardPhotos": [{"url": "https://maps.googleapis.com/maps/api/staticmap?mobile=false&sensor=true&maptype=satellite&size=316x234&zoom=17¢er=30.173669815063477,-97.76677703857422&key=AIzaSyBJsNQO5ZeG-XAbqqWLKwG08fWITSxg33w&&signature=ov1d-aB0oFCxrKwx0wD4SngWWvY="}],"price": 23247,"currency": "USD","bedrooms": null,"bathrooms": null,"livingArea": 1344,"livingAreaValue": 1344,"livingAreaUnits": "Square Feet","livingAreaUnitsShort": "sqft","listingMetadata": {"comminglingCategoryIsRulesApplicable": false},"lotSize": null,"lotAreaValue": null,"lotAreaUnits": "sqft","address": {"streetAddress": "7713 Bell Haven Ct #99","city": "Austin","state": "TX","zipcode": "78744"},"parentRegion": null,"formattedChip": {"location": [{"fullValue": "7713 Bell Haven Ct #99"},{"fullValue": null}]},"latitude": 30.17367,"longitude": -97.76678,"homeStatus": "OTHER","homeType": "MANUFACTURED","hdpUrl": "/homedetails/7713-Bell-Haven-Ct-99-Austin-TX-78744/121655156_zpid/","hdpTypeDimension": "NoZestimate","propertyTypeDimension": "Manufactured","listingTypeDimension": "Unknown Listed By","listing_sub_type": {"is_newHome": false,"is_forAuction": false,"is_bankOwned": false,"is_foreclosure": false,"is_FSBO": false,"is_comingSoon": false,"is_FSBA": false},"providerListingID": null,"attributionInfo": {"mlsId": null,"mlsName": null,"providerLogo": null,"agentName": null,"agentPhoneNumber": null,"brokerName": null,"brokerPhoneNumber": null,"trueStatus": null},"isShowcaseListing": false,"isPremierBuilder": false,"state": "TX","newConstructionType": null},{"zpid": 145655756,"miniCardPhotos": [{"url": "https://maps.googleapis.com/maps/api/staticmap?mobile=false&sensor=true&maptype=satellite&size=316x234&zoom=17¢er=30.17337989807129,-97.76716613769531&key=AIzaSyBJsNQO5ZeG-XAbqqWLKwG08fWITSxg33w&&signature=S4wBC8gaL0-U97g55_p6ETYl2S0="}],"price": 22439,"currency": "USD","bedrooms": 0,"bathrooms": 0,"livingArea": 1568,"livingAreaValue": 1568,"livingAreaUnits": "Square Feet","livingAreaUnitsShort": "sqft","listingMetadata": {"comminglingCategoryIsRulesApplicable": false},"lotSize": null,"lotAreaValue": null,"lotAreaUnits": "sqft","address": {"streetAddress": "2330 Chateau Village Way #141","city": "Austin","state": "TX","zipcode": "78744"},"parentRegion": null,"formattedChip": {"location": [{"fullValue": "2330 Chateau Village Way #141"},{"fullValue": null}]},"latitude": 30.17338,"longitude": -97.767166,"homeStatus": "OTHER","homeType": "MANUFACTURED","hdpUrl": "/homedetails/2330-Chateau-Village-Way-141-Austin-TX-78744/145655756_zpid/","hdpTypeDimension": "NoZestimate","propertyTypeDimension": "Manufactured","listingTypeDimension": "Unknown Listed By","listing_sub_type": {"is_newHome": false,"is_forAuction": false,"is_bankOwned": false,"is_foreclosure": false,"is_FSBO": false,"is_comingSoon": false,"is_FSBA": false},"providerListingID": null,"attributionInfo": {"mlsId": null,"mlsName": null,"providerLogo": null,"agentName": null,"agentPhoneNumber": null,"brokerName": null,"brokerPhoneNumber": null,"trueStatus": null},"isShowcaseListing": false,"isPremierBuilder": false,"state": "TX","newConstructionType": null},{"zpid": 2100853537,"miniCardPhotos": [{"url": "https://photos.zillowstatic.com/fp/28172de4bd7b260d45c503c2b8bd9730-p_c.jpg"}],"price": 233500,"currency": "USD","bedrooms": 3,"bathrooms": 2,"livingArea": 1512,"livingAreaValue": 1512,"livingAreaUnits": "Square Feet","livingAreaUnitsShort": "sqft","listingMetadata": {"comminglingCategoryIsRulesApplicable": false},"lotSize": null,"lotAreaValue": null,"lotAreaUnits": "sqft","address": {"streetAddress": "7717 Belhaven Ct","city": "Austin","state": "TX","zipcode": "78744"},"parentRegion": null,"formattedChip": {"location": [{"fullValue": "7717 Belhaven Ct"},{"fullValue": null}]},"latitude": 30.17367,"longitude": -97.76662,"homeStatus": "OTHER","homeType": "MANUFACTURED","hdpUrl": "/homedetails/7717-Belhaven-Ct-Austin-TX-78744/2100853537_zpid/","hdpTypeDimension": "Zestimate","propertyTypeDimension": "Manufactured","listingTypeDimension": "Unknown Listed By","listing_sub_type": {"is_newHome": false,"is_forAuction": false,"is_bankOwned": false,"is_foreclosure": false,"is_FSBO": false,"is_comingSoon": false,"is_FSBA": false},"providerListingID": null,"attributionInfo": {"mlsId": null,"mlsName": null,"providerLogo": null,"agentName": null,"agentPhoneNumber": null,"brokerName": null,"brokerPhoneNumber": null,"trueStatus": null},"isShowcaseListing": false,"isPremierBuilder": false,"state": "TX","newConstructionType": null},{"zpid": 124844582,"miniCardPhotos": [{"url": "https://maps.googleapis.com/maps/api/staticmap?mobile=false&sensor=true&maptype=satellite&size=316x234&zoom=17¢er=30.173341751098633,-97.7672348022461&key=AIzaSyBJsNQO5ZeG-XAbqqWLKwG08fWITSxg33w&&signature=E9Kr2tPJzgS0lSxxBKU3yGl2tz8="}],"price": 23412,"currency": "USD","bedrooms": null,"bathrooms": null,"livingArea": 1568,"livingAreaValue": 1568,"livingAreaUnits": "Square Feet","livingAreaUnitsShort": "sqft","listingMetadata": {"comminglingCategoryIsRulesApplicable": false},"lotSize": null,"lotAreaValue": null,"lotAreaUnits": "sqft","address": {"streetAddress": "2326 Chateau Village Way #142","city": "Austin","state": "TX","zipcode": "78744"},"parentRegion": null,"formattedChip": {"location": [{"fullValue": "2326 Chateau Village Way #142"},{"fullValue": null}]},"latitude": 30.173342,"longitude": -97.767235,"homeStatus": "OTHER","homeType": "MANUFACTURED","hdpUrl": "/homedetails/2326-Chateau-Village-Way-142-Austin-TX-78744/124844582_zpid/","hdpTypeDimension": "NoZestimate","propertyTypeDimension": "Manufactured","listingTypeDimension": "Unknown Listed By","listing_sub_type": {"is_newHome": false,"is_forAuction": false,"is_bankOwned": false,"is_foreclosure": false,"is_FSBO": false,"is_comingSoon": false,"is_FSBA": false},"providerListingID": null,"attributionInfo": {"mlsId": null,"mlsName": null,"providerLogo": null,"agentName": null,"agentPhoneNumber": null,"brokerName": null,"brokerPhoneNumber": null,"trueStatus": null},"isShowcaseListing": false,"isPremierBuilder": false,"state": "TX","newConstructionType": null},{"zpid": 58316946,"miniCardPhotos": [{"url": "https://maps.googleapis.com/maps/api/staticmap?mobile=false&sensor=true&maptype=satellite&size=316x234&zoom=17¢er=30.17399024963379,-97.7667236328125&key=AIzaSyBJsNQO5ZeG-XAbqqWLKwG08fWITSxg33w&&signature=JwIoPzWBZx3mPFXZOTqJL5DXgBY="}],"price": 30943,"currency": "USD","bedrooms": null,"bathrooms": null,"livingArea": 2128,"livingAreaValue": 2128,"livingAreaUnits": "Square Feet","livingAreaUnitsShort": "sqft","listingMetadata": {"comminglingCategoryIsRulesApplicable": false},"lotSize": null,"lotAreaValue": null,"lotAreaUnits": "sqft","address": {"streetAddress": "7716 Bell Haven Ct #97","city": "Austin","state": "TX","zipcode": "78744"},"parentRegion": null,"formattedChip": {"location": [{"fullValue": "7716 Bell Haven Ct #97"},{"fullValue": null}]},"latitude": 30.17399,"longitude": -97.76672,"homeStatus": "OTHER","homeType": "MANUFACTURED","hdpUrl": "/homedetails/7716-Bell-Haven-Ct-97-Austin-TX-78744/58316946_zpid/","hdpTypeDimension": "NoZestimate","propertyTypeDimension": "Manufactured","listingTypeDimension": "Unknown Listed By","listing_sub_type": {"is_newHome": false,"is_forAuction": false,"is_bankOwned": false,"is_foreclosure": false,"is_FSBO": false,"is_comingSoon": false,"is_FSBA": false},"providerListingID": null,"attributionInfo": {"mlsId": null,"mlsName": null,"providerLogo": null,"agentName": null,"agentPhoneNumber": null,"brokerName": null,"brokerPhoneNumber": null,"trueStatus": null},"isShowcaseListing": false,"isPremierBuilder": false,"state": "TX","newConstructionType": null},{"zpid": 80101146,"miniCardPhotos": [{"url": "https://maps.googleapis.com/maps/api/staticmap?mobile=false&sensor=true&maptype=satellite&size=316x234&zoom=17¢er=30.17391586303711,-97.7666244506836&key=AIzaSyBJsNQO5ZeG-XAbqqWLKwG08fWITSxg33w&&signature=FmWb_iHoglylzyX6Js-C8KI0MVQ="}],"price": 20929,"currency": "USD","bedrooms": null,"bathrooms": null,"livingArea": 1680,"livingAreaValue": 1680,"livingAreaUnits": "Square Feet","livingAreaUnitsShort": "sqft","listingMetadata": {"comminglingCategoryIsRulesApplicable": false},"lotSize": null,"lotAreaValue": null,"lotAreaUnits": "sqft","address": {"streetAddress": "7712 Bell Haven Ct #96","city": "Austin","state": "TX","zipcode": "78744"},"parentRegion": null,"formattedChip": {"location": [{"fullValue": "7712 Bell Haven Ct #96"},{"fullValue": null}]},"latitude": 30.173916,"longitude": -97.766624,"homeStatus": "OTHER","homeType": "MANUFACTURED","hdpUrl": "/homedetails/7712-Bell-Haven-Ct-96-Austin-TX-78744/80101146_zpid/","hdpTypeDimension": "NoZestimate","propertyTypeDimension": "Manufactured","listingTypeDimension": "Unknown Listed By","listing_sub_type": {"is_newHome": false,"is_forAuction": false,"is_bankOwned": false,"is_foreclosure": false,"is_FSBO": false,"is_comingSoon": false,"is_FSBA": false},"providerListingID": null,"attributionInfo": {"mlsId": null,"mlsName": null,"providerLogo": null,"agentName": null,"agentPhoneNumber": null,"brokerName": null,"brokerPhoneNumber": null,"trueStatus": null},"isShowcaseListing": false,"isPremierBuilder": false,"state": "TX","newConstructionType": null}],"description": "This home MUST BE MOVED and is currently located in Austin, TX. The home was built in 1999. The exterior of the home is in great shape however, the interior needs some H-VAC, flooring and cosmetic repairs.","whatILove": null,"contingentListingType": null,"timeOnZillow": "85 days","pageViewCount": 4825,"favoriteCount": 122,"daysOnZillow": 85,"latitude": 30.173681,"longitude": -97.76701,"openHouseSchedule": [],"desktopWebHdpImageLink": "https://photos.zillowstatic.com/fp/46c826622c1b90f40c27378c85f0f05c-p_h.jpg","brokerageName": "Central Texas Mobile Home Solutions","timeZone": "America/Chicago","listingMetadata": {"mustAttributeOfficeNameBeforeAgentName": false,"mustDisplayAttributionListAgentEmail": false,"mustDisplayAttributionListAgentPhone": true,"mustDisplayAttributionListingOfficePhone": false,"mustDisplayDisclaimerBelowAttribution": false,"mustHighlightAgentName": null,"mustHighlightListOfficeName": false,"mustMakeListingAgentContactable": true,"FlexibleLayoutAB": true,"isAdsRestricted": false,"mustPreferMlsPhotos": false,"canShowPrequalifiedLinkInChip": true,"FlexibleLayoutB": true,"FlexibleLayoutC": true,"FlexibleLayoutD": true,"FlexibleLayoutE": true,"FlexibleLayoutF": false,"FlexibleLayoutG": false,"FlexibleLayoutH": true,"FlexibleLayoutI": true,"FlexibleLayoutJ": false,"FlexibleLayoutK": false,"FlexibleLayoutL": false,"FlexibleLayoutM": true,"FlexibleLayoutN": true,"FlexibleLayoutO": true,"FlexibleLayoutP": true,"FlexibleLayoutQ": false,"FlexibleLayoutR": true,"FlexibleLayoutS": false,"FlexibleLayoutT": false,"FlexibleLayoutU": false,"FlexibleLayoutV": false,"FlexibleLayoutW": false,"FlexibleLayoutX": true,"FlexibleLayoutY": false,"FlexibleLayoutZ": false,"FlexibleLayoutAA": true,"passwordRequiredForZestimateMarketAnalysis": false,"canShowAutomatedValuationDisplay": true,"canShowTaxHistory": true,"canShowPriceHistory": true,"canShowUserGeneratedContent": true,"hidePriceAdjustmentFlexField": false,"canCommingleComparables": true,"canShowComparables": true,"isSuperTrafficOptimized": false,"mustDisplayFeedLogoInContactBox": false,"canShowCroppedPhotos": true,"canShowNonIDXMedia": true,"canShowOnMap": true,"comminglingCategory": true,"mustDisplayAttributionAboveLocalFacts": false,"mustDisplayAuctionStatusAsSold": false,"mustHighlightMlsId": null,"mustHighlightMlsStatus": false,"mustHighlightMarketingType": false,"canShowZillowLogoInHeader": true,"comminglingCategoryIsRulesApplicable": true},"pals": [],"listedBy": [{"id": "LISTING_AGENT","elements": [{"id": "NAME","text": "Dominic Mcclung","action": {"variant": "SELLER_AGENT","url": "/contact/NativeAppContactForm.htm?zpid=400822147&preferredVariant=seller_agent"}}],"textStyle": null},{"id": "BROKER","elements": [{"id": "NAME","text": "Central Texas Mobile Home Solutions","action": null}],"textStyle": null}],"homeInsights": [{"insights": [{"modelId": "z-nrt-pdc-llm-tags","treatmentId": "model_1","phrases": []}]}],"sellingSoon": [{"treatmentId": "model_0","percentile": 0.5}],"listingProvider": null,"isIncomeRestricted": null,"brokerId": null,"ssid": 17925,"mortgageZHLRates": {"fifteenYearFixedBucket": {"rate": null,"rateSource": "ZGMI","lastUpdated": 1728587445079},"thirtyYearFixedBucket": {"rate": null,"rateSource": "ZGMI","lastUpdated": 1728587445079},"arm5Bucket": {"rate": null,"rateSource": "ZGMI","lastUpdated": 1728587445079}},"propertyTaxRate": 1.27,"hiResImageLink": "https://photos.zillowstatic.com/fp/46c826622c1b90f40c27378c85f0f05c-p_f.jpg","hdpTypeDimension": "ForSale","mlsid": "11323145","ouid": "STATEMLS","propertyTypeDimension": "Manufactured","mediumImageLink": "https://photos.zillowstatic.com/fp/46c826622c1b90f40c27378c85f0f05c-p_d.jpg","isZillowOwned": false,"enhancedBrokerImageUrl": null,"listingAccountUserId": "X1-ZU1485unhpnf2fd_376mf","tourEligibility": {"isPropertyTourEligible": false,"propertyTourOptions": {"isFinal": true,"tourAvailability": [],"tourType": "NONE"}},"responsivePhotos": [{"mixedSources": {"jpeg": [{"url": "https://photos.zillowstatic.com/fp/46c826622c1b90f40c27378c85f0f05c-cc_ft_192.jpg","width": 192}]},"caption": "","subjectType": null,"url": "https://photos.zillowstatic.com/fp/46c826622c1b90f40c27378c85f0f05c-p_d.jpg"}],"submitFlow": [{"__typename": "PropertyLeadSubmitForm","financingCheckbox": {"initialClickstreamMetadata": {"onPageView": {"semantic": {"semantic_event_nm": "view_content","topic_tag_txt": []},"envelope": {"event_template_id": "374","event_template_version_id": "1","event_type_id": "5860","event_type_version_id": "5"},"clickstream_trigger": {"trigger_source_nm": "contact_form_with_zgmi","trigger_type_nm": "impression"}}},"isCheckedInitialState": true,"leadFieldName": "wantsFinancing","label": "I want financing information","financingType": "ZGMI"},"checkboxes": [{"initialClickstreamMetadata": {"onPageView": {"semantic": {"semantic_event_nm": "view_content","topic_tag_txt": []},"envelope": {"event_template_id": "374","event_template_version_id": "1","event_type_id": "5860","event_type_version_id": "5"},"clickstream_trigger": {"trigger_source_nm": "contact_form_with_zgmi","trigger_type_nm": "impression"}}},"isCheckedInitialState": true,"leadFieldName": "wantsFinancing","label": "I want financing information","financingType": "ZGMI"}],"telephoneConsumerProtectionActDisclaimer": {"text": "By pressing Contact agent, you agree that Zillow Group and its affiliates, and real estate professionals may call/text you about your inquiry, which may involve use of automated means and prerecorded/artificial voices. You don’t need to consent as a condition of buying any property, goods or services. Message/data rates may apply. You also agree to our Terms of Use. Zillow does not endorse any real estate professionals. We may share information about your recent and future site activity with your agent to help them understand what you’re looking for in a home.","textAttributes": [{"__typename": "TourViewModuleTextTooltipAttribute","tokenEndIndex": 104,"tokenStartIndex": 79,"tooltipText": "“Real estate professionals” includes the real estate agents and brokers, mortgage lenders and loan officers, property managers, and other professionals you interact with through Zillow. Zillow Premier Agent is an advertising program that helps connect customers to local real estate professionals. Zillow Premier Agent partners are paid advertisers and are not affiliated with Zillow, Inc. brokerage or any of its affiliates."},{"__typename": "TourViewModuleTextLinkAttribute","tokenEndIndex": 367,"tokenStartIndex": 355,"url": "https://www.zillow.com/corp/Terms.htm"}]},"tcpa": {"telephoneConsumerProtectionActDisclaimer": {"text": "By pressing Contact agent, you agree that Zillow Group and its affiliates, and real estate professionals may call/text you about your inquiry, which may involve use of automated means and prerecorded/artificial voices. You don’t need to consent as a condition of buying any property, goods or services. Message/data rates may apply. You also agree to our Terms of Use. Zillow does not endorse any real estate professionals. We may share information about your recent and future site activity with your agent to help them understand what you’re looking for in a home.","textAttributes": [{"__typename": "TourViewModuleTextTooltipAttribute","tokenEndIndex": 104,"tokenStartIndex": 79,"tooltipText": "“Real estate professionals” includes the real estate agents and brokers, mortgage lenders and loan officers, property managers, and other professionals you interact with through Zillow. Zillow Premier Agent is an advertising program that helps connect customers to local real estate professionals. Zillow Premier Agent partners are paid advertisers and are not affiliated with Zillow, Inc. brokerage or any of its affiliates."},{"__typename": "TourViewModuleTextLinkAttribute","tokenEndIndex": 367,"tokenStartIndex": 355,"url": "https://www.zillow.com/corp/Terms.htm"}]},"clickstreamMetadata": {"onPageView": {"semantic": {"semantic_event_nm": "view_content","topic_tag_txt": ["contact_request"]},"envelope": {"event_template_id": "68","event_template_version_id": "1","event_type_id": "6465","event_type_version_id": "2"},"clickstream_trigger": {"trigger_source_nm": "scroll_contact_screen_disclaimer","trigger_type_nm": "impression"}}}},"title": "Contact agent","heading": null,"subheading": null,"buttonText": "Contact agent","disclosure": null,"inputFields": [{"label": "Name","placeholder": null,"validationRegex": null,"isRequired": true,"inputType": "NAME","clientSideValidationErrorMessage": "Enter your name","inputName": "name","isUserInputDisabled": false,"value": null,"defaultSubmitValue": null,"maxCharacters": null},{"label": "Phone","placeholder": null,"validationRegex": "/^\\(?([2-9][0-8][0-9])\\)?[\\-. ]?([2-9][0-9]{2})[\\-. ]?([0-9]{4})(?: x(\\d{1,4}))?$/","isRequired": true,"inputType": "PHONE_NUMBER","clientSideValidationErrorMessage": "Enter a valid US or Canadian phone number","inputName": "phoneNumber","isUserInputDisabled": false,"value": null,"defaultSubmitValue": null,"maxCharacters": null},{"label": "Email","placeholder": null,"validationRegex": "/^[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\\.)+[a-zA-Z]{2,63}$/i","isRequired": true,"inputType": "EMAIL","clientSideValidationErrorMessage": "Enter a valid email address","inputName": "emailAddress","isUserInputDisabled": false,"value": null,"defaultSubmitValue": null,"maxCharacters": 320},{"label": "Message","placeholder": "Add details or questions about what you’re looking for","validationRegex": null,"isRequired": false,"inputType": "MESSAGE","clientSideValidationErrorMessage": null,"inputName": "message","isUserInputDisabled": false,"value": "I am interested in 7713 Bellehaven Ct, Austin, TX 78744.","defaultSubmitValue": null,"maxCharacters": null}],"componentPositionOrder": ["InputFields","CTA","Checkboxes","TCPADisclosure"],"cta": {"label": "Contact agent","action": null,"clickstreamMetadata": {"onClick": null,"onError": {"semantic": {"semantic_event_nm": "contact_request_error","topic_tag_txt": ["contact_request"]},"envelope": {"event_template_id": "68","event_template_version_id": "1","event_type_id": "6466","event_type_version_id": "2"},"clickstream_trigger": {"trigger_source_nm": "button_to_complete_contact_form","trigger_type_nm": "interaction"}},"onSuccess": null},"isSticky": false,"helpText": "null"}},{"__typename": "ABAD"},{"__typename": "FormQuestionnaire"}],"buildingId": null,"virtualTourUrl": null,"hasApprovedThirdPartyVirtualTourUrl": false,"photoCount": 23,"livingAreaUnits": "Square Feet","lotSize": null,"lotAreaValue": null,"lotAreaUnits": "sqft","postingProductType": "Standard","marketingName": null,"priceHistory": [{"date": "2024-07-17","price": 24000,"time": 1721174400000,"pricePerSquareFoot": null,"priceChangeRate": 0,"event": "Listed for sale","source": "My State MLS","buyerAgent": null,"sellerAgent": null,"showCountyLink": false,"postingIsRental": false,"attributeSource": {"infoString1": "11323145","infoString2": "My State MLS","infoString3": null}}],"ZoDsFsUpsellTop": {"display": true,"displayCategory": null,"displayAttributes": {"leadType": "NONE"},"treatment": null,"surfaceId": "fshdp","placementId": "wow-top","reason": null},"onsiteMessage": {"eventId": "58ca39e2-414a-485f-bd82-017c20b784f2","decisionContext": {},"messages": [{"skipDisplayReason": null,"shouldDisplay": true,"isGlobalHoldout": false,"isPlacementHoldout": false,"placementName": "HDPTopSlot","testPhase": "BASELINE","bucket": "BASELINE_TREATMENT","placementId": 399,"passThrottle": true,"lastModified": "1718824281000","eventId": "b5978726-7b4d-49fd-8cf7-01a6523a6434","decisionContext": {"guid": "9b31f31c-0513-4cdb-8e4b-63f4051ad493","operatingSystem": "unknown","homeStatus": "fsba","isZillowOwned": false,"homeType": "MANUFACTURED","listPrice": 24000,"zipcode": "78744","isAdsRestricted": false,"hideMortgageAdDetailPage": false,"countyId": "1440","stateId": "54","streetAddress": "7713 Bellehaven Ct","city": "Austin","state": "TX","mlsid": "11323145","hasUserClaimedHome": false,"shouldDisplayUpsell": true,"zoMarketCode": "AUSTIN","placementId": "wow-top","surfaceId": "fshdp","leadType": "NONE","leadTypes": ["NONE"]},"selectedTreatment": {"id": 2239,"name": "ZGM_Purchase_FSHDP_Pre_Qual","component": "UpsellWrapper","status": "PORTFOLIO","renderingProps": "{\"actionLink\":\"https://www.zillow.com/pre-qualify/#/landing&zipCode=78744&propertyValue=24000&propertyType=MobileOrManufactured&source=Z_ForSaleHDP_Inline&hdpSource=FS_HDP\",\"actionText\":\"Start now\",\"actionType\":\"url_link\",\"background\":\"backgroundBlue\",\"bodyMarkdownText\":\"Talking to a lender early to get pre-qualified for a mortgage can give you an advantage in a competitive market. <p class=\\\"zg-mls-note\\\">Zillow Group Marketplace, Inc. NMLS #1303160 </p><style> div[class*=Upsell-] .zg-mls-note{ font-size: 10px; font-weight: 400; position: absolute; right: 4px; bottom: 0; margin-bottom: -4px; color: grey; } </style>\",\"headingMarkdownText\":\"Get pre-qualified for a loan\",\"icon\":\"houseWithDollarSign\",\"overrideMargin\":\"16px\",\"hasBorder\":false,\"gaImpressionCategory\":\"Homes\",\"gaImpressionAction\":\"ZGM Purchase Upsell\",\"gaImpressionLabel\":\"Display|fshdp|wow-top|zgm-purchase|get-pre-qualified|omp\",\"gaEngagementCategory\":\"Homes\",\"gaEngagementAction\":\"ZGM Purchase Upsell\",\"gaEngagementLabel\":\"Click|fshdp|wow-top|zgm-purchase|get-pre-qualified|omp\",\"gaHoverCategory\":\"Homes\",\"gaHoverAction\":\"ZGM Purchase Upsell\",\"gaHoverLabel\":\"Hover|fshdp|wow-top|zgm-purchase|get-pre-qualified|omp\"}","lastModified": "1668425760000"},"qualifiedTreatments": [{"id": 2239,"name": "ZGM_Purchase_FSHDP_Pre_Qual","status": "PORTFOLIO","lastModified": "1668425760000"}]}]},"stateId": 54,"zipPlusFour": null,"numberOfUnitsTotal": 0,"foreclosureDefaultFilingDate": null,"foreclosureAuctionFilingDate": null,"foreclosureLoanDate": null,"foreclosureLoanOriginator": null,"foreclosureLoanAmount": null,"foreclosurePriorSaleDate": null,"foreclosurePriorSaleAmount": null,"foreclosureBalanceReportingDate": null,"foreclosureDefaultDescription": null,"foreclosurePastDueBalance": null,"foreclosureUnpaidBalance": null,"foreclosureAuctionTime": null,"foreclosureAuctionDescription": null,"foreclosureAuctionCity": null,"foreclosureAuctionLocation": null,"foreclosureDate": null,"foreclosureAmount": null,"foreclosingBank": null,"foreclosureJudicialType": "Non-Judicial","datePostedString": "2024-07-17","foreclosureTypes": {"isBankOwned": false,"isForeclosedNFS": false,"isPreforeclosure": false,"isAnyForeclosure": false,"wasNonRetailAuction": false,"wasForeclosed": false,"wasREO": null,"wasDefault": null},"foreclosureMoreInfo": null,"hasBadGeocode": false,"streetViewMetadataUrlMediaWallLatLong": "https://maps.googleapis.com/maps/api/streetview/metadata?location=30.173681,-97.76701&key=AIzaSyARFMLB1na-BBWf7_R3-5YOQQaHqEJf6RQ&source=outdoor&signature=tTv3ph01fkkR3-qn8f7j8mkVQ-g=","streetViewMetadataUrlMediaWallAddress": "https://maps.googleapis.com/maps/api/streetview/metadata?location=7713%20Bellehaven%20Ct%2C%20Austin%2C%20TX%2078744&key=AIzaSyARFMLB1na-BBWf7_R3-5YOQQaHqEJf6RQ&source=outdoor&signature=KWWfS8_jgSoDXQalocebp_ahh5M=","streetViewTileImageUrlMediumLatLong": "https://maps.googleapis.com/maps/api/streetview?location=30.173681,-97.76701&size=400x250&key=AIzaSyARFMLB1na-BBWf7_R3-5YOQQaHqEJf6RQ&source=outdoor&signature=oOAodNd9DfnfoHLwsqBvb6mjbPQ=","streetViewTileImageUrlMediumAddress": "https://maps.googleapis.com/maps/api/streetview?location=7713%20Bellehaven%20Ct%2C%20Austin%2C%20TX%2078744&size=400x250&key=AIzaSyARFMLB1na-BBWf7_R3-5YOQQaHqEJf6RQ&source=outdoor&signature=Rwz17Nd2NfpouB0UpeNs8nhtIF4=","streetViewServiceUrl": "https://street-view-url.prod.zgk-partner.zillowapi.com?zpid=400822147&address=7713%20Bellehaven%20Ct%2C%20Austin%2C%20TX%2078744&width=512&height=234&key=AIzaSyARFMLB1na-BBWf7_R3-5YOQQaHqEJf6RQ&maxdistance=5280&lat=30.173681&lon=-97.76701&signature=lqIXxNpBByaOmZMxRoihz_oC384=","staticMap": {"sources": [{"width": 192,"url": "https://maps.googleapis.com/maps/api/staticmap?center=30.173681,-97.76701&zoom=13&size=192x144&maptype=roadmap&key=AIzaSyARFMLB1na-BBWf7_R3-5YOQQaHqEJf6RQ&signature=OP5Nm4gFWV4RqCcRrHk7DLxBNX4=","isHighResolutionStaticMap": null}]},"postingUrl": null,"richMedia": null,"hasPublicVideo": false,"primaryPublicVideo": null,"richMediaVideos": null,"originalPhotos": [{"caption": "","mixedSources": {"jpeg": [{"url": "https://photos.zillowstatic.com/fp/46c826622c1b90f40c27378c85f0f05c-d_d.jpg","width": 800}]}}],"listingSubType": {"isFSBA": true,"isFSBO": false,"isPending": false,"isNewHome": false,"isForeclosure": false,"isBankOwned": false,"isForAuction": false,"isOpenHouse": false,"isComingSoon": false},"tourViewCount": 0}}
Detailed Output Structure Part 2
{"details": {"postingContact": {"name": "Dominic Mcclung","photo": null},"vrModel": {"vrModelGuid": null,"revisionId": null},"thirdPartyVirtualTour": {"externalUrl": null,"lightboxUrl": null,"staticUrl": null,"providerKey": null,"approved": false},"listingAccount": null,"mortgageRates": {"thirtyYearFixedRate": null},"annualHomeownersInsurance": 86.39999999999999,"listingFeedID": null,"livingAreaUnitsShort": "sqft","priceChange": null,"priceChangeDate": null,"priceChangeDateString": null,"formattedChip": {"location": [{"fullValue": "7713 Bellehaven Ct"},{"fullValue": "Austin, TX 78744"}]},"hideZestimate": false,"comingSoonOnMarketDate": null,"isPreforeclosureAuction": false,"lastSoldPrice": null,"isHousingConnector": false,"responsivePhotosOriginalRatio": [{"caption": "","mixedSources": {"jpeg": [{"url": "https://photos.zillowstatic.com/fp/46c826622c1b90f40c27378c85f0f05c-d_d.jpg","width": 800}]}}],"streetViewMetadataUrlMapLightboxAddress": "https://maps.googleapis.com/maps/api/streetview/metadata?location=7713%20Bellehaven%20Ct%2C%20Austin%2C%20TX%2078744&key=AIzaSyBV4lXhV-qzQOegyA3m0_AvGy9F21HIyOQ&source=outdoor&signature=ET4-hKMqO8PzyNUdFdoyH54MojA=","thumb": [{"url": "https://photos.zillowstatic.com/fp/46c826622c1b90f40c27378c85f0f05c-p_a.jpg"}],"neighborhoodMapThumb": [{"url": "https://photos.zillowstatic.com/fp/46c826622c1b90f40c27378c85f0f05c-p_c.jpg"}],"isRecentStatusChange": false,"isNonOwnerOccupied": false,"isFeatured": false,"rentalApplicationsAcceptedType": "REQUEST_TO_APPLY","listingTypeDimension": "For Sale by Agent","featuredListingTypeDimension": "organic","brokerIdDimension": "For Sale by Agent","keystoneHomeStatus": "ForSale","pageUrlFragment": "ForSale","isRentalsLeadCapMet": false,"isPaidMultiFamilyBrokerId": false,"selfTour": {"hasSelfTour": false},"countyId": 1440,"countyFIPS": null,"parcelId": null,"taxHistory": []}}
Detailed Output Structure Part 3
"saleDetails": {"__typename": "Property","zpid": 83002983,"openHouseSchedule": [],"timeOnZillow": "21 days","daysOnZillow": 21,"favoriteCount": 17,"pageViewCount": 579,"newConstructionType": null,"listedBy": [{"__typename": "ListedBySection","elements": [{"__typename": "ListedByElement","action": {"__typename": "ListedByAction","url": "/contact/NativeAppContactForm.htm?zpid=83002983&preferredVariant=owner_contact","variant": "OWNER_CONTACT"},"id": "NAME","text": "Property Owner"},{"__typename": "ListedByElement","action": null,"id": "PHONE","text": "(813) 743-8557"}],"textStyle": null}],"attributionInfo": {"__typename": "AttributionInfo","attributionTitle": null,"mlsId": "","mlsName": null,"mlsDisclaimer": null,"providerLogo": null,"lastChecked": null,"lastUpdated": null},"pals": [],"listingMetadata": {"__typename": "listingMetadata","mustDisplayDisclaimerBelowAttribution": false},"resoFacts": {"__typename": "RESOFacts","listAOR": null,"offerReviewDate": null},"listing_sub_type": {"__typename": "ListingSubtype","is_FSBO": true},"affordabilityEstimate": {"__typename": "AffordabilityEstimate","showMonthlyCostCalculator": true,"monthly": {"__typename": "AffordabilityEstimateBreakdown","principalAndInterest": 4172,"privateMortgageInterest": 0,"hoaFees": 200,"homeownersInsurance": 282,"propertyTax": 565},"usedInputs": {"__typename": "AffordabilityEstimateInputs","downPaymentPercent": 20,"loan": {"__typename": "LoanDetails","rate": 6.25}},"mortgageChipData": {"__typename": "MortgageChip","tooltipCopyText": null},"personalizedPaymentData": {"__typename": "MortgagePersonalizedPaymentData","hub": {"__typename": "MortgageHub","hubHero": {"__typename": "MortgageHero","bodyText": "All calculations are estimates and provided by Zillow, Inc. for informational purposes only. Actual amounts may vary.","cta": {"__typename": "MortgageCTA","ctaCopyText": "Customize this payment","routingURL": ""},"estMonthlyPayment": "$5,219/mo","monthlyHOAFees": {"__typename": "MortgageLineItem","copy": "HOA fees","percentageOfTotal": 4,"showTooltip": false,"tooltip": null,"value": "$200"},"monthlyPrincipalAndInterest": {"__typename": "MortgageLineItem","copy": "Principal & interest","percentageOfTotal": 80,"showTooltip": false,"value": "$4,172","tooltip": null},"monthlyTaxesAndInsurance": {"__typename": "MortgageLineItem","copy": "All taxes & insurance","percentageOfTotal": 16,"showTooltip": false,"value": "$847","tooltip": null},"showTitleTooltip": true,"title": "Estimated payment","titleTooltip": {"__typename": "MortgageTooltipInline","bodyCopy": "Zillow calculates a home’s estimated monthly mortgage payment by making standard assumptions about borrower information, which are also used to derive timely, market-driven interest rates.\nZillow Home Loans mortgage interest rates are dependent on a number of factors, including credit score, down payment, and loan term. Interest rates updated daily as of 2AM UTC and includes up to two (2) buydown points of the loan amount on a conforming fixed-rate loan. The actual payment obligation may be greater.","mortgageLink": [],"title": "Estimated payment"}}}}},"neighborhoodRegion": {"__typename": "Region","regionId": 275645},"zipcodeRegion": {"__typename": "Region","regionId": 72712},"cityRegion": {"__typename": "Region","regionId": 41176},"countyId": 3165,"longitude": -82.50737,"latitude": 27.939623,"commute": null},"mediaAndDescription": {"__typename": "Property","zpid": 83002983,"latitude": 27.939623,"longitude": -82.50737,"photoUrls": [{"__typename": "Photo","url": "https://maps.googleapis.com/maps/api/staticmap?mobile=false&sensor=true&maptype=satellite&size=316x234&zoom=17¢er=27.93962287902832,-82.50736999511719&key=AIzaSyBWYJWCA8FNMQvSe_k3LKfDGJaEgdKwsco&&signature=ESWi3z_iioQtBCOVYzSoEz3THqA=","subjectType": null}...],"photoUrlsHighRes": [{"__typename": "Photo","photoKey": null,"url": "https://maps.googleapis.com/maps/api/staticmap?mobile=false&sensor=true&maptype=satellite&size=1025x768&zoom=17¢er=27.93962287902832,-82.50736999511719&key=AIzaSyBWYJWCA8FNMQvSe_k3LKfDGJaEgdKwsco&&signature=nLbHkwJAKZihS-XmehN10jP-u-k=","subjectType": null}...],"streetViewImageUrl": null,"richMedia": null,"hasApprovedThirdPartyVirtualTourUrl": false,"thirdPartyVirtualTour": {"__typename": "thirdPartyVirtualTour","staticUrl": null,"externalUrl": null,"lightboxUrl": null},"timeZone": "America/New_York","unassistedShowing": null,"attributionInfo": {"__typename": "AttributionInfo","trueStatus": null},"listingMetadata": {"__typename": "listingMetadata","mustHighlightMlsStatus": false},"formattedChip": {"__typename": "FormattedChip","status": {"__typename": "ResponsiveString","fullValue": "For sale by owner","abbreviatedValue": "For sale by owner"},"mainPrice": {"__typename": "ChipElementType","elementType": "mainPrice","prefixLabel": {"__typename": "ResponsiveString","fullValue": "","abbreviatedValue": null},"value": {"__typename": "ResponsiveString","fullValue": "$847,000","abbreviatedValue": "$847K"},"suffixLabel": {"__typename": "ResponsiveString","fullValue": "","abbreviatedValue": null},"contentDescription": "This home's price is $847,000","jsMessage": null},"priceChange": null,"quickFacts": [{"__typename": "ChipElementType","elementType": "beds","prefixLabel": null,"value": {"__typename": "ResponsiveString","fullValue": "3","abbreviatedValue": null},"suffixLabel": {"__typename": "ResponsiveString","fullValue": " beds","abbreviatedValue": " bds"},"contentDescription": "3 beds","jsMessage": null},{"__typename": "ChipElementType","elementType": "baths","prefixLabel": null,"value": {"__typename": "ResponsiveString","fullValue": "3","abbreviatedValue": null},"suffixLabel": {"__typename": "ResponsiveString","fullValue": " baths","abbreviatedValue": " ba"},"contentDescription": "3 baths","jsMessage": null},{"__typename": "ChipElementType","elementType": "livingArea","prefixLabel": null,"value": {"__typename": "ResponsiveString","fullValue": "2,438","abbreviatedValue": null},"suffixLabel": {"__typename": "ResponsiveString","fullValue": " sqft","abbreviatedValue": " sqft"},"contentDescription": "2,438 Square Feet","jsMessage": null}],"additionalFacts": [{"__typename": "ChipElementType","elementType": "zestimate","prefixLabel": {"__typename": "ResponsiveString","fullValue": "Zestimate®: ","abbreviatedValue": null},"value": {"__typename": "ResponsiveString","fullValue": "$844,200","abbreviatedValue": null},"suffixLabel": null,"contentDescription": "This Property's Zestimate® is $844,200","jsMessage": null}]},"address": {"__typename": "Address","streetAddress": "3817 W Dale Ave APT 3","city": "Tampa","state": "FL","zipcode": "33609"},"country": "USA","isUndisclosedAddress": false,"resoFacts": {"__typename": "RESOFacts","bathroomsFloat": 3,"bathroomsFull": 2,"bathroomsThreeQuarter": 0,"bathroomsHalf": 1,"bathroomsOneQuarter": 0,"bathroomsPartial": null,"homeType": "Townhouse","propertySubType": null,"lotSize": "1,742 sqft","yearBuilt": 2008,"yearBuiltEffective": null,"parkingFeatures": ["Garage - Attached"],"parkingCapacity": 2,"carportParkingCapacity": null,"garageParkingCapacity": null,"coveredParkingCapacity": null,"openParkingCapacity": null,"hasAttachedGarage": null,"hasCarport": null,"hasGarage": false,"hasOpenParking": null,"cooling": ["Central"],"heating": ["Forced air","Gas"],"hoaFee": "$200 monthly","pricePerSquareFoot": 347,"hasPrivatePool": null,"fireplaces": null,"elementarySchoolDistrict": null,"middleOrJuniorSchoolDistrict": null,"highSchoolDistrict": null,"otherFacts": [{"__typename": "RESOOtherFact","name": "Appliances","value": "Dishwasher, Convection Oven"},{"__typename": "RESOOtherFact","name": "Association Fee Includes","value": "Maintenance Grounds"}...],"atAGlanceFacts": [{"__typename": "FactType","factLabel": "Type","factValue": "Townhouse"},{"__typename": "FactType","factLabel": "Year Built","factValue": "2008"}...]},"isHousingConnector": false,"rentalApplicationsAcceptedType": "REQUEST_TO_APPLY","providerListingID": null,"contactAgentUrl": {"__typename": "UrlObjectType","path": "/mobile/contact-agent/"},"scheduleTourUrl": {"__typename": "UrlObjectType","path": "/mobile/schedule-tour/"},"zestimate": 844200,"rentZestimate": 4631,"lotAreaValue": 1742,"lotAreaUnits": "Square Feet","monthlyHoaFee": 200,"isPremierBuilder": false,"walkScore": {"__typename": "WalkScoreResponse","walkscore": 87},"bikeScore": {"__typename": "BikeScoreResponse","bikescore": 52},"transitScore": {"__typename": "TransitScoreResponse","transit_score": 31},"description": "Completely Renovated Luxurious Townhome in the Heart of South Tampa. It appears that Zillow has not allowed for the increased square footage in their estimate. This is one of the largest units in this complex that has been upgraded with beautiful wood flooring throughout. You will enjoy your gourmet kitchen featuring KitchenAide appliances, a gas stove, granite counter tops, stainless appliances, high-end cabinetry and a walk-in pantry. A Master ensuite, two additional bedrooms, Jack and Jill second bath, a large office and laundry room are located on the second floor and can be accessed by your Private Elevator. You will enjoy a community that provides everything for an easy care free lifestyle: Stroll among the beautifully tree lined streets and walk to many restaurants, fitness centers, stores including Trader Joes. This unit is a must see.","homeInsights": [{"__typename": "homeInsights","insights": [{"__typename": "insights","phrases": ["Large office","Granite counter tops","Gas stove","Tree lined streets","Laundry room","Gourmet kitchen","High-end cabinetry"],"modelId": "z-nrt-pdc-llm-tags","treatmentId": "model_0"},{"__typename": "insights","phrases": ["Large office","Granite counter tops","Gas stove","Tree lined streets","Laundry room","Gourmet kitchen","High-end cabinetry"],"modelId": "z-nrt-pdc-llm-tags","treatmentId": "model_1"}]}]}
Detailed Field Explanations
listingDataSource: "Phoenix" - Indicates the source system of the listing data.zpid: 400822147 - Zillow's unique property identifier.city: "Austin" - The city where the property is located.state: "TX" - The state where the property is located (using two-letter abbreviation).homeStatus: "FOR_SALE" - Current status of the property in the market.address: Object containing detailed address information:streetAddress: "7713 Bellehaven Ct" - The street number and name.city: "Austin" - City name.state: "TX" - State abbreviation.zipcode: "78744" - 5-digit ZIP code.neighborhood: null - Name of the neighborhood (if available).community: null - Name of the community (if applicable).subdivision: null - Name of the subdivision (if applicable).
isListingClaimedByCurrentSignedInUser: false - Indicates if the current user has claimed this listing.isCurrentSignedInAgentResponsible: false - Indicates if the current signed-in agent is responsible for this listing.bedrooms: 3 - Number of bedrooms in the property.bathrooms: 2 - Number of bathrooms in the property.price: 24000 - The listing price of the property in USD.yearBuilt: 1999 - The year the property was constructed.streetAddress: "7713 Bellehaven Ct" - Repeats the street address.zipcode: "78744" - Repeats the ZIP code.- `isCurrentSignedInUserVerifiedOwne
