Documentation Index
Fetch the complete documentation index at: https://docs.mindcase.co/llms.txt
Use this file to discover all available pages before exploring further.
$1.6 / 1k results
Extract Zillow property address, price, beds, baths, and square footage from a list of Zillow URLs
Endpoint
POST /api/v1/agents/zillow/listing/run
Parameters
List · One per line. You can input Zillow listing URLs (zillow.com/homedetails/…) or property addresses (e.g. ‘123 Main St, San Francisco, CA’).
Dropdown · Which listing status to look up (Zillow uses different APIs per status).Options:
FOR_SALE, RECENTLY_SOLD, FOR_RENTLegend: FOR_SALE = For Sale, RECENTLY_SOLD = Recently Sold, FOR_RENT = For RentDropdown · For multi-unit building URLs (e.g. apartment complexes), pull individual units of this status.Options:
disabled, all, for_sale, recently_sold, for_rent, off_marketLegend: disabled = Disabled (skip building units), all = All units, for_sale = Only units For Sale, recently_sold = Only units Recently Sold, for_rent = Only units For Rent, off_market = Only units Off MarketResponse columns
| Field | Display name | Type |
|---|---|---|
sourceUrl | Source URL | url |
address | Address | text |
street | Street | text |
city | City | text |
state | State | text |
zip | Zip | text |
country | Country | text |
county | County | text |
latitude | Latitude | number |
longitude | Longitude | number |
currency | Currency | text |
price | Price | currency |
zestimate | Zestimate | currency |
rentZestimate | Rent Zestimate | currency |
lastSoldPrice | Last Sold Price | currency |
lastSoldDate | Last Sold Date | text |
status | Status | text |
type | Type | text |
propertyType | Property Type | text |
bedrooms | Bedrooms | number |
bathrooms | Bathrooms | number |
livingAreaSqft | Living Area (sqft) | number |
lotSize | Lot Size | number |
yearBuilt | Year Built | number |
daysOnZillow | Days On Zillow | number |
description | Description | text |
thumbnail | Thumbnail | url |
photo | Photo | url |
photoCount | Photo Count | number |
topSchool | Top School | text |
schoolRating | School Rating | rating |
schoolDistance | School Distance | number |
propertyTaxRate | Property Tax Rate | percentage |
monthlyHoaFee | Monthly HOA Fee | currency |
tourViews | Tour Views | number |
nonOwnerOccupied | Non-Owner Occupied | boolean |
featured | Featured | boolean |
showcase | Showcase | boolean |
hideZestimate | Hide Zestimate | boolean |
neighborhood | Neighborhood | text |
parentRegion | Parent Region | text |
zpid | ZPID | number |
adTargets | Ad Targets | text |
addressSubdivision | Address Subdivision | text |
addressZipcode | Address Zipcode | text |
foreclosureTypesIsBankOwned | Foreclosure Types Is Bank Owned | boolean |
foreclosureTypesWasNonRetailAuction | Foreclosure Types Was Non Retail Auction | boolean |
formattedChipLocationFullValue | Formatted Chip Location Full Value | text |
listedByElementsText | Listed By Elements Text | text |
listedById | Listed By ID | text |
listingSubType | Listing Sub Type | text |
mortgageRates | Mortgage Rates | text |
mortgageZhlRates | Mortgage ZHL Rates | text |
neighborhoodMapThumbUrl | Neighborhood Map Thumb URL | url |
originalPhotosMixedSourcesJpeg | Original Photos Mixed Sources Jpeg | text |
originalPhotosMixedSourcesWebp | Original Photos Mixed Sources Webp | text |
ownerAccountZuid | Owner Account Zuid | integer |
postingContactName | Posting Contact Name | text |
priceHistory | Price History | text |
resoFacts | Reso Facts | text |
responsivePhotosMixedSourcesJpeg | Responsive Photos Mixed Sources Jpeg | text |
responsivePhotosMixedSourcesWebp | Responsive Photos Mixed Sources Webp | text |
responsivePhotosOriginalRatioMixedSourcesJpeg | Responsive Photos Original Ratio Mixed Sources Jpeg | text |
responsivePhotosOriginalRatioMixedSourcesWebp | Responsive Photos Original Ratio Mixed Sources Webp | text |
schoolsGrades | Schools Grades | text |
schoolsLevel | Schools Level | text |
schoolsLink | Schools Link | url |
schoolsType | Schools Type | text |
selfTourHasSelfTour | Self Tour Has Self Tour | boolean |
staticMapSourcesUrl | Static Map Sources URL | url |
taxHistory | Tax History | text |
thirdPartyVirtualTourApproved | Third Party Virtual Tour Approved | boolean |
tourEligibilityIsPropertyTourEligible | Tour Eligibility Is Property Tour Eligible | boolean |
Example
Example response
Response