VOOZH about

URL: https://apify.com/powerai/zillow-search-nearby-scraper

โ‡ฑ Zillow Search Nearby Scraper ยท Apify


Pricing

from $4.99 / 1,000 results

Go to Apify Store

Zillow Search Nearby Scraper

Scrape nearby property information from Zillow, including prices, square footage, location, and more.

Pricing

from $4.99 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ PowerAI

PowerAI

Maintained by Community

Actor stats

2

Bookmarked

10

Total users

0

Monthly active users

2 months ago

Last modified

Share

This actor scrapes nearby property information from Zillow based on a reference property.

Features

  • Search nearby 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: 50, min: 20, max: 1000)

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

const input ={
"byzpid":"44471319",
"maxItems":50
};

Output Example

[
{
"zpid":44471320,
"miniCardPhotos":[
{
"url":"https://photos.zillowstatic.com/fp/333bab14bf220cac9f8c7e82cb983108-p_c.jpg"
}
],
"price":376300,
"currency":"USD",
"bedrooms":2,
"bathrooms":3,
"livingArea":1210,
"livingAreaValue":1210,
"livingAreaUnits":"Square Feet",
"livingAreaUnitsShort":"sqft",
"listingMetadata":{
"comminglingCategoryIsRulesApplicable":false
},
"resoFacts":{
"bathroomsOneQuarter":null,
"bathroomsHalf":null,
"bathroomsThreeQuarter":null,
"bathroomsFull":null
},
"lotSize":8750,
"lotAreaValue":8750,
"lotAreaUnits":"Square Feet",
"address":{
"streetAddress":"2758 Downing St",
"city":"Jacksonville",
"state":"FL",
"zipcode":"32205"
},
"parentRegion":null,
"formattedChip":{
"location":[
{
"fullValue":"2758 Downing St"
},
{
"fullValue":null
}
]
},
"latitude":30.311153,
"longitude":-81.69726,
"homeStatus":"OTHER",
"homeType":"SINGLE_FAMILY",
"hdpUrl":"/homedetails/2758-Downing-St-Jacksonville-FL-32205/44471320_zpid/",
"hdpTypeDimension":"Zestimate",
"propertyTypeDimension":"Single Family",
"listingTypeDimension":"Unknown Listed By",
"listing_sub_type":{
"is_newHome":false,
"is_forAuction":false,
"is_bankOwned":false,
"is_foreclosure":false,
"is_FSBO":false,
"is_comingSoon":false,
"is_FSBA":false
},
"providerListingID":null,
"attributionInfo":{
"mlsId":null,
"mlsName":null,
"providerLogo":null,
"agentName":null,
"agentPhoneNumber":null,
"brokerName":null,
"brokerPhoneNumber":null,
"trueStatus":null
},
"isShowcaseListing":false,
"isPremierBuilder":false,
"state":"FL",
"newConstructionType":null,
"scrapedAt":"2025-06-04T04:04:02.251Z"
},
...
]

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

You might also like

Zillow Search Similar Scraper

powerai/zillow-search-similar-scraper

Scrape similar property information from Zillow, including prices, square footage, location, and more.

Zillow Real Estate Scraper

mvpeav/zillow-scraper

Scrape Zillow property listings by location. Extract addresses, prices, beds/baths, square footage, Zestimate, agent info, and more.

๐Ÿ‘ User avatar

MItchell Peavler

7

Zillow Search Scraper

api-ninja/zillow-search-scraper

Your ultimate Zillow scraping tool. The actor extracts comprehensive property data from Zillow search results, including prices, addresses, and more.

348

4.9

Google Maps Nearby Search Scraper

powerai/google-map-nearby-search-scraper

Scrape Google Maps nearby search results with automatic pagination and location-based search support

Zillow Properties Scraper

scrapeai/zillow-properties-scraper

Extract structured Zillow listings with essential property details such as location, asking price, bedrooms, bathrooms, square footage, property type, and estimated market value.

Zillow Scraper ๐Ÿท๏ธ

parseforge/zillow-scraper

Scrape Zillow.com property listings and detail pages to extract comprehensive real estate data: prices, contact, bedrooms, bathrooms, square footage, images, agent information, location, and fees. Lightning-fast API-based scraping with 100% accuracy for investors, agents, and market researchers.

73

5.0

Zillow Real Estate Listings

truefetch/zillow-real-estate-listings

Search Zillow real estate listings by city, ZIP, state, or address. Collect sale, rent, and sold property data with prices, beds, baths, square footage, images, location details, and source URLs.

19

5.0

Zillow Rentals Scraper

jungle_synthesizer/zillow-rentals-scraper

Scrape rental listings from Zillow with full property details โ€” price, address, beds, baths, photos, square footage, and 30+ fields. Search any US location for apartments, houses, and condos for rent.

๐Ÿ‘ User avatar

BowTiedRaccoon

2

Zillow Search Scraper

scraperx/zillow-search-scraper

Zillow Search Scraper extracts property listings from Zillow search results. It collects prices, addresses, property details, listing URLs, images, and agent information. Ideal for real estate market research, lead generation, price monitoring, and building property data pipelines.

Zillow Property Details Scraper

delicious_zebu/zillow-property-details-scraper

Effortlessly scrape detailed Zillow property data, including prices, photos, location details, and more. Perfect for real estate analysis, investment research, or market insights.

Related articles

How to scrape Zillow data (without getting blocked)
Read more