
Zillow Search Similar Scraper
Pricing
$9.99 / 1,000 results
Go to Store

Zillow Search Similar Scraper
Scrape similar property information from Zillow, including prices, square footage, location, and more.
5.0 (1)
Pricing
$9.99 / 1,000 results
1
Total users
1
Monthly users
1
Runs succeeded
>99%
Last modified
3 days ago
This actor scrapes similar property information from Zillow based on a reference property.
Features
- Search similar properties using ZPID, URL, address, or Lot ID
- Returns detailed property information including:
- Basic information (price, bedrooms, bathrooms, etc.)
- Location details (address, coordinates)
- Property type and status
- Listing details (photos, square footage, etc.)
- Agent information (if applicable)
Input Parameters
byzpid
(string, required): Zillow Property IDbyurl
(string, optional): Zillow property URLbyaddress
(string, optional): Property addressbylotid
(string, optional): Zillow Lot IDmaxItems
(integer, optional): Maximum number of properties to scrape (default: 20, min: 20, max: 100)
Output Data
The output includes the following fields:
zpid
: Zillow Property IDminiCardPhotos
: Array of property photosprice
: Property pricecurrency
: Currency unitbedrooms
: Number of bedroomsbathrooms
: Number of bathroomslivingArea
: Living area sizeaddress
: Address informationlatitude
: Latitude coordinatelongitude
: Longitude coordinatehomeStatus
: Property statushomeType
: Property typehdpUrl
: Detail page URLattributionInfo
: Agent informationscrapedAt
: Data scraping timestamp
Example Usage
{"byzpid": "44471319","maxItems": 20}
Output Example
[{"miniCardPhotos": [{"url": "https://photos.zillowstatic.com/fp/a3250805cca5051ad72210bff6313e26-p_c.jpg"}],"price": 415000,"currency": "USD","bedrooms": 3,"bathrooms": 2,"livingArea": 2635,"livingAreaValue": 2635,"livingAreaUnits": "Square Feet","livingAreaUnitsShort": "sqft","listingMetadata": {"comminglingCategoryIsRulesApplicable": true},"lotSize": 7840,"lotAreaValue": 7840.8,"lotAreaUnits": "Square Feet","address": {"streetAddress": "3040 ROSSELLE Street","city": "Jacksonville","state": "FL","zipcode": "32205"},"parentRegion": {"name": "Murray Hill"},"formattedChip": {"location": [{"fullValue": "3040 ROSSELLE Street"},{"fullValue": "Jacksonville, FL 32205"}]},"latitude": 30.318869,"longitude": -81.70678,"zpid": 44470730,"homeStatus": "FOR_SALE","homeType": "SINGLE_FAMILY","hdpUrl": "/homedetails/3040-Rosselle-St-Jacksonville-FL-32205/44470730_zpid/","hdpTypeDimension": "ForSale","propertyTypeDimension": "Single Family","listingTypeDimension": "For Sale by Agent","listing_sub_type": {"is_newHome": false,"is_forAuction": false,"is_bankOwned": false,"is_foreclosure": false,"is_FSBO": false,"is_comingSoon": false,"is_FSBA": true},"providerListingID": null,"attributionInfo": {"mlsId": "2090257","mlsName": null,"providerLogo": null,"agentName": "COLLIN DOUGLAS","agentPhoneNumber": null,"brokerName": null,"brokerPhoneNumber": null,"trueStatus": null},"isShowcaseListing": false,"isPremierBuilder": false,"state": "FL","newConstructionType": null,"scrapedAt": "2025-06-04T05:27:18.920Z"},...]
Notes
- Ensure valid query parameters are provided
- API may have rate limits
- Returned data may vary based on property type and status