Zillow Search Results and Detail Scraper (All-in-one) avatar
Zillow Search Results and Detail Scraper (All-in-one)

Pricing

$10.00/month + usage

Go to Store
Zillow Search Results and Detail Scraper (All-in-one)

Zillow Search Results and Detail Scraper (All-in-one)

Developed by

Muhamed Didovic

Muhamed Didovic

Maintained by Community

Unleash the full power of Zillow data - no limits, no restrictions. Comprehensive scraping for any search URL, delivering complete property insights at scale.

0.0 (0)

Pricing

$10.00/month + usage

5

Total users

125

Monthly users

29

Runs succeeded

97%

Response time

3.5 hours

Last modified

11 days ago

Unlock the power of real estate data with our comprehensive Zillow Scraper. Extract detailed property listings and market insights from Zillow.com to fuel your real estate analysis, market research, or property investment strategies.

Overview

This Apify actor allows you to scrape detailed property listings from Zillow.com, including property details, pricing information, and geographical data. It's perfect for real estate professionals, investors, and researchers looking to gather insights from the property market.

Features

  • Detailed Property Listings: Extract comprehensive information about each property.
  • Location-based Scraping: Target specific cities or regions for analysis.
  • Customizable Depth: Option to include or exclude detailed property information.
  • Persistent Data Storage:
    • Use custom storage names to preserve data indefinitely, ensuring deduplication and flexibility.
    • Duplicate datasets easily by assigning unique names to storage, enabling long-term analysis or simultaneous projects.
  • Flexible Input: Accept Zillow search result URLs for specific locations or property types.
  • Concurrent Scraping: Efficiently scrape multiple listings with adjustable concurrency.
  • Proxy Support: Built-in proxy configuration to enhance scraping reliability and avoid blocks.

How to Use

  1. Set Up: Ensure you have an Apify account and access to the Apify platform.
  2. Configure Input: Set the Zillow search URL for your desired location (see Input Configuration section).
  3. Adjust Settings: Configure options like including property details, maximum items, concurrency, and proxy settings as needed.
  4. Run the Scraper: Execute the scraper on the Apify platform.
  5. Data Collection: The scraper will output detailed data about the property listings matching your search criteria.

Input Configuration

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"
}

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).
  • storeName (optional):
    • Custom name for the Key-Value Store where listings will be saved.
    • Ensures deduplication and long-term retention by persisting data indefinitely until manual deletion.
    • Facilitates data duplication by allowing multiple datasets to coexist without overwriting.
    • Use alphanumeric characters and hyphens for naming (e.g., my-custom-storage).

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.

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&center=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&center=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&center=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&center=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&center=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&center=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&center=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&center=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&center=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

  1. listingDataSource: "Phoenix" - Indicates the source system of the listing data.
  2. zpid: 400822147 - Zillow's unique property identifier.
  3. city: "Austin" - The city where the property is located.
  4. state: "TX" - The state where the property is located (using two-letter abbreviation).
  5. homeStatus: "FOR_SALE" - Current status of the property in the market.
  6. 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).
  7. isListingClaimedByCurrentSignedInUser: false - Indicates if the current user has claimed this listing.
  8. isCurrentSignedInAgentResponsible: false - Indicates if the current signed-in agent is responsible for this listing.
  9. bedrooms: 3 - Number of bedrooms in the property.
  10. bathrooms: 2 - Number of bathrooms in the property.
  11. price: 24000 - The listing price of the property in USD.
  12. yearBuilt: 1999 - The year the property was constructed.
  13. streetAddress: "7713 Bellehaven Ct" - Repeats the street address.
  14. zipcode: "78744" - Repeats the ZIP code.
  15. isCurrentSignedInUserVerifiedOwner: false - Indicates if the current user is verified as the property owner.
  16. propertyUpdatePageLink: null - Link to update property information (if available).
  17. moveHomeMapLocationLink: null - Link to adjust the property's map location (if available).
  18. propertyEventLogLink: null - Link to view the property's event log (if available).
  19. editPropertyHistorylink: null - Link to edit the property's history (if available).
  20. collections: Object containing information about similar properties and tracking tags.
  21. listing_sub_type: Object detailing specific characteristics of the listing:
  • is_forAuction: false - Indicates if the property is up for auction.
  • is_newHome: false - Indicates if it's a new construction.
  • is_FSBO: false - Indicates if it's For Sale By Owner.
  • is_FSBA: true - Indicates if it's For Sale By Agent.
  • is_foreclosure: false - Indicates if it's a foreclosure.
  • is_bankOwned: false - Indicates if it's bank-owned (REO).
  • is_comingSoon: false - Indicates if it's a coming soon listing.
  • is_pending: false - Indicates if the sale is pending.
  • is_openHouse: false - Indicates if there's an open house scheduled.
  1. providerListingID: null - External listing ID from the data provider (if available).
  2. isRentalListingOffMarket: false - Indicates if a rental listing is no longer on the market.
  3. hdpUrl: "/homedetails/7713-Bellehaven-Ct-Austin-TX-78744/400822147_zpid/" - URL path for the Home Details Page on Zillow.
  4. nearbyCities: Array of objects containing information about nearby cities.
  5. nearbyNeighborhoods: Array of objects containing information about nearby neighborhoods.
  6. country: "USA" - The country where the property is located.
  7. nearbyZipcodes: Array of objects containing information about nearby ZIP codes.
  8. cityId: 10221 - Zillow's unique identifier for the city.
  9. citySearchUrl: Object containing URL information for searching homes in the city.
  10. zipcodeSearchUrl: Object containing URL information for searching homes in the ZIP code.
  11. apartmentsForRentInZipcodeSearchUrl: Object containing URL for searching apartments for rent in the ZIP code.
  12. housesForRentInZipcodeSearchUrl: Object containing URL for searching houses for rent in the ZIP code.
  13. abbreviatedAddress: "7713 Bellehaven Ct" - Short form of the property address.
  14. county: "Travis County" - The county where the property is located.
  15. neighborhoodRegion: null - The broader neighborhood region (if available).
  16. building: null - Building name or number (if applicable, usually for apartments or condos).
  17. isUndisclosedAddress: false - Indicates if the full address is hidden for privacy reasons.
  18. boroughId: null - Identifier for the borough (if applicable, e.g., in New York City).
  19. neighborhoodSearchUrl: null - URL for searching properties in the neighborhood.
  20. stateSearchUrl: Object containing URL for searching properties in the state.
  21. countySearchUrl: Object containing URL for searching properties in the county.
  22. boroughSearchUrl: null - URL for searching properties in the borough (if applicable).
  23. communityUrl: null - URL for the community page (if applicable).
  24. isShowcaseListing: false - Indicates if this is a premium or featured listing.
  25. isPremierBuilder: false - Indicates if the property is from a premier builder.
  26. homeType: "MANUFACTURED" - The type of home (e.g., single-family, condo, manufactured).
  27. adTargets: Object containing various parameters used for ad targeting.
  28. attributionInfo: Object containing detailed information about the listing agent, brokerage, and MLS.
  29. currency: "USD" - The currency of the listing price.
  30. interactiveFloorPlanUrl: "" - URL for an interactive floor plan, if available.
  31. lotPremium: null - Additional cost for the lot, if applicable.
  32. listPriceLow: null - Lower bound of the listing price range, if applicable.
  33. resoFacts: Object containing extensive property details, including:
    • aboveGradeFinishedArea: "0" - Finished area above ground level.
    • basementYN: false - Indicates if the property has a basement.
    • bathrooms, bathroomsFull, etc.: Details about the number and types of bathrooms.
    • bedrooms: Number of bedrooms.
    • buildingArea: "0" - Total building area.
    • cooling, heating: Information about cooling and heating systems.
    • fireplaces: Number of fireplaces.
    • flooring: Type of flooring.
    • lotFeatures: Array of lot features.
    • parkingFeatures: Array of parking features.
    • rooms: Array of room details.
    • yearBuilt: Year the property was built. (Note: This object contains many more fields detailing various aspects of the property)
  34. monthlyHoaFee: null - Monthly Homeowners Association fee, if applicable.
  35. livingArea: 0 - Total living area in square feet.
  36. livingAreaValue: 0 - Numeric value of the living area.
  37. zestimate: null - Zillow's estimated market value for the prope