Zillow Search Similar Scraper avatar
Zillow Search Similar Scraper

Pricing

$9.99 / 1,000 results

Go to Store
Zillow Search Similar Scraper

Zillow Search Similar Scraper

Developed by

PowerAI

PowerAI

Maintained by Community

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 ID
  • byurl (string, optional): Zillow property URL
  • byaddress (string, optional): Property address
  • bylotid (string, optional): Zillow Lot ID
  • maxItems (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 ID
  • miniCardPhotos: Array of property photos
  • price: Property price
  • currency: Currency unit
  • bedrooms: Number of bedrooms
  • bathrooms: Number of bathrooms
  • livingArea: Living area size
  • address: Address information
  • latitude: Latitude coordinate
  • longitude: Longitude coordinate
  • homeStatus: Property status
  • homeType: Property type
  • hdpUrl: Detail page URL
  • attributionInfo: Agent information
  • scrapedAt: 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

  1. Ensure valid query parameters are provided
  2. API may have rate limits
  3. Returned data may vary based on property type and status