Real-Time Zillow Data API

Fast and Reliable US & Canada Real Estate Property Searches by Address or Coordinates, Zestimates, and More from Zillow in Real-Time.

Unofficial, fast, reliable, and highly maintained, real-time Zillow API to search and retrieve US and Canada real estate property data. Including search by address, coordinates, and polygon, zestimate, and more.

API Documentation

Endpoints


Search for properties by location (county, neighborhood, city, or zip code) with support for the filters and options available on Zillow.com.



                                                                            
GET https://www.zylalabs.com/api/7341/real-time+zillow+data+api/11667/search
                                                                            
                                                                        

Search - Endpoint Features

Object Description
min_bedrooms Optional Filters properties by a minimum number of bedrooms. Default: 0
for_sale_by_agent Optional Filters properties listed by real estate agents. Default: true
listing_type Optional Listing type of the property. (BY_OWNER_OTHER is for off market properties). Default: BY_AGENT Allowed values: BY_AGENT,BY_OWNER_OTHER
max_lot_size Optional Sets the maximum lot size for properties. (in square feet) Examples: 1000 21780 87120 Default: 0
min_lot_size Optional Sets the minimum lot size for properties. (in square feet) Examples: 1000 21780 87120 Default: 0
max_sqft Optional Sets the maximum square footage for properties. Default: 0
min_sqft Optional Sets the minimum square footage for properties. Default: 0
max_bathrooms Optional Filters properties by a maximum number of bathrooms. Default: 0
min_bathrooms Optional Filters properties by a minimum number of bathrooms. Default: 0
max_bedrooms Optional Filters properties by a maximum number of bedrooms. Default: 0
location [Required] Location details (county, neighborhood or zip code). Max length: 100
max_monthly_payment Optional Sets the maxium monthly payment for properties in the search results (only for FOR_SALE). Includes estimated principal and interest, mortgage insurance, property taxes, home insurance and HOA fees. Default: 0
min_monthly_payment Optional Sets the minimum monthly payment for properties in the search results (only for FOR_SALE). Includes estimated principal and interest, mortgage insurance, property taxes, home insurance and HOA fees. Default: 0
max_price Optional Sets the maximum price for properties in the search results. Default: 0
min_price Optional Sets the minimum price for properties in the search results. Default: 0
sort Optional Return the results in a specific sort order. Default: DEFAULT Allowed values for FOR_RENT: DEFAULT,VERIFIED_SOURCE,PRICE_HIGH_LOW,PRICE_LOW_HIGH, NEWEST,BEDROOMS,BATHROOMS,SQUARE_FEET,LOT_SIZE Allowed values for other: DEFAULT,PRICE_HIGH_LOW,PRICE_LOW_HIGH, NEWEST,BEDROOMS,BATHROOMS,SQUARE_FEET,LOT_SIZE Note: For other status types DEFAULT sort order is the equivalent of Homes for you.
space_type Optional Find properties with specified space type (works for FOR_RENT home_status type), specified as a comma separated list of the following values: ENTIRE_PLACE, ROOM. Examples: ENTIRE_PLACE ROOM,ENTIRE_PLACE
home_type Optional Filters by comma-separated list of property types (leave empty to include all types): Allowed values for FOR_RENT: HOUSES APARTMENTS_CONDOS_COOPS TOWNHOMES Allowed values for other: HOUSES TOWNHOMES MULTI_FAMILY CONDOS_COOPS LOTSLAND APARTMENTS MANUFACTURED
home_status Optional Filters properties based on their status. Default: FOR_SALE Allowed values: FOR_SALE,FOR_RENT,RECENTLY_SOLD
page Optional Page to return (each page includes up to 41 results). Default: 1 Allowed values: 1-100
Test Endpoint

API EXAMPLE RESPONSE

       
                                                                                                        
                                                                                                                                                                                                                            {
	"status": "OK",
	"request_id": "7cd4390f-4ca2-45cf-881d-6289e3fdac07",
	"parameters": {
		"page": 1,
		"home_status": "FOR_SALE",
		"sort": "DEFAULT",
		"listing_type": "BY_AGENT",
		"location": "Los Angeles, CA"
	},
	"data": [
		{
			"zpid": "19991276",
			"homeStatus": "FOR_SALE",
			"detailUrl": "https://www.zillow.com/homedetails/4544-Woodley-Ave-Encino-CA-91436/19991276_zpid/",
			"address": "4544 Woodley Ave, Encino, CA 91436",
			"streetAddress": "4544 Woodley Ave",
			"city": "Encino",
			"state": "CA",
			"country": "USA",
			"zipcode": "91436",
			"latitude": 34.154507,
			"longitude": -118.48314,
			"homeType": "SINGLE_FAMILY",
			"price": 6990000,
			"currency": "USD",
			"zestimate": 6658200,
			"rentZestimate": 7259,
			"taxAssessedValue": 6451500,
			"lotAreaValue": 0.367,
			"lotAreaUnit": "acres",
			"bathrooms": 8,
			"bedrooms": 6,
			"livingArea": 8020,
			"daysOnZillow": 35,
			"isFeatured": false,
			"isPreforeclosureAuction": false,
			"timeOnZillow": 3082064000,
			"isNonOwnerOccupied": true,
			"isPremierBuilder": false,
			"isZillowOwned": false,
			"isShowcaseListing": true,
			"listingSubType": {
				"is_FSBA": true
			},
			"imgSrc": "https://photos.zillowstatic.com/fp/1bb14a97c23baa47b5119fc2c1093745-p_e.jpg",
			"hasImage": true,
			"brokerName": "Compass"
		},
		{
			"zpid": "19979864",
			"homeStatus": "FOR_SALE",
			"detailUrl": "https://www.zillow.com/homedetails/5215-Balboa-Blvd-UNIT-207-Encino-CA-91316/19979864_zpid/",
			"address": "5215 Balboa Blvd UNIT 207, Encino, CA 91316",
			"streetAddress": "5215 Balboa Blvd UNIT 207",
			"city": "Encino",
			"state": "CA",
			"country": "USA",
			"zipcode": "91316",
			"latitude": 34.165367,
			"longitude": -118.50141,
			"homeType": "CONDO",
			"price": 549000,
			"currency": "USD",
			"zestimate": 562300,
			"rentZestimate": 3116,
			"taxAssessedValue": 334178,
			"lotAreaValue": 0.5081496786042241,
			"lotAreaUnit": "acres",
			"bathrooms": 2,
			"bedrooms": 2,
			"livingArea": 1161,
			"daysOnZillow": 6,
			"isFeatured": false,
			"isPreforeclosureAuction": false,
			"timeOnZillow": 579103000,
			"isNonOwnerOccupied": true,
			"isPremierBuilder": false,
			"isZillowOwned": false,
			"unit": "Unit 207",
			"isShowcaseListing": true,
			"listingSubType": {
				"is_FSBA": true
			},
			"imgSrc": "https://photos.zillowstatic.com/fp/d7a91689ce3aee42de2e1e3a43bbd6c5-p_e.jpg",
			"hasImage": true,
			"brokerName": "Berkshire Hathaway HomeServices California Properties"
		},
		{
			"zpid": "19951634",
			"homeStatus": "FOR_SALE",
			"detailUrl": "https://www.zillow.com/homedetails/4522-Ensenada-Dr-Woodland-Hills-CA-91364/19951634_zpid/",
			"address": "4522 Ensenada Dr, Woodland Hills, CA 91364",
			"streetAddress": "4522 Ensenada Dr",
			"city": "Woodland Hills",
			"state": "CA",
			"country": "USA",
			"zipcode": "91364",
			"latitude": 34.150867,
			"longitude": -118.59733,
			"homeType": "SINGLE_FAMILY",
			"price": 999000,
			"currency": "USD",
			"zestimate": 1012900,
			"rentZestimate": 4731,
			"taxAssessedValue": 857759,
			"lotAreaValue": 3349.764,
			"lotAreaUnit": "sqft",
			"bathrooms": 2,
			"bedrooms": 4,
			"livingArea": 1783,
			"daysOnZillow": 12,
			"isFeatured": false,
			"openHouse": "Sat. 2-5pm",
			"isPreforeclosureAuction": false,
			"timeOnZillow": 1047971000,
			"isNonOwnerOccupied": true,
			"isPremierBuilder": false,
			"isZillowOwned": false,
			"isShowcaseListing": true,
			"listingSubType": {
				"is_FSBA": true,
				"is_openHouse": true
			},
			"imgSrc": "https://photos.zillowstatic.com/fp/89985f931f7ee41293c0cd3d5d5d144d-p_e.jpg",
			"hasImage": true,
			"brokerName": "Compass"
		}
	]
}
                                                                                                                                                                                                                    
                                                                                                    

Search - CODE SNIPPETS


curl --location --request GET 'https://zylalabs.com/api/7341/real-time+zillow+data+api/11667/search?min_bedrooms=Optionalfor_sale_by_agent=true&listing_type=BY_AGENT&max_lot_size=1000&min_lot_size=1000&max_sqft=Optionalmin_sqft=Optionalmax_bathrooms=Optionalmin_bathrooms=Optionalmax_bedrooms=Optionallocation=Los Angeles, CA&max_monthly_payment=Optionalmin_monthly_payment=Optionalmax_price=Optionalmin_price=Optionalsort=DEFAULT&space_type=ENTIRE_PLACE&home_type=HOUSES&home_status=FOR_SALE&page=1' --header 'Authorization: Bearer YOUR_API_KEY' 


    

Search for properties in a specific geographic location, by a center latitude, longitude point and a diameter. Support all filters and options available on Zillow.com.



                                                                            
GET https://www.zylalabs.com/api/7341/real-time+zillow+data+api/11668/search+by+coordinates
                                                                            
                                                                        

Search by Coordinates - Endpoint Features

Object Description
min_monthly_payment Optional Sets the minimum monthly payment for properties in the search results (only for FOR_SALE). Includes estimated principal and interest, mortgage insurance, property taxes, home insurance and HOA fees. Default: 0
max_lot_size Optional Sets the maximum lot size for properties. (in square feet) Examples: 1000 21780 87120 Default: 0
min_lot_size Optional Sets the minimum lot size for properties. (in square feet) Examples: 1000 21780 87120 Default: 0
max_sqft Optional Sets the maximum square footage for properties. Default: 0
min_sqft Optional Sets the minimum square footage for properties. Default: 0
max_bathrooms Optional Filters properties by a maximum number of bathrooms. Default: 0
min_bathrooms Optional Filters properties by a minimum number of bathrooms. Default: 0
max_bedrooms Optional Filters properties by a maximum number of bedrooms. Default: 0
min_bedrooms Optional Filters properties by a minimum number of bedrooms. Default: 0
max_monthly_payment Optional Sets the maxium monthly payment for properties in the search results (only for FOR_SALE). Includes estimated principal and interest, mortgage insurance, property taxes, home insurance and HOA fees. Default: 0
long [Required] Specifies geographic longitude of the area center point for the property search. Default: -118.504744
max_price Optional Sets the maximum price for properties in the search results. Default: 0
min_price Optional Sets the minimum price for properties in the search results. Default: 0
sort Optional Return the results in a specific sort order. Default: DEFAULT Allowed values for FOR_RENT: DEFAULT,VERIFIED_SOURCE,PRICE_HIGH_LOW,PRICE_LOW_HIGH, NEWEST,BEDROOMS,BATHROOMS,SQUARE_FEET,LOT_SIZE Allowed values for other: DEFAULT,PRICE_HIGH_LOW,PRICE_LOW_HIGH, NEWEST,BEDROOMS,BATHROOMS,SQUARE_FEET,LOT_SIZE Note: For other status types DEFAULT sort order is the equivalent of Homes for you.
space_type Optional Find properties with specified space type (works for FOR_RENT home_status type), specified as a comma separated list of the following values: ENTIRE_PLACE, ROOM. Examples: ENTIRE_PLACE ROOM,ENTIRE_PLACE
home_type Optional Filters by comma-separated list of property types (leave empty to include all types): Allowed values for FOR_RENT: HOUSES APARTMENTS_CONDOS_COOPS TOWNHOMES Allowed values for other: HOUSES TOWNHOMES MULTI_FAMILY CONDOS_COOPS LOTSLAND APARTMENTS MANUFACTURED
home_status Optional Filters properties based on their status. Default: FOR_SALE Allowed values: FOR_SALE,FOR_RENT,RECENTLY_SOLD
page Optional Page to return (each page includes up to 41 results). Default: 1 Allowed values: 1-100
diameter Optional Diameter in miles for the search area around center point defined by long, lat. Default: 1.0 Allowed values: 0.1-100 Default: 1
lat [Required] Specifies geographic latitude of the area center point for the property search. Default: 34.01822
Test Endpoint

API EXAMPLE RESPONSE

       
                                                                                                        
                                                                                                                                                                                                                            {
	"status": "OK",
	"request_id": "b7f134c6-30a5-4344-9272-2cb5a721d474",
	"parameters": {
		"long": -118.504744,
		"lat": 34.01822,
		"diameter": 0.5,
		"page": 1,
		"home_status": "FOR_SALE",
		"sort": "DEFAULT",
		"listing_type": "BY_AGENT"
	},
	"data": [
		{
			"zpid": "20485330",
			"homeStatus": "FOR_SALE",
			"detailUrl": "https://www.zillow.com/homedetails/1040-4th-St-112-Santa-Monica-CA-90403/20485330_zpid/",
			"address": "1040 4th St #112, Santa Monica, CA 90403",
			"streetAddress": "1040 4th St #112",
			"city": "Santa Monica",
			"state": "CA",
			"country": "USA",
			"zipcode": "90403",
			"latitude": 34.020763,
			"longitude": -118.50076,
			"homeType": "CONDO",
			"price": 649900,
			"priceChange": -30000,
			"currency": "USD",
			"rentZestimate": 4039,
			"taxAssessedValue": 621739,
			"lotAreaValue": 0.6892791551882461,
			"lotAreaUnit": "acres",
			"datePriceChanged": 1718780400000,
			"bathrooms": 1,
			"bedrooms": 1,
			"livingArea": 1043,
			"daysOnZillow": 1129,
			"isFeatured": false,
			"priceReduction": "$30,000 (Jun 19)",
			"isPreforeclosureAuction": false,
			"timeOnZillow": 97606683000,
			"isNonOwnerOccupied": true,
			"isPremierBuilder": false,
			"isZillowOwned": false,
			"unit": "# 112",
			"isShowcaseListing": false,
			"listingSubType": {
				"is_FSBA": true
			},
			"imgSrc": "https://photos.zillowstatic.com/fp/be38d0309628c52dca6a6d32908a35ff-p_e.jpg",
			"hasImage": true,
			"brokerName": "Lawton R.E. Services"
		},
		{
			"zpid": "20485592",
			"homeStatus": "FOR_SALE",
			"detailUrl": "https://www.zillow.com/homedetails/833-Ocean-Ave-APT-202-Santa-Monica-CA-90403/20485592_zpid/",
			"address": "833 Ocean Ave APT 202, Santa Monica, CA 90403",
			"streetAddress": "833 Ocean Ave APT 202",
			"city": "Santa Monica",
			"state": "CA",
			"country": "USA",
			"zipcode": "90403",
			"latitude": 34.02168,
			"longitude": -118.5063,
			"homeType": "CONDO",
			"price": 1630000,
			"currency": "USD",
			"zestimate": 1686100,
			"rentZestimate": 5461,
			"taxAssessedValue": 1339261,
			"lotAreaValue": 0.3442,
			"lotAreaUnit": "acres",
			"bathrooms": 2,
			"bedrooms": 2,
			"livingArea": 1129,
			"daysOnZillow": 5,
			"isFeatured": false,
			"isPreforeclosureAuction": false,
			"timeOnZillow": 492607000,
			"isNonOwnerOccupied": true,
			"isPremierBuilder": false,
			"isZillowOwned": false,
			"unit": "Apt 202",
			"isShowcaseListing": false,
			"listingSubType": {
				"is_FSBA": true
			},
			"imgSrc": "https://photos.zillowstatic.com/fp/a4a93cd55941e9662abafa8bde752740-p_e.jpg",
			"hasImage": true,
			"brokerName": "Compass"
		}
	]
}
                                                                                                                                                                                                                    
                                                                                                    

Search by Coordinates - CODE SNIPPETS


curl --location --request GET 'https://zylalabs.com/api/7341/real-time+zillow+data+api/11668/search+by+coordinates?min_monthly_payment=Optionalmax_lot_size=1000&min_lot_size=1000&max_sqft=Optionalmin_sqft=Optionalmax_bathrooms=Optionalmin_bathrooms=Optionalmax_bedrooms=Optionalmin_bedrooms=Optionalmax_monthly_payment=Optionallong=-118.504744&max_price=Optionalmin_price=Optionalsort=DEFAULT&space_type=ENTIRE_PLACE&home_type=HOUSES&home_status=FOR_SALE&page=1&diameter=1.0&lat=34.01822' --header 'Authorization: Bearer YOUR_API_KEY' 


    

Search for properties in a specific geographic polygon area. Perfect for those who need more control over their search boundaries, this feature enables finding properties in complex or non-standard geographic areas. Support all filters and options available on Zillow.com.



                                                                            
GET https://www.zylalabs.com/api/7341/real-time+zillow+data+api/11669/search+by+polygon
                                                                            
                                                                        

Search by Polygon - Endpoint Features

Object Description
min_bedrooms Optional Filters properties by a minimum number of bedrooms. Default: 0
for_sale_by_agent Optional Filters properties listed by real estate agents. Default: true
listing_type Optional Listing type of the property. (BY_OWNER_OTHER is for off market properties). Default: BY_AGENT Allowed values: BY_AGENT,BY_OWNER_OTHER
max_lot_size Optional Sets the maximum lot size for properties. (in square feet) Examples: 1000 21780 87120 Default: 0
min_lot_size Optional Sets the minimum lot size for properties. (in square feet) Examples: 1000 21780 87120 Default: 0
max_sqft Optional Sets the maximum square footage for properties. Default: 0
min_sqft Optional Sets the minimum square footage for properties. Default: 0
max_bathrooms Optional Filters properties by a maximum number of bathrooms. Default: 0
min_bathrooms Optional Filters properties by a minimum number of bathrooms. Default: 0
max_bedrooms Optional Filters properties by a maximum number of bedrooms. Default: 0
polygon [Required] Defines a custom geographic search area by specifying a series of latitude and longitude coordinates that form a closed shape (polygon). Each coordinate pair (lat, lng) represents a point on the map, and the last pair of coordinates must match the first pair to close the polygon. Format: lat lng,lat1 lng1,lat2 lng2,...,lat lng This allows users to search for properties within complex, non-standard boundaries.
max_monthly_payment Optional Sets the maxium monthly payment for properties in the search results (only for FOR_SALE). Includes estimated principal and interest, mortgage insurance, property taxes, home insurance and HOA fees.
min_monthly_payment Optional Sets the minimum monthly payment for properties in the search results (only for FOR_SALE). Includes estimated principal and interest, mortgage insurance, property taxes, home insurance and HOA fees. Default: 0
max_price Optional Sets the maximum price for properties in the search results. Default: 0
min_price Optional Sets the minimum price for properties in the search results. Default: 0
sort Optional Return the results in a specific sort order. Default: DEFAULT Allowed values for FOR_RENT: DEFAULT,VERIFIED_SOURCE,PRICE_HIGH_LOW,PRICE_LOW_HIGH, NEWEST,BEDROOMS,BATHROOMS,SQUARE_FEET,LOT_SIZE Allowed values for other: DEFAULT,PRICE_HIGH_LOW,PRICE_LOW_HIGH, NEWEST,BEDROOMS,BATHROOMS,SQUARE_FEET,LOT_SIZE Note: For other status types DEFAULT sort order is the equivalent of Homes for you.
space_type Optional Find properties with specified space type (works for FOR_RENT home_status type), specified as a comma separated list of the following values: ENTIRE_PLACE, ROOM. Examples: ENTIRE_PLACE ROOM,ENTIRE_PLACE
home_type Optional Filters by comma-separated list of property types (leave empty to include all types): Allowed values for FOR_RENT: HOUSES APARTMENTS_CONDOS_COOPS TOWNHOMES Allowed values for other: HOUSES TOWNHOMES MULTI_FAMILY CONDOS_COOPS LOTSLAND APARTMENTS MANUFACTURED
home_status Optional Filters properties based on their status. Default: FOR_SALE Allowed values: FOR_SALE,FOR_RENT,RECENTLY_SOLD
page Optional Page to return (each page includes up to 41 results). Default: 1 Allowed values: 1-100
Test Endpoint

API EXAMPLE RESPONSE

       
                                                                                                        
                                                                                                                                                                                                                            {
	"status": "OK",
	"request_id": "6a9ab32f-73bf-41f9-a02c-f16410a8ecd9",
	"parameters": {
		"page": 1,
		"home_status": "FOR_SALE",
		"sort": "DEFAULT",
		"listing_type": "BY_AGENT",
		"polygon": "-118.50394248962402 34.02926010734425, -118.5084056854248 34.02926010734425, -118.51286888122559 34.028691046671696, -118.51527214050293 34.02570341552858, -118.51321220397949 34.02257340341831, -118.51750373840332 34.0215774662657, -118.51681709289551 34.017878168811684, -118.51286888122559 34.016455319170184, -118.51080894470215 34.013324966013194, -118.50789070129395 34.010621386310234, -118.50411415100098 34.008629219864694, -118.49982261657715 34.008486920473, -118.49570274353027 34.007063913440916, -118.4919261932373 34.00891381793271, -118.48849296569824 34.01119056813859, -118.4860897064209 34.014463289606894, -118.48471641540527 34.018020452464164, -118.48042488098145 34.01858958468914, -118.4780216217041 34.0215774662657, -118.47939491271973 34.0249920592766, -118.47681999206543 34.02797971546417, -118.47493171691895 34.03125178964367, -118.4721851348877 34.034381481654364, -118.47733497619629 34.035377268536706, -118.48231315612793 34.035377268536706, -118.48677635192871 34.035377268536706, -118.49141120910645 34.03495050416125, -118.49604606628418 34.034096968969656, -118.49621772766113 34.03054047990366, -118.50033760070801 34.02926010734425, -118.50239753723145 34.032532132148006, -118.50394248962402 34.02926010734425"
	},
	"data": [
		{
			"zpid": "20479161",
			"homeStatus": "FOR_SALE",
			"detailUrl": "https://www.zillow.com/homedetails/918-10th-St-Santa-Monica-CA-90403/20479161_zpid/",
			"address": "918 10th St, Santa Monica, CA 90403",
			"streetAddress": "918 10th St",
			"city": "Santa Monica",
			"state": "CA",
			"country": "USA",
			"zipcode": "90403",
			"latitude": 34.027145,
			"longitude": -118.49717,
			"homeType": "MULTI_FAMILY",
			"price": 2099000,
			"currency": "USD",
			"zestimate": 2122800,
			"rentZestimate": 8560,
			"taxAssessedValue": 351387,
			"lotAreaValue": 7527.168,
			"lotAreaUnit": "sqft",
			"bathrooms": 5,
			"bedrooms": 8,
			"livingArea": 3711,
			"daysOnZillow": 6,
			"isFeatured": false,
			"isPreforeclosureAuction": false,
			"timeOnZillow": 603990000,
			"isNonOwnerOccupied": true,
			"isPremierBuilder": false,
			"isZillowOwned": false,
			"isShowcaseListing": false,
			"listingSubType": {
				"is_FSBA": true
			},
			"imgSrc": "https://photos.zillowstatic.com/fp/51b06757013a72e2f12807fd4427660d-p_e.jpg",
			"hasImage": true,
			"brokerName": "Nourmand & Associates-HW"
		},
		{
			"zpid": "20477658",
			"homeStatus": "FOR_SALE",
			"detailUrl": "https://www.zillow.com/homedetails/447-9th-St-Santa-Monica-CA-90402/20477658_zpid/",
			"address": "447 9th St, Santa Monica, CA 90402",
			"streetAddress": "447 9th St",
			"city": "Santa Monica",
			"state": "CA",
			"country": "USA",
			"zipcode": "90402",
			"latitude": 34.03183,
			"longitude": -118.50343,
			"homeType": "SINGLE_FAMILY",
			"price": 3499000,
			"currency": "USD",
			"zestimate": 3509800,
			"rentZestimate": 12500,
			"taxAssessedValue": 215792,
			"lotAreaValue": 7518.456,
			"lotAreaUnit": "sqft",
			"bathrooms": 3,
			"bedrooms": 4,
			"livingArea": 1857,
			"daysOnZillow": 13,
			"isFeatured": false,
			"isPreforeclosureAuction": false,
			"timeOnZillow": 1124006000,
			"isNonOwnerOccupied": true,
			"isPremierBuilder": false,
			"isZillowOwned": false,
			"isShowcaseListing": false,
			"listingSubType": {
				"is_FSBA": true
			},
			"imgSrc": "https://photos.zillowstatic.com/fp/c54a2055808fb4375a9713b83f1bf588-p_e.jpg",
			"hasImage": true,
			"brokerName": "Berkshire Hathaway HomeServices California Properties"
		}
	]
}
                                                                                                                                                                                                                    
                                                                                                    

Search by Polygon - CODE SNIPPETS


curl --location --request GET 'https://zylalabs.com/api/7341/real-time+zillow+data+api/11669/search+by+polygon?min_bedrooms=Optionalfor_sale_by_agent=true&listing_type=BY_AGENT&max_lot_size=1000&min_lot_size=1000&max_sqft=Optionalmin_sqft=Optionalmax_bathrooms=Optionalmin_bathrooms=Optionalmax_bedrooms=Optionalpolygon=-118.50394248962402 34.02926010734425, -118.5084056854248 34.02926010734425, -118.51286888122559 34.028691046671696, -118.51527214050293 34.02570341552858, -118.51321220397949 34.02257340341831, -118.51750373840332 34.0215774662657, -118.51681709289551 34.017878168811684, -118.51286888122559 34.016455319170184, -118.51080894470215 34.013324966013194, -118.50789070129395 34.010621386310234, -118.50411415100098 34.008629219864694, -118.49982261657715 34.008486920473, -118.49570274353027 34.007063913440916, -118.4919261932373 34.00891381793271, -118.48849296569824 34.01119056813859, -118.4860897064209 34.014463289606894, -118.48471641540527 34.018020452464164, -118.48042488098145 34.01858958468914, -118.4780216217041 34.0215774662657, -118.47939491271973 34.0249920592766, -118.47681999206543 34.02797971546417, -118.47493171691895 34.03125178964367, -118.4721851348877 34.034381481654364, -118.47733497619629 34.035377268536706, -118.48231315612793 34.035377268536706, -118.48677635192871 34.035377268536706, -118.49141120910645 34.03495050416125, -118.49604606628418 34.034096968969656, -118.49621772766113 34.03054047990366, -118.50033760070801 34.02926010734425, -118.50239753723145 34.032532132148006, -118.50394248962402 34.02926010734425&max_monthly_payment=Optionalmin_monthly_payment=Optionalmax_price=Optionalmin_price=Optionalsort=DEFAULT&space_type=ENTIRE_PLACE&home_type=HOUSES&home_status=FOR_SALE&page=1' --header 'Authorization: Bearer YOUR_API_KEY' 


    

Get detailed information about a property by Zillow unique property ID (zpid) or a Zillow url of a property. This endpoint gives access to many details like square footage, number of bedrooms, bathrooms, and more, ensuring users get comprehensive property insights.



                                                                            
GET https://www.zylalabs.com/api/7341/real-time+zillow+data+api/11670/property+details
                                                                            
                                                                        

Property Details - Endpoint Features

Object Description
zpid [Required] A unique identifier assigned by Zillow to each property. It can be extracted from the search endpoints (e.g. /search, /search-coordinates) or from a Zillow property URL. The zpid is essential for fetching specific property details. Example: 28253016
url Optional The url of the property's Zillow listing page. This provides a direct link to view the property details on Zillow's website, usually containing the zpid within the URL structure. Example: https://www.zillow.com/homedetails/15626-Laurel-Heights-Dr-Houston-TX-77084/28253016_zpid/
Test Endpoint

API EXAMPLE RESPONSE

       
                                                                                                        
                                                                                                                                                                                                                            {
	"status": "OK",
	"request_id": "adb871d0-7682-4da8-bd21-d18ba6b5db4b",
	"parameters": {
		"zpid": "7594920"
	},
	"data": {
		"buyAbilityData": {
			"isEligibleProperty": true,
			"chipLabel": null
		},
		"listingDataSource": "Phoenix",
		"zpid": 7594920,
		"city": "Tempe",
		"state": "AZ",
		"homeStatus": "SOLD",
		"address": {
			"streetAddress": "139 E Del Rio Dr",
			"city": "Tempe",
			"state": "AZ",
			"zipcode": "85282",
			"neighborhood": null,
			"community": null,
			"subdivision": "Nu-Vista"
		},
		"isListingClaimedByCurrentSignedInUser": false,
		"isCurrentSignedInAgentResponsible": false,
		"bedrooms": 3,
		"bathrooms": 2,
		"price": 460000,
		"yearBuilt": 1960,
		"streetAddress": "139 E Del Rio Dr",
		"zipcode": "85282",
		"isCurrentSignedInUserVerifiedOwner": false,
		"propertyUpdatePageLink": null,
		"moveHomeMapLocationLink": null,
		"propertyEventLogLink": null,
		"editPropertyHistorylink": null,
		"collections": {
			"modules": [
				{
					"name": "Similar homes",
					"placement": "NEIGHBORHOOD",
					"propertyDetails": [
						{
							"miniCardPhotos": [
								{
									"url": "https://photos.zillowstatic.com/fp/46831dc9599b62854cf9de0647ee8a1b-p_c.jpg"
								}
							],
							"price": 470000,
							"currency": "USD",
							"bedrooms": 3,
							"bathrooms": 2,
							"livingArea": 1396,
							"livingAreaValue": 1396,
							"livingAreaUnits": "Square Feet",
							"livingAreaUnitsShort": "sqft",
							"listingMetadata": {
								"comminglingCategoryIsRulesApplicable": true
							},
							"lotSize": 9239,
							"lotAreaValue": 9239,
							"lotAreaUnits": "Square Feet",
							"address": {
								"streetAddress": "1038 E Carson Dr",
								"city": "Tempe",
								"state": "AZ",
								"zipcode": "85282"
							},
							"parentRegion": {
								"name": "85282"
							},
							"formattedChip": {
								"location": [
									{
										"fullValue": "1038 E Carson Dr"
									},
									{
										"fullValue": "Tempe, AZ 85282"
									}
								]
							},
							"latitude": 33.384,
							"longitude": -111.92382,
							"zpid": 113977100,
							"homeStatus": "FOR_SALE",
							"homeType": "SINGLE_FAMILY",
							"hdpUrl": "/homedetails/1038-E-Carson-Dr-Tempe-AZ-85282/113977100_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": "6816188",
								"mlsName": "ARMLS",
								"providerLogo": null,
								"agentName": "Ted Yeager",
								"agentPhoneNumber": null,
								"brokerName": "Presidential Realty, LLC",
								"brokerPhoneNumber": null,
								"trueStatus": null
							},
							"isShowcaseListing": null,
							"isPremierBuilder": false,
							"state": "AZ",
							"newConstructionType": null
						},
						{
							"miniCardPhotos": [
								{
									"url": "https://photos.zillowstatic.com/fp/14f3a1294017e431c6a63338a56104e4-p_c.jpg"
								}
							],
							"price": 549000,
							"currency": "USD",
							"bedrooms": 4,
							"bathrooms": 2,
							"livingArea": 1651,
							"livingAreaValue": 1651,
							"livingAreaUnits": "Square Feet",
							"livingAreaUnitsShort": "sqft",
							"listingMetadata": {
								"comminglingCategoryIsRulesApplicable": true
	}
}
                                                                                                                                                                                                                    
                                                                                                    

Property Details - CODE SNIPPETS


curl --location --request GET 'https://zylalabs.com/api/7341/real-time+zillow+data+api/11670/property+details?zpid=7594920&url=https://www.zillow.com/homedetails/15626-Laurel-Heights-Dr-Houston-TX-77084/28253016_zpid/' --header 'Authorization: Bearer YOUR_API_KEY' 


    

Get detailed information about a property by address This endpoint gives access to many details like square footage, number of bedrooms, bathrooms, and more, ensuring users get comprehensive property insights.



                                                                            
GET https://www.zylalabs.com/api/7341/real-time+zillow+data+api/11671/property+by+address
                                                                            
                                                                        

Property by Address - Endpoint Features

Object Description
address [Required] Physical address of the property. Example: 1161 Natchez Dr College Station Texas 77845
Test Endpoint

API EXAMPLE RESPONSE

       
                                                                                                        
                                                                                                                                                                                                                            {
	"status": "OK",
	"request_id": "83eb54f2-7a22-458c-9ca4-c9be0c6a4895",
	"parameters": {
		"address": "1161 Natchez Dr College Station Texas 77845"
	},
	"data": {
		"buyAbilityData": {
			"isEligibleProperty": true,
			"chipLabel": null
		},
		"listingDataSource": "Phoenix",
		"zpid": 2061476945,
		"city": "College Station",
		"state": "TX",
		"homeStatus": "OTHER",
		"address": {
			"streetAddress": "1161 Natchez Dr",
			"city": "College Station",
			"state": "TX",
			"zipcode": "77845",
			"neighborhood": null,
			"community": null,
			"subdivision": null
		},
		"isListingClaimedByCurrentSignedInUser": false,
		"isCurrentSignedInAgentResponsible": false,
		"bedrooms": 3,
		"bathrooms": 2,
		"price": 305000,
		"yearBuilt": 2022,
		"streetAddress": "1161 Natchez Dr",
		"zipcode": "77845",
		"isCurrentSignedInUserVerifiedOwner": false,
		"propertyUpdatePageLink": null,
		"moveHomeMapLocationLink": null,
		"propertyEventLogLink": null,
		"editPropertyHistorylink": null,
		"collections": {
			"modules": [
				{
					"name": "Similar homes",
					"placement": "NEIGHBORHOOD",
					"propertyDetails": [
						{
							"miniCardPhotos": [
								{
									"url": "https://photos.zillowstatic.com/fp/536706768ee8f38477163ed201a5a2b5-p_c.jpg"
								}
							],
							"price": 314900,
							"currency": "USD",
							"bedrooms": 3,
							"bathrooms": 2,
							"livingArea": 1546,
							"livingAreaValue": 1546,
							"livingAreaUnits": "Square Feet",
							"livingAreaUnitsShort": "sqft",
							"listingMetadata": {
								"comminglingCategoryIsRulesApplicable": true
							},
							"lotSize": 5749,
							"lotAreaValue": 5749.92,
							"lotAreaUnits": "Square Feet",
							"address": {
								"streetAddress": "6219 Southern Cross Dr",
								"city": "College Station",
								"state": "TX",
								"zipcode": "77845"
							},
							"parentRegion": {
								"name": "77845"
							},
							"formattedChip": {
								"location": [
									{
										"fullValue": "6219 Southern Cross Dr"
									},
									{
										"fullValue": "College Station, TX 77845"
									}
								]
							},
							"latitude": 30.53497,
							"longitude": -96.21567,
							"zpid": 446043994,
							"homeStatus": "FOR_SALE",
							"homeType": "SINGLE_FAMILY",
							"hdpUrl": "/homedetails/6219-Southern-Cross-Dr-College-Station-TX-77845/446043994_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": "25001397",
								"mlsName": null,
								"providerLogo": null,
								"agentName": "Kristi Fox Satsky",
								"agentPhoneNumber": null,
								"brokerName": "Century 21 Integra Unlocked",
								"brokerPhoneNumber": null,
								"trueStatus": null
							},
							"isShowcaseListing": null,
							"isPremierBuilder": false,
							"state": "TX",
							"newConstructionType": null
						},
						{
							"miniCardPhotos": [
								{
									"url": "https://photos.zillowstatic.com/fp/0977b36552a0be06afceb57c3a9d0f3e-p_c.jpg"
								}
							],
							"price": 299900,
							"currency": "USD",
							"bedrooms": 3,
							"bathrooms": 2,
							"livingArea": 1371,
							"livingAreaValue": 1371,
							"livingAreaUnits": "Square Feet",
							"livingAreaUnitsShort": "sqft",
							"listingMetadata": {
								"comminglingCategoryIsRulesApplicable": true
							},
							"lotSize": 5749,
							"lotAreaValue": 5749.92,
							"lotAreaUnits": "Square Feet",
							"address": {
								"streetAddress": "6348 Darlington Ave",
								"city": "College Station",
								"state": "TX",
								"zipcode": "77845"
	}
}
                                                                                                                                                                                                                    
                                                                                                    

Property by Address - CODE SNIPPETS


curl --location --request GET 'https://zylalabs.com/api/7341/real-time+zillow+data+api/11671/property+by+address?address=1161 Natchez Dr College Station Texas 77845' --header 'Authorization: Bearer YOUR_API_KEY' 


    

Get Zestimate value for a property by zpid or url. Zillow's estimated market value, which includes both sale and rental price estimates.



                                                                            
GET https://www.zylalabs.com/api/7341/real-time+zillow+data+api/11672/property+zestimate
                                                                            
                                                                        

Property Zestimate - Endpoint Features

Object Description
zpid [Required] A unique identifier assigned by Zillow to each property. It can be extracted from the search endpoints (e.g. /search, /search-coordinates) or from a Zillow property URL. The zpid is essential for fetching specific property details. Example: 28253016
url Optional The url of the property's Zillow listing page. This provides a direct link to view the property details on Zillow's website, usually containing the zpid within the URL structure. Example: https://www.zillow.com/homedetails/15626-Laurel-Heights-Dr-Houston-TX-77084/28253016_zpid/
Test Endpoint

API EXAMPLE RESPONSE

       
                                                                                                        
                                                                                                                                                                                                                            {
	"status": "OK",
	"request_id": "70031808-e25e-4ab6-92d9-8f159d5c1439",
	"parameters": {
		"zpid": "87788805"
	},
	"data": {
		"zestimate": 301700
	}
}
                                                                                                                                                                                                                    
                                                                                                    

Property Zestimate - CODE SNIPPETS


curl --location --request GET 'https://zylalabs.com/api/7341/real-time+zillow+data+api/11672/property+zestimate?zpid=87788805&url=https://www.zillow.com/homedetails/15626-Laurel-Heights-Dr-Houston-TX-77084/28253016_zpid/' --header 'Authorization: Bearer YOUR_API_KEY' 


    

API Access Key & Authentication

After signing up, every developer is assigned a personal API access key, a unique combination of letters and digits provided to access to our API endpoint. To authenticate with the Real-Time Zillow Data API simply include your bearer token in the Authorization header.
Headers
Header Description
Authorization [Required] Should be Bearer access_key. See "Your API Access Key" above when you are subscribed.

Simple Transparent Pricing

No long-term commitment. Upgrade, downgrade, or cancel anytime. Free Trial includes up to 50 requests.

🚀 Enterprise

Starts at
$ 10,000/Year


  • Custom Volume
  • Custom Rate Limit
  • Specialized Customer Support
  • Real-Time API Monitoring

Customer favorite features

  • ✔︎ Only Pay for Successful Requests
  • ✔︎ Free 7-Day Trial
  • ✔︎ Multi-Language Support
  • ✔︎ One API Key, All APIs.
  • ✔︎ Intuitive Dashboard
  • ✔︎ Comprehensive Error Handling
  • ✔︎ Developer-Friendly Docs
  • ✔︎ Postman Integration
  • ✔︎ Secure HTTPS Connections
  • ✔︎ Reliable Uptime

Real-Time Zillow Data API FAQs

Each endpoint returns detailed real estate property data, including property status, address, price, home type, and Zestimate values. For example, the Search endpoint provides listings with attributes like bedrooms, bathrooms, and living area, while the Property Details endpoint offers comprehensive insights about a specific property.

Key fields include `zpid` (Zillow property ID), `homeStatus` (e.g., FOR_SALE), `price`, `address`, `bedrooms`, `bathrooms`, and `zestimate`. These fields provide essential information for evaluating properties.

Parameters vary by endpoint but generally include `location`, `home_status`, `sort`, `listing_type`, `lat`, `long`, `diameter`, and `polygon`. Users can customize requests to filter results based on specific criteria like property type or geographic area.

The response data is structured in JSON format, with a top-level object containing `status`, `request_id`, `parameters`, and `data`. The `data` field holds an array of property listings or details, making it easy to parse and utilize.

Each endpoint provides various information types: the Search endpoints return listings with basic property details, while the Property Details endpoint offers in-depth insights like year built and property history. The Zestimate endpoint specifically focuses on estimated market values.

Data accuracy is maintained through regular updates from Zillow's database, ensuring that property information reflects current market conditions. The API is unofficial but highly maintained, leveraging Zillow's extensive real estate data.

Typical use cases include real estate market analysis, property investment research, and home buying assistance. Users can leverage the API to find properties, compare prices, and assess market trends based on real-time data.

Users can utilize the returned data by integrating it into applications for property search, analysis, or visualization. For example, developers can create dashboards displaying property listings, trends, or comparisons based on the detailed attributes provided in the API responses.

General FAQs

Zyla API Hub is like a big store for APIs, where you can find thousands of them all in one place. We also offer dedicated support and real-time monitoring of all APIs. Once you sign up, you can pick and choose which APIs you want to use. Just remember, each API needs its own subscription. But if you subscribe to multiple ones, you'll use the same key for all of them, making things easier for you.

Prices are listed in USD (United States Dollar), EUR (Euro), CAD (Canadian Dollar), AUD (Australian Dollar), and GBP (British Pound). We accept all major debit and credit cards. Our payment system uses the latest security technology and is powered by Stripe, one of the world's most reliable payment companies. If you have any trouble paying by card, just contact us at [email protected]

Additionally, if you already have an active subscription in any of these currencies (USD, EUR, CAD, AUD, GBP), that currency will remain for subsequent subscriptions. You can change the currency at any time as long as you don't have any active subscriptions.

The local currency shown on the pricing page is based on the country of your IP address and is provided for reference only. The actual prices are in USD (United States Dollar). When you make a payment, the charge will appear on your card statement in USD, even if you see the equivalent amount in your local currency on our website. This means you cannot pay directly with your local currency.

Occasionally, a bank may decline the charge due to its fraud protection settings. We suggest reaching out to your bank initially to check if they are blocking our charges. Also, you can access the Billing Portal and change the card associated to make the payment. If these does not work and you need further assistance, please contact our team at [email protected]

Prices are determined by a recurring monthly or yearly subscription, depending on the chosen plan.

API calls are deducted from your plan based on successful requests. Each plan comes with a specific number of calls that you can make per month. Only successful calls, indicated by a Status 200 response, will be counted against your total. This ensures that failed or incomplete requests do not impact your monthly quota.

Zyla API Hub works on a recurring monthly subscription system. Your billing cycle will start the day you purchase one of the paid plans, and it will renew the same day of the next month. So be aware to cancel your subscription beforehand if you want to avoid future charges.

To upgrade your current subscription plan, simply go to the pricing page of the API and select the plan you want to upgrade to. The upgrade will be instant, allowing you to immediately enjoy the features of the new plan. Please note that any remaining calls from your previous plan will not be carried over to the new plan, so be aware of this when upgrading. You will be charged the full amount of the new plan.

To check how many API calls you have left for the current month, refer to the 'X-Zyla-API-Calls-Monthly-Remaining' field in the response header. For example, if your plan allows 1,000 requests per month and you've used 100, this field in the response header will indicate 900 remaining calls.

To see the maximum number of API requests your plan allows, check the 'X-Zyla-RateLimit-Limit' response header. For instance, if your plan includes 1,000 requests per month, this header will display 1,000.

The 'X-Zyla-RateLimit-Reset' header shows the number of seconds until your rate limit resets. This tells you when your request count will start fresh. For example, if it displays 3,600, it means 3,600 seconds are left until the limit resets.

Yes, you can cancel your plan anytime by going to your account and selecting the cancellation option on the Billing page. Please note that upgrades, downgrades, and cancellations take effect immediately. Additionally, upon cancellation, you will no longer have access to the service, even if you have remaining calls left in your quota.

You can contact us through our chat channel to receive immediate assistance. We are always online from 8 am to 5 pm (EST). If you reach us after that time, we will get back to you as soon as possible. Additionally, you can contact us via email at [email protected]

To give you the opportunity to experience our APIs without any commitment, we offer a 7-day free trial that allows you to make up to 50 API calls at no cost. This trial can be used only once, so we recommend applying it to the API that interests you the most. While most of our APIs offer a free trial, some may not. The trial concludes after 7 days or once you've made 50 requests, whichever occurs first. If you reach the 50 request limit during the trial, you will need to "Start Your Paid Plan" to continue making requests. You can find the "Start Your Paid Plan" button in your profile under Subscription -> Choose the API you are subscribed to -> Pricing tab. Alternatively, if you don't cancel your subscription before the 7th day, your free trial will end, and your plan will automatically be billed, granting you access to all the API calls specified in your plan. Please keep this in mind to avoid unwanted charges.

After 7 days, you will be charged the full amount for the plan you were subscribed to during the trial. Therefore, it's important to cancel before the trial period ends. Refund requests for forgetting to cancel on time are not accepted.

When you subscribe to an API free trial, you can make up to 50 API calls. If you wish to make additional API calls beyond this limit, the API will prompt you to perform an "Start Your Paid Plan." You can find the "Start Your Paid Plan" button in your profile under Subscription -> Choose the API you are subscribed to -> Pricing tab.

Payout Orders are processed between the 20th and the 30th of each month. If you submit your request before the 20th, your payment will be processed within this timeframe.


Related APIs