Skip to main content
Piloterr
Back to library

Zillow Search API

Search Zillow listings from a search or map URL and retrieve prices, beds, baths, coordinates, and listing status.

Active3 credits = 1 requestGET/v2/zillow/search

Endpoint Overview

Detailed documentation, pricing, and usage examples.

OverviewLink to Overview

Extract property listings from any Zillow search or map results page. Returns a structured list of homes with prices, beds/baths, coordinates, listing status, broker info, and direct links to each property page.

QuickstartLink to Quickstart

GET https://api.piloterr.com/v2/zillow/search?query=https://www.zillow.com/staten-island-ny/

ParametersLink to Parameters

Parameter Type Required Description
query string yes Full Zillow search or map results URL

Response fieldsLink to Response fields

Field Type Description
results array List of property listings
results[].zpid string Zillow property ID
results[].id string Listing ID (same as zpid in most cases)
results[].address string Full formatted address
results[].address_street string Street address
results[].address_city string City
results[].address_state string State code
results[].address_zipcode string ZIP code
results[].price string Formatted price (e.g. $699,000)
results[].unformatted_price integer Numeric price
results[].beds integer Number of bedrooms
results[].baths number Number of bathrooms
results[].area integer Living area in sqft
results[].status_text string Human-readable status
results[].status_type string Status code (e.g. FOR_SALE)
results[].detail_url string Zillow property page URL
results[].img_src string Main listing photo URL
results[].broker_name string Listing broker label
results[].lat_long.latitude number Latitude
results[].lat_long.longitude number Longitude
results[].zestimate integer Zestimate value (when available)
results[].is_showcase_listing boolean Showcase listing flag
results[].pgapt string Property group type
results[].sgapt string Listing subtype label

NotesLink to Notes

  • Response is returned under results.
  • Pass each result's detail_url to the Zillow Property endpoint for full listing details.
  • Some listings include extra nested objects such as hdp_data and carousel_photos_composable.

Main use casesLink to Main use cases

  • Monitor for-sale inventory in a target city or ZIP code
  • Build lead lists with price, beds, baths, and broker data
  • Feed property discovery pipelines for real estate analytics
  • Compare listing prices against Zestimate values at scale

Related APIs

Expand your data capabilities with these complementary tools.

Ready to get started?

Your web scraping API is one click away. Start with +500 credits, no infrastructure to set up, no proxies to manage, and no credit card required.

  • +500 credits
  • No credit card required
  • All endpoints included