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 / 1k results
Extract Zillow real estate property listings by ZIP code, specifying if for sale, rent, or sold
Endpoint
POST /api/v1/agents/zillow/zip-search/run
Parameters
List · Zip codes to search properties in. One per line.
Multi-select · Which listing types to include. Pick one or more.Options:
agent, owner, rent, soldLegend: agent = For sale (by agent), owner = For sale (by owner), rent = For rent, sold = Recently soldNumber · Minimum price of property (monthly price for rental)
Number · Maximum price of property (monthly price for rental)
Dropdown · Number of days a property has been listed on Zillow (if searching for Recently Sold, then this is the number of days since the property was sold)
Show all 9 options
Show all 9 options
1, 7, 14, 30, 90, 6m, 12m, 24m, 36mView all 9 as a structured list →Number · Maximum total properties to return across all zip codes.
Response columns
| Field | Display name | Type |
|---|---|---|
zip | Zip | text |
listingUrl | Listing URL | url |
image | Image | url |
address | Address | text |
street | Street | text |
city | City | text |
state | State | text |
price | Price | text |
priceRaw | Price (Raw) | currency |
currency | Currency | text |
beds | Beds | number |
baths | Baths | number |
areaSqft | Area (sqft) | number |
status | Status | text |
statusType | Status Type | text |
marketingStatus | Marketing Status | text |
rawStatus | Raw Status | text |
homeType | Home Type | text |
homeStatus | Home Status | text |
daysOnZillow | Days On Zillow | number |
zestimate | Zestimate | currency |
rentZestimate | Rent Zestimate | currency |
taxAssessedValue | Tax Assessed Value | currency |
priceChange | Price Change | currency |
priceReduction | Price Reduction | text |
datePriceChanged | Date Price Changed | text |
livingArea | Living Area | number |
bedrooms | Bedrooms | number |
bathrooms | Bathrooms | number |
unit | Unit | text |
latitude | Latitude | number |
longitude | Longitude | number |
openHouse | Open House | boolean |
openHouseDescription | Open House Description | text |
openHouseStart | Open House Start | text |
openHouseEnd | Open House End | text |
3dModel | 3D Model | boolean |
hasImage | Has Image | boolean |
hasVideo | Has Video | boolean |
featured | Featured | boolean |
showcaseListing | Showcase Listing | boolean |
homeRec | Home Rec | boolean |
ownerClaiming | Owner Claiming | boolean |
ownerConfirmed | Owner Confirmed | boolean |
paidBuilderNew | Paid Builder New | boolean |
addressHidden | Address Hidden | boolean |
zillowOwned | Zillow Owned | boolean |
saved | Saved | boolean |
infoLine | Info Line | text |
flexText | Flex Text | text |
contentType | Content Type | text |
Example
Example response
Response