实时Zillow数据 API

通过地址或坐标进行快速可靠的美国和加拿大房地产搜索 实时获取Zillow的估值和更多信息
通过 MCP 从您的 AI 代理使用此 API
支持 OpenClaw、Claude Code/Desktop、Cursor、Windsurf、Cline 以及任何兼容 MCP 的 AI 客户端。
文档和设置
通过封装此 MCP 创建技能: https://mcp.zylalabs.com/mcp?apikey=YOUR_ZYLA_API_KEY

非官方的快速可靠且高度维护的实时Zillow API,用于搜索和检索美国和加拿大的房地产数据。包括按地址、坐标和多边形搜索,评估值等

API 文档

端点


通过位置(县、社区、城市或邮政编码)搜索房产,支持Zillow.com上可用的过滤器和选项



                                                                            
GET https://zylalabs.com/api/7341/%e5%ae%9e%e6%97%b6zillow%e6%95%b0%e6%8d%ae+api/11667/%e6%90%9c%e7%b4%a2
                                                                            
                                                                        

搜索 - 端点功能

对象 描述
min_bedrooms 可选 Filters properties by a minimum number of bedrooms. Default: 0
for_sale_by_agent 可选 Filters properties listed by real estate agents. Default: true
listing_type 可选 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 可选 Sets the maximum lot size for properties. (in square feet) Examples: 1000 21780 87120 Default: 0
min_lot_size 可选 Sets the minimum lot size for properties. (in square feet) Examples: 1000 21780 87120 Default: 0
max_sqft 可选 Sets the maximum square footage for properties. Default: 0
min_sqft 可选 Sets the minimum square footage for properties. Default: 0
max_bathrooms 可选 Filters properties by a maximum number of bathrooms. Default: 0
min_bathrooms 可选 Filters properties by a minimum number of bathrooms. Default: 0
max_bedrooms 可选 Filters properties by a maximum number of bedrooms. Default: 0
location [必需] Location details (county, neighborhood or zip code). Max length: 100
max_monthly_payment 可选 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 可选 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 可选 Sets the maximum price for properties in the search results. Default: 0
min_price 可选 Sets the minimum price for properties in the search results. Default: 0
sort 可选 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 可选 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 可选 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 可选 Filters properties based on their status. Default: FOR_SALE Allowed values: FOR_SALE,FOR_RENT,RECENTLY_SOLD
page 可选 Page to return (each page includes up to 41 results). Default: 1 Allowed values: 1-100
测试端点

API 示例响应

       
                                                                                                        
                                                                                                                                                                                                                                                                                                                                        {
	"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"
		}
	]
}
                                                                                                                                                                                                                    
                                                                                                    

搜索 - 代码片段


curl --location --request GET 'https://zylalabs.com/api/7341/%e5%ae%9e%e6%97%b6zillow%e6%95%b0%e6%8d%ae+api/11667/%e6%90%9c%e7%b4%a2?location=Los Angeles, CA' --header 'Authorization: Bearer YOUR_API_KEY' 


    

在特定地理位置搜索房产,通过中心纬度、经度点和直径。支持Zillow.com上所有可用的过滤器和选项



                                                                            
GET https://zylalabs.com/api/7341/%e5%ae%9e%e6%97%b6zillow%e6%95%b0%e6%8d%ae+api/11668/%e9%80%9a%e8%bf%87%e5%9d%90%e6%a0%87%e6%90%9c%e7%b4%a2
                                                                            
                                                                        

通过坐标搜索 - 端点功能

对象 描述
min_monthly_payment 可选 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 可选 Sets the maximum lot size for properties. (in square feet) Examples: 1000 21780 87120 Default: 0
min_lot_size 可选 Sets the minimum lot size for properties. (in square feet) Examples: 1000 21780 87120 Default: 0
max_sqft 可选 Sets the maximum square footage for properties. Default: 0
min_sqft 可选 Sets the minimum square footage for properties. Default: 0
max_bathrooms 可选 Filters properties by a maximum number of bathrooms. Default: 0
min_bathrooms 可选 Filters properties by a minimum number of bathrooms. Default: 0
max_bedrooms 可选 Filters properties by a maximum number of bedrooms. Default: 0
min_bedrooms 可选 Filters properties by a minimum number of bedrooms. Default: 0
max_monthly_payment 可选 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 [必需] Specifies geographic longitude of the area center point for the property search. Default: -118.504744
max_price 可选 Sets the maximum price for properties in the search results. Default: 0
min_price 可选 Sets the minimum price for properties in the search results. Default: 0
sort 可选 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 可选 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 可选 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 可选 Filters properties based on their status. Default: FOR_SALE Allowed values: FOR_SALE,FOR_RENT,RECENTLY_SOLD
page 可选 Page to return (each page includes up to 41 results). Default: 1 Allowed values: 1-100
diameter 可选 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 [必需] Specifies geographic latitude of the area center point for the property search. Default: 34.01822
测试端点

API 示例响应

       
                                                                                                        
                                                                                                                                                                                                                                                                                                                                        {
	"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"
		}
	]
}
                                                                                                                                                                                                                    
                                                                                                    

通过坐标搜索 - 代码片段


curl --location --request GET 'https://zylalabs.com/api/7341/%e5%ae%9e%e6%97%b6zillow%e6%95%b0%e6%8d%ae+api/11668/%e9%80%9a%e8%bf%87%e5%9d%90%e6%a0%87%e6%90%9c%e7%b4%a2?long=-118.504744&lat=34.01822' --header 'Authorization: Bearer YOUR_API_KEY' 


    

在特定地理多边形区域搜索房产。对于需要更多控制搜索范围的用户来说,这个功能能够在复杂或非标准的地理区域内找到房产。支持Zillow.com上所有可用的过滤器和选项


                                                                            
GET https://zylalabs.com/api/7341/%e5%ae%9e%e6%97%b6zillow%e6%95%b0%e6%8d%ae+api/11669/%e6%8c%89%e5%a4%9a%e8%be%b9%e5%bd%a2%e6%90%9c%e7%b4%a2
                                                                            
                                                                        

按多边形搜索 - 端点功能

对象 描述
min_bedrooms 可选 Filters properties by a minimum number of bedrooms. Default: 0
for_sale_by_agent 可选 Filters properties listed by real estate agents. Default: true
listing_type 可选 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 可选 Sets the maximum lot size for properties. (in square feet) Examples: 1000 21780 87120 Default: 0
min_lot_size 可选 Sets the minimum lot size for properties. (in square feet) Examples: 1000 21780 87120 Default: 0
max_sqft 可选 Sets the maximum square footage for properties. Default: 0
min_sqft 可选 Sets the minimum square footage for properties. Default: 0
max_bathrooms 可选 Filters properties by a maximum number of bathrooms. Default: 0
min_bathrooms 可选 Filters properties by a minimum number of bathrooms. Default: 0
max_bedrooms 可选 Filters properties by a maximum number of bedrooms. Default: 0
polygon [必需] 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 可选 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 可选 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 可选 Sets the maximum price for properties in the search results. Default: 0
min_price 可选 Sets the minimum price for properties in the search results. Default: 0
sort 可选 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 可选 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 可选 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 可选 Filters properties based on their status. Default: FOR_SALE Allowed values: FOR_SALE,FOR_RENT,RECENTLY_SOLD
page 可选 Page to return (each page includes up to 41 results). Default: 1 Allowed values: 1-100
测试端点

API 示例响应

       
                                                                                                        
                                                                                                                                                                                                                                                                                                                                        {
	"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"
		}
	]
}
                                                                                                                                                                                                                    
                                                                                                    

按多边形搜索 - 代码片段


curl --location --request GET 'https://zylalabs.com/api/7341/%e5%ae%9e%e6%97%b6zillow%e6%95%b0%e6%8d%ae+api/11669/%e6%8c%89%e5%a4%9a%e8%be%b9%e5%bd%a2%e6%90%9c%e7%b4%a2?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' --header 'Authorization: Bearer YOUR_API_KEY' 


    

通过Zillow唯一房产ID(zpid)或房产的Zillow网址获取房产的详细信息。此端点提供平方英尺、卧室数量、浴室数量等许多详细信息,确保用户获得全面的房产洞察


                                                                            
GET https://zylalabs.com/api/7341/%e5%ae%9e%e6%97%b6zillow%e6%95%b0%e6%8d%ae+api/11670/%e6%88%bf%e4%ba%a7%e8%af%a6%e6%83%85
                                                                            
                                                                        

房产详情 - 端点功能

对象 描述
zpid [必需] 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 可选 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/
测试端点

API 示例响应

       
                                                                                                        
                                                                                                                                                                                                                                                                                                                                        {
	"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
	}
}
                                                                                                                                                                                                                    
                                                                                                    

房产详情 - 代码片段


curl --location --request GET 'https://zylalabs.com/api/7341/%e5%ae%9e%e6%97%b6zillow%e6%95%b0%e6%8d%ae+api/11670/%e6%88%bf%e4%ba%a7%e8%af%a6%e6%83%85?zpid=7594920&url=https://www.zillow.com/homedetails/15626-Laurel-Heights-Dr-Houston-TX-77084/28253016_zpid/' --header 'Authorization: Bearer YOUR_API_KEY' 


    

通过地址获取有关房地产的详细信息 该端点提供许多细节,如建筑面积 卧室数量 浴室数量等,确保用户获得全面的房地产洞察


                                                                            
GET https://zylalabs.com/api/7341/%e5%ae%9e%e6%97%b6zillow%e6%95%b0%e6%8d%ae+api/11671/%e6%8c%89%e5%9c%b0%e5%9d%80%e6%9f%a5%e6%89%be%e7%89%a9%e4%b8%9a
                                                                            
                                                                        

按地址查找物业 - 端点功能

对象 描述
address [必需] Physical address of the property. Example: 1161 Natchez Dr College Station Texas 77845
测试端点

API 示例响应

       
                                                                                                        
                                                                                                                                                                                                                                                                                                                                        {
	"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"
	}
}
                                                                                                                                                                                                                    
                                                                                                    

按地址查找物业 - 代码片段


curl --location --request GET 'https://zylalabs.com/api/7341/%e5%ae%9e%e6%97%b6zillow%e6%95%b0%e6%8d%ae+api/11671/%e6%8c%89%e5%9c%b0%e5%9d%80%e6%9f%a5%e6%89%be%e7%89%a9%e4%b8%9a?address=1161 Natchez Dr College Station Texas 77845' --header 'Authorization: Bearer YOUR_API_KEY' 


    

通过zpid或网址获取物业的Zestimate值 Zillow的市场估计值,包括销售和租赁价格估计


                                                                            
GET https://zylalabs.com/api/7341/%e5%ae%9e%e6%97%b6zillow%e6%95%b0%e6%8d%ae+api/11672/%e6%88%bf%e4%ba%a7%e4%bc%b0%e5%80%bc
                                                                            
                                                                        

房产估值 - 端点功能

对象 描述
zpid [必需] 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 可选 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/
测试端点

API 示例响应

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

房产估值 - 代码片段


curl --location --request GET 'https://zylalabs.com/api/7341/%e5%ae%9e%e6%97%b6zillow%e6%95%b0%e6%8d%ae+api/11672/%e6%88%bf%e4%ba%a7%e4%bc%b0%e5%80%bc?zpid=87788805' --header 'Authorization: Bearer YOUR_API_KEY' 


    

API 访问密钥和身份验证

注册后,每个开发者都会被分配一个个人 API 访问密钥,这是一个唯一的字母和数字组合,用于访问我们的 API 端点。要使用 实时Zillow数据 API 进行身份验证,只需在 Authorization 标头中包含您的 bearer token。
标头
标头 描述
授权 [必需] 应为 Bearer access_key. 订阅后,请查看上方的"您的 API 访问密钥"。

简单透明的定价

无长期承诺。随时升级、降级或取消。 免费试用包括最多 50 个请求。

🚀 企业版

起价
$ 10,000/年


  • 自定义数量
  • 自定义速率限制
  • 专业客户支持
  • 实时 API 监控

客户喜爱的功能

  • ✔︎ 仅支付成功请求
  • ✔︎ 7 天免费试用
  • ✔︎ 多语言支持
  • ✔︎ 一个 API 密钥,所有 API。
  • ✔︎ 直观的仪表板
  • ✔︎ 全面的错误处理
  • ✔︎ 开发者友好的文档
  • ✔︎ Postman 集成
  • ✔︎ 安全的 HTTPS 连接
  • ✔︎ 可靠的正常运行时间

实时Zillow数据 API FAQs

每个端点返回详细的房地产物业数据,包括物业状态、地址、价格、房屋类型和Zestimate值。例如,搜索端点提供具有卧室、浴室和面积等属性的房源,而物业详情端点则提供有关特定物业的全面见解

关键字段包括 `zpid`(Zillow 房产 ID)、`homeStatus`(例如,FOR_SALE)、`price`、`address`、`bedrooms`、`bathrooms` 和 `zestimate`。这些字段提供了评估房产所需的基本信息

参数因端点而异,但通常包括`location`、`home_status`、`sort`、`listing_type`、`lat`、`long`、`diameter`和`polygon`用户可以自定义请求,以根据特定标准如房产类型或地理区域过滤结果

响应数据采用JSON格式结构,顶层对象包含`status`、`request_id`、`parameters`和`data`。`data`字段包含一个属性列表或详细信息的数组,易于解析和利用

每个端点提供各种信息类型:搜索端点返回带有基本物业详情的列表,而物业详情端点提供有关建造年份和物业历史等深入见解。Zestimate端点专注于估计的市场价值

通过定期更新Zillow的数据库来保持数据准确性,确保房产信息反映当前市场状况。该API是非正式的但维护良好,利用Zillow丰富的房地产数据

典型的用例包括房地产市场分析、房地产投资研究和购房援助 用户可以利用API查找物业、比较价格,并根据实时数据评估市场趋势

用户可以通过将返回的数据整合到用于房地产搜索、分析或可视化的应用中来加以利用例如开发者可以创建仪表板显示房地产列表趋势或基于API响应中提供的详细属性的比较

一般常见问题

Zyla API Hub 就像一个大型 API 商店,您可以在一个地方找到数千个 API。我们还为所有 API 提供专门支持和实时监控。注册后,您可以选择要使用的 API。请记住,每个 API 都需要自己的订阅。但如果您订阅多个 API,您将为所有这些 API 使用相同的密钥,使事情变得更简单。

价格以 USD(美元)、EUR(欧元)、CAD(加元)、AUD(澳元)和 GBP(英镑)列出。我们接受所有主要的借记卡和信用卡。我们的支付系统使用最新的安全技术,由 Stripe 提供支持,Stripe 是世界上最可靠的支付公司之一。如果您在使用卡片付款时遇到任何问题,请通过 [email protected]


此外,如果您已经以这些货币中的任何一种(USD、EUR、CAD、AUD、GBP)拥有有效订阅,该货币将保留用于后续订阅。只要您没有任何有效订阅,您可以随时更改货币。

定价页面上显示的本地货币基于您 IP 地址的国家/地区,仅供参考。实际价格以 USD(美元)为单位。当您付款时,即使您在我们的网站上看到以本地货币显示的等值金额,您的卡片对账单上也会以美元显示费用。这意味着您不能直接使用本地货币付款。

有时,银行可能会因其欺诈保护设置而拒绝收费。我们建议您首先联系您的银行,检查他们是否阻止了我们的收费。此外,您可以访问账单门户并更改关联的卡片以进行付款。如果这些方法不起作用并且您需要进一步帮助,请通过 [email protected]

价格由月度或年度订阅决定,具体取决于所选计划。

API 调用根据成功请求从您的计划中扣除。每个计划都包含您每月可以进行的特定数量的调用。只有成功的调用(由状态 200 响应指示)才会计入您的总数。这确保失败或不完整的请求不会影响您的月度配额。

Zyla API Hub 采用月度订阅系统。您的计费周期将从您购买付费计划的那一天开始,并在下个月的同一日期续订。因此,如果您想避免未来的费用,请提前取消订阅。

要升级您当前的订阅计划,只需转到 API 的定价页面并选择您要升级到的计划。升级将立即生效,让您立即享受新计划的功能。请注意,您之前计划中的任何剩余调用都不会转移到新计划,因此在升级时请注意这一点。您将被收取新计划的全部金额。

要检查您本月剩余多少 API 调用,请参考响应标头中的 "X-Zyla-API-Calls-Monthly-Remaining" 字段。例如,如果您的计划允许每月 1,000 个请求,而您已使用 100 个,则响应标头中的此字段将显示 900 个剩余调用。

要查看您的计划允许的最大 API 请求数,请检查 "X-Zyla-RateLimit-Limit" 响应标头。例如,如果您的计划包括每月 1,000 个请求,此标头将显示 1,000。

"X-Zyla-RateLimit-Reset" 标头显示您的速率限制重置之前的秒数。这告诉您何时您的请求计数将重新开始。例如,如果它显示 3,600,则意味着还有 3,600 秒直到限制重置。

是的,您可以随时通过访问您的账户并在账单页面上选择取消选项来取消您的计划。请注意,升级、降级和取消会立即生效。此外,取消后,您将不再有权访问该服务,即使您的配额中还有剩余调用。

您可以通过我们的聊天渠道联系我们以获得即时帮助。我们始终在线,时间为上午 8 点至下午 5 点(EST)。如果您在该时间之后联系我们,我们将尽快回复您。此外,您可以通过 [email protected]

为了让您有机会在没有任何承诺的情况下体验我们的 API,我们提供 7 天免费试用,允许您免费进行最多 50 次 API 调用。此试用只能使用一次,因此我们建议将其应用于您最感兴趣的 API。虽然我们的大多数 API 都提供免费试用,但有些可能不提供。试用在 7 天后或您进行了 50 次请求后结束,以先发生者为准。如果您在试用期间达到 50 次请求限制,您需要"开始您的付费计划"以继续发出请求。您可以在个人资料中的订阅 -> 选择您订阅的 API -> 定价标签下找到"开始您的付费计划"按钮。或者,如果您在第 7 天之前不取消订阅,您的免费试用将结束,您的计划将自动计费,授予您访问计划中指定的所有 API 调用的权限。请记住这一点以避免不必要的费用。

7 天后,您将被收取试用期间订阅的计划的全额费用。因此,在试用期结束前取消很重要。因忘记及时取消而提出的退款请求不被接受。

当您订阅 API 免费试用时,您可以进行最多 50 次 API 调用。如果您希望超出此限制进行额外的 API 调用,API 将提示您执行"开始您的付费计划"。您可以在个人资料中的订阅 -> 选择您订阅的 API -> 定价标签下找到"开始您的付费计划"按钮。

付款订单在每月 20 日至 30 日之间处理。如果您在 20 日之前提交请求,您的付款将在此时间范围内处理。


相关 API


您可能还喜欢