Zillow [Only $1.9๐Ÿ’ฐ] | Bypass Zillow limit of 500 | All-In-One avatar

Zillow [Only $1.9๐Ÿ’ฐ] | Bypass Zillow limit of 500 | All-In-One

Pricing

from $1.90 / 1,000 results

Go to Apify Store
Zillow [Only $1.9๐Ÿ’ฐ] | Bypass Zillow limit of 500 | All-In-One

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

Muhamed Didovic

Maintained by Community

Actor stats

5

Bookmarked

102

Total users

22

Monthly active users

6 hours

Issues response

3 hours ago

Last modified

Share

Zillow Scraper โ€” Search by Filter ยท For Sale, Rent & Sold ยท Bypass the 500-Cap

There are two versions of this scraper:

How Zillow Scraper works

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 searchQueryState for you. No more hand-crafting that encoded URL by hand.
  • ๐Ÿš€ Bypass the 500-result cap โ€” Zillow caps each search at ~500 results. Enable moreResults and the actor splits the search area to exhaust every listing.
  • ๐Ÿ  For sale ยท for rent ยท recently sold โ€” one status toggle 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 โ€” changed-only daily feed (new) โ€” name a storage and every rerun returns only listings that are new or whose status changed (e.g. FOR_SALE โ†’ PENDING), each row tagged with Change Type and Previous Status. A ~5,000-listing daily watch settles to runs that take about a minute and return just that day's changes.
  • ๐Ÿ’ฐ $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

  1. Set Up: Ensure you have an Apify account and access to the Apify platform.
  2. Configure Input: Set one or more Zillow URLs โ€” search, property, community, building, or agent (see Supported Start URLs).
  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

๐Ÿ” 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 ยท lotSizeMin/lotSizeMax ยท yearBuiltMin/yearBuiltMax ยท homeTypes ยท fsbo ยท foreclosure ยท auction ยท newConstruction ยท includePendingUnderContract ยท sort ยท daysOnZillow ยท keywords. To scrape specific properties directly, pass zpids (a list of Zillow Property IDs) โ€” no URL needed.

๐Ÿ  Open houses only

Return only listings with an upcoming open house, each row carrying the exact showing dates and times in openHouseSchedules:

{
"searchLocation": ["Austin, TX"],
"openHousesOnly": true,
"includePropertyDetails": true,
"maxItems": 200
}

Open-house mode also puts Beds, Baths, Sq Ft and Year Built on every row as real columns (normally those live inside details), because an open-house table without beds/baths is not much use. The filter is applied by Zillow server-side, so an empty result genuinely means "no open houses match" โ€” commonly the case mid-week or in a small ZIP. Try again closer to the weekend or widen the area.

๐Ÿš๏ธ Foreclosures, pre-foreclosures, auctions & bank-owned

Two independent controls:

  • foreclosure โ€” any (default) / only / exclude. Zillow's own foreclosure filter.
  • preForeclosure โ€” exclude (default) / include / only. Pre-foreclosures are listed separately by Zillow, so they need their own switch.
  • distressedOnly โ€” true returns only distressed listings across every class (foreclosure, pre-foreclosure, auction, bank-owned/REO).
{
"searchLocation": ["Phoenix, AZ"],
"distressedOnly": true,
"includePropertyDetails": true
}

With includePropertyDetails: true each row carries a foreclosure block โ€” foreclosureType (e.g. Foreclosure, Bank Owned (REO)), auction date, time and location, filing dates, and unpaid balance where Zillow publishes them.

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 typeExampleWhat you get
Search resultshttps://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 detailhttps://www.zillow.com/homedetails/.../12345678_zpid/A single fully-detailed row for that property.
New-construction communityhttps://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 / apartmenthttps://www.zillow.com/b/.../One row per unit/home in the building.
Agent profilehttps://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 communityHomeTypes input 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 to startUrls). Each address is resolved to its Zillow listing automatically.
  • includeAgentDetails: Boolean โ€” also scrape the listing agent's profile (name, phone, brokerage, sales stats). Default false.
  • includeSaleDetails: Boolean โ€” include sale/transaction history for each property. Default false.
  • includeNearbyHomes: Boolean โ€” keep Zillow's nearby/related/comparable listings inside each row. Default false (stripped to keep rows lean).
  • flatOutput: Boolean โ€” return flat scalar columns only and omit the nested details blob. When true this overrides includePropertyDetails: you get flat columns (Status, Beds, Baths, Listing Date, Sq Ft, Agent Email, โ€ฆ) instead of the full details object. Default false.
  • moreResults: Boolean โ€” for search URLs, exhaustively paginate past Zillow's ~500-results-per-search cap by splitting the map into quadrants. Default false. Pair with a high maxItems so 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.
  • enrichEmails: Opt-in contact enrichment. Joins each listing's agent to our cumulative agents database and adds contactEmail, contactPhone, and agentEmailSource to every row (empty when no match, so the columns stay stable for CSV/Excel).

Lead-generation fields (FSBO owner contact)

Every row includes three owner-contact fields. On for-sale-by-owner listings Zillow returns no agent at all โ€” every attributionInfo field is null โ€” so these are the only contact you can get, and most scrapers drop them entirely:

FieldFlat columnMeaning
isListedByOwnerListed By Ownertrue = owner-posted (FSBO). null on rows where the detail fetch failed, meaning unknown โ€” not "no".
ownerNameOwner NameOwner display name (typically "Property Owner").
ownerPhoneOwner PhoneThe owner's phone number, e.g. 903-372-7189. Empty on agent-listed properties.

To pull an FSBO lead list: scrape a /fsbo/ search URL (e.g. https://www.zillow.com/austin-tx/fsbo/) with includePropertyDetails: true, then use the Owner Phone column.

Valuation & history columns

These arrive with includePropertyDetails: true. History is flattened into one cell per row so it survives CSV and Excel โ€” newest event first, |-separated:

ColumnExampleMeaning
Price History2024-03-02 Price change $340,000 | 2024-01-15 Listed for sale $350,000Up to 10 most recent events, each date event price. Shows cuts, relistings and pendings at a glance.
Tax History2023: tax $3,652 assessed $268,709 | 2022: tax $3,401 assessed $255,100Up to 10 years of assessed value and tax paid.
Annual Tax3652Most recent annual property tax.
Tax Assessed Value268709Most recent assessed value. Falls back to the newest entry in the tax history when Zillow omits the top-level field.
MLS ID4088234The listing's MLS number, where the listing publishes one.
MLS StatusActiveThe broker-reported MLS status, which can be more granular than Zillow's own Status.

Rental columns

Multi-unit buildings price as a range, not a single figure โ€” Zillow itself shows "$1,225+" on those cards. Two extra columns appear on rows that have one, and only on those rows, so for-sale exports are unchanged:

ColumnExampleMeaning
Rent Min1225Lowest advertised rent in the building. Also mirrored into Price so that column is never blank.
Rent Max3015Highest advertised rent in the building.

Single-unit rentals (a house or one condo) carry an ordinary Price and no range.

A note on sold prices. In non-disclosure states โ€” Texas, Utah, Idaho, Kansas and others โ€” sale prices are not public record, so Zillow does not publish them. On those RECENTLY_SOLD rows Price is deliberately left empty rather than filled with a 0 or a Zestimate; the Price History column still shows the last list price. In disclosure states (California, Florida, New Yorkโ€ฆ) sold rows carry the real sale price.

  • lotSizeMin / lotSizeMax: Minimum / maximum lot size, in square feet (43,560 sqft = 1 acre). Handy for land / acreage searches โ€” e.g. lotSizeMin: 43560 returns only listings on 1+ acre. Used by the filter-based search (searchLocation).
  • includePendingUnderContract: Boolean โ€” Zillow hides pending / under-contract listings by default; set true to include them (also covers "accepting backup offers"). For-sale searches only. Default false.
  • 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 and long-term retention โ€” reruns with the same name skip listings you already collected. Use lowercase letters, numbers, and hyphens (e.g., my-daily-watch). For a fresh, complete pull, omit it or use a new name. On its own it does not turn the output into a change feed โ€” see monitoringMode below.
  • monitoringMode (optional, default false): turns on Monitoring Mode โ€” the status-change feed described below. Requires a storeName to compare against.

๐Ÿ” Monitoring Mode โ€” track new listings & status changes (new)

Set monitoringMode: true and give it a storeName you keep constant across runs โ€” that's the whole setup. The store remembers each listing's last-known status, and every rerun compares against it:

{
"searchLocation": ["Miami, FL"],
"storeName": "miami-flips",
"monitoringMode": true
}
  • Unchanged listings are skipped entirely โ€” before any detail fetch, so reruns are fast and you're not billed for rows you already have.
  • Every delivered row carries two extra columns:
ColumnValuesMeaning
Change TypeNEW / STATUS_CHANGEDWhy this row is in today's feed.
Previous Statuse.g. FOR_SALE, or empty for NEW rowsThe status the listing had on your previous run.

Recipe โ€” catch listings going pending: keep the search broad (for-sale with pending included, e.g. includePendingUnderContract: true or "pnd": {"value": true} in your URL), then filter downstream on Change Type = STATUS_CHANGED, Previous Status = FOR_SALE, Status = PENDING. Don't search pending-only: the feed can only report a flip if it saw the listing on both sides of it.

What to expect on a schedule: the first run is a full pass (everything comes back as NEW โ€” that seeds the history). The next 2โ€“3 runs still fill in map areas Zillow surfaces inconsistently, then the feed reaches steady state: runs that take a minute or two and return only that day's genuine changes. Billing follows delivered rows, so cost drops the same way.

Completeness guarantee: if Zillow blocks part of the search area and the actor can't reach it even after retries, the run is marked FAILED with Monitoring run incomplete instead of finishing green. A red run means "coverage was incomplete โ€” re-run me"; it never means "no changes today". Nothing is lost either way: changes in the missed area are reported as soon as coverage returns.

Works with any input style โ€” start URLs, searchLocation + filters, ZPIDs, or addresses. The store persists until you delete it; deleting it resets the feed to a full pass.

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.
  • Change Type, Previous Status: Monitoring Mode columns (only when storeName is set) โ€” NEW or STATUS_CHANGED, plus the status from your previous run so a FOR_SALE โ†’ PENDING flip is a one-field check.
  • 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ยฎ: ",