Zillow Search By Address Scraper avatar
Zillow Search By Address Scraper

Pricing

$4.99 / 1,000 results

Go to Store
Zillow Search By Address Scraper

Zillow Search By Address Scraper

Developed by

PowerAI

PowerAI

Maintained by Community

Scrape Zillow property listings by address with automatic pagination, multiple listing statuses (For Sale, For Rent, Sold), and comprehensive filtering options for real estate market analysis

5.0 (1)

Pricing

$4.99 / 1,000 results

1

Total users

4

Monthly users

4

Runs succeeded

>99%

Last modified

4 days ago

This actor allows you to scrape Zillow property listings based on a specific address or location. It automatically handles pagination and can collect up to the specified number of properties.

Features

  • Automatic pagination handling
  • Configurable maximum number of results
  • Multiple listing status options (For Sale, For Rent, Sold)
  • Advanced filtering options
  • Rate limiting protection
  • Real-time data collection

Input Parameters

  • location (required): The address or location to search for
  • maxItems (optional, default: 150): Maximum number of properties to scrape
  • listingStatus (optional, default: 'For_Sale'): Status of listings ('For_Sale', 'For_Rent', 'Sold')
  • sortOrder (optional): Sort order ('Homes_for_you', 'Rental_Priority_Score', 'Newest')
  • listPriceRange (optional): Price range filter
  • bed_min (optional): Minimum number of bedrooms
  • bed_max (optional): Maximum number of bedrooms
  • bathrooms (optional): Bathroom requirements ('Any', 'OnePlus', 'OneHalfPlus', 'TwoPlus', 'ThreePlus', 'FourPlus')
  • And many more filtering options...

Output Data

The actor outputs an array of Zillow properties, where each property contains:

  • zpid: Zillow property ID
  • location: Latitude and longitude
  • address: Complete address information
  • media: Property photos and virtual tours
  • bathrooms: Number of bathrooms
  • bedrooms: Number of bedrooms
  • livingArea: Living area size
  • yearBuilt: Year the property was built
  • lotSizeWithUnit: Lot size information
  • propertyType: Type of property
  • price: Current price and price per square foot
  • estimates: Zestimate and Rent Zestimate
  • daysOnZillow: Days the property has been listed
  • And many more property details...

Usage Example

{
"location": "New York, NY",
"maxItems": 250,
"listingStatus": "For_Sale",
"sortOrder": "Newest"
}

Output Example

[
{
"zpid": 30601175,
"location": {
"latitude": 40.679176,
"longitude": -73.9058
},
"address": {
"streetAddress": "148 Somers Street",
"zipcode": "11233",
"city": "Brooklyn",
"state": "NY"
},
"media": {
"propertyPhotoLinks": {
"mediumSizeLink": "https://photos.zillowstatic.com/fp/f94caac0eb061b45c378624f241b032b-p_c.jpg",
"highResolutionLink": "https://photos.zillowstatic.com/fp/f94caac0eb061b45c378624f241b032b-p_f.jpg"
},
"thirdPartyPhotoLinks": {},
"hasVRModel": false,
"hasVideos": false,
"hasApprovedThirdPartyVirtualTour": false,
"allPropertyPhotos": {
"medium": [
"https://photos.zillowstatic.com/fp/f94caac0eb061b45c378624f241b032b-p_c.jpg",
"https://photos.zillowstatic.com/fp/719ef47a6c442d9a003b4371e3724595-p_c.jpg",
"https://photos.zillowstatic.com/fp/1422aabcbe8ca3418918d4accf10a57d-p_c.jpg",
"https://photos.zillowstatic.com/fp/90909262b2b2012a76df910b83743ff9-p_c.jpg"
],
"highResolution": [
"https://photos.zillowstatic.com/fp/f94caac0eb061b45c378624f241b032b-p_f.jpg",
"https://photos.zillowstatic.com/fp/719ef47a6c442d9a003b4371e3724595-p_f.jpg",
"https://photos.zillowstatic.com/fp/1422aabcbe8ca3418918d4accf10a57d-p_f.jpg",
"https://photos.zillowstatic.com/fp/90909262b2b2012a76df910b83743ff9-p_f.jpg"
]
}
},
"isFeatured": false,
"isShowcaseListing": false,
"rental": {
"areApplicationsAccepted": false
},
"currency": "usd",
"country": "usa",
"listingDateTimeOnZillow": 1748921560466,
"bestGuessTimeZone": "America/New_York",
"isUnmappable": false,
"listCardRecommendation": {
"flexFieldRecommendations": [
{
"displayString": "16 minutes ago",
"flexFieldType": "timeOnInfo",
"contentType": "timeOnInfo"
}
]
},
"bathrooms": 5,
"bedrooms": 5,
"livingArea": 1708,
"yearBuilt": 1899,
"lotSizeWithUnit": {
"lotSize": 1500,
"lotSizeUnit": "squareFeet"
},
"propertyType": "townhome",
"listing": {
"listingStatus": "forSale",
"listingSubType": {
"isFSBA": true
}
},
"daysOnZillow": 0,
"isPreforeclosureAuction": false,
"price": {
"value": 990000,
"pricePerSquareFoot": 580
},
"estimates": {},
"zillowOwnedProperty": {
"isZillowOwned": false
},
"taxAssessment": {
"taxAssessedValue": 835000,
"taxAssessmentYear": "2024"
},
"hdpView": {
"listingStatus": "forSale",
"price": 990000,
"hdpUrl": "/homedetail/MobileAppHDPShopperPlatformServicePage.htm?fromApp=true&p=ipad&variant=FOR_SALE#zpid=30601175&homeDetailsVariant=FOR_SALE&webviewLayout=doubleScroll&showFactsAndFeatures=true&fromApp=true&gmaps=false&streetview=false"
},
"region": {},
"personalizedResult": {
"isViewed": false
},
"propertyDisplayRules": {
"canShowAddress": true,
"canShowOnMap": true,
"agent": {},
"mls": {
"brokerName": "Listing by: United Real Estate Fortune",
"mustDisplayBrokerName": true
},
"builder": {},
"soldByOffice": {},
"providerLogo": "https://photos.zillowstatic.com/fp/464ad42e5f4f4a61544ab7d3b6721129-zillow_apps_95_35.jpg",
"listingCategory": "category1"
},
"ssid": 778,
"scrapedAt": "2025-06-03T03:49:13.613Z"
},
...
]