{
"success": true,
"count": 1,
"results": [
{
"address": "Austin, TX 78734",
"streetAddress": null,
"city": "Austin",
"state": "TX",
"zip": "78734",
"price": null,
"currency": "USD",
"beds": 5,
"baths": 4,
"fullBaths": null,
"partialBaths": null,
"sqft": 3961,
"lotSize": null,
"pricePerSqFt": null,
"yearBuilt": 1996,
"propertyType": "Single Family Residential",
"status": "Coming Soon",
"mlsStatus": "Coming Soon",
"mlsNumber": "2188779434522017457",
"daysOnMarket": 1,
"hoaDues": null,
"latitude": 30.3863606,
"longitude": -97.9164185,
"location": null,
"url": "https://www.redfin.com/TX/Austin/Undisclosed-address-78734/home/31307995",
"propertyId": 31307995,
"photoUrl": null,
"keyFacts": [
"Private dock",
"Full sized court",
"Dedicated hobby room"
],
"description": "Lake Austin stretches just 22 miles. The shoreline is fixed, the lots are spoken for, and ownership here doesn't come up often. Perched high above the water on 2.6 private acres with sweeping lake views, this is one of those rare opportunities. Weekends look like pickleball on the full-sized court, afternoons cooling off in the pool, card games on the dock, and sunset boat rides whenever the mood strikes. All while sitting elevated enough that the noise stays below and the views stay yours alone. The lot alone is a statement, expansive enough to enjoy as-is or reimagine entirely. No HOA means no permission slips — build the guest house, expand the estate, or leave it exactly as it is.",
"searchUrl": "https://www.redfin.com/city/30818/TX/Austin",
"scrapedAt": "2026-09-07T15:07:27.517Z"
}
]
}
curl --location --request GET 'https://zylalabs.com/api/13732/redfin+real+estate+listings+api/31468/get+redfin+search+listings?url=https://www.redfin.com/city/30818/TX/Austin&limit=1' --header 'Authorization: Bearer YOUR_API_KEY'
注册后,每个开发者都会被分配一个个人 API 访问密钥,这是一个唯一的字母和数字组合,用于访问我们的 API 端点。要使用 Redfin 房地产列表 API 进行身份验证,只需在 Authorization 标头中包含您的 bearer token。
| 标头 | 描述 |
|---|---|
授权
|
必需
应为 Bearer access_key. 订阅后,请查看上方的"您的 API 访问密钥"。
|
无长期承诺。随时升级、降级或取消。 免费试用包括最多 50 个请求。
(年度计费可节省 2 个月 🎉)
该API返回实时房屋列表,包括地址、价格、卧室和浴室数量、平方英尺、地块大小、关键信息以及在Redfin搜索结果页面上显示的房产照片
响应中的关键字段包括地址 价格 卧室 数量 浴室 数量 建筑面积 地块大小 房产类型 状态 以及到列表的URL 每个列表提供房地产分析所需的基本信息
该端点接受位置(城市或邮政编码)等参数以定制搜索用户可以指定不同的搜索标准以根据他们的需求过滤结果
响应数据采用JSON格式结构,包含一个“成功”标志,一个“数量”的列表,以及一个“结果”数组,其中包含各个房产的详细信息。每个房产都表示为一个具有特定字段的对象
典型的用例包括房地产分析 比较研究 投资筛选和市场监测 用户可以利用这些数据在房地产交易中做出明智的决策
数据准确性通过Redfin的列表定期更新来维护,确保信息反映当前市场情况。API直接从Redfin的搜索结果中提取实时数据
用户可以分析返回的数据以识别趋势比较属性和评估市场价值详细字段允许对潜在投资或市场状况进行全面评估
该端点提供全面的物业详情,包括定价、物业特征(如卧室和浴室)、位置信息(纬度和经度)以及上市状态,使用户能够获得可用房屋的完整视图