Zillow 能力清单
| action | 必填参数 | 可选参数 | 单次条数 | 模式 | 单价 / 次 | 返回字段 |
|---|---|---|---|---|---|---|
| search | keyword | category, extraction_method, location, min_price, region, sort, url, zip | 默认 20 · 最多 200 | 同步 | ¥0.01 | zpid · url · status · status_type · price · currency · address · street · city · state · zipcode · latitude · longitude · beds · baths · area_sqft · home_type · home_status · zestimate · rent_zestimate · tax_assessed_value · lot_area_value · lot_area_unit · days_on_zillow · broker_name · is_zillow_owned · has_3d_model · has_video · image_url · platform |
| zip_search | zip | days_on_zillow, for_rent, for_sale_by_agent, for_sale_by_owner, max_price, min_price, price_max, price_min, sold, zip_codes, zipcode, zips | — | 同步 | ¥0.01 | zpid · url · status · status_type · price · currency · address · street · city · state · zipcode · latitude · longitude · beds · baths · area_sqft · home_type · home_status · zestimate · rent_zestimate · tax_assessed_value · lot_area_value · lot_area_unit · days_on_zillow · broker_name · is_zillow_owned · has_3d_model · has_video · image_url · platform |
| profile | url | address, detail_url, keyword, property_status | — | 同步 | ¥0.01 | zpid · url · home_status · home_type · price · currency · address · city · state · zipcode · county · latitude · longitude · beds · baths · area_sqft · lot_area_value · lot_area_unit · year_built · price_per_sqft · hoa_fee · has_garage · parking_capacity · zestimate · rent_zestimate · zestimate_low_percent · zestimate_high_percent · tax_assessed_value · tax_assessed_year · property_tax_rate · last_sold_price · last_sold_at · days_on_zillow · photo_count · description · listing_agent · listing_agent_phone · listing_broker · mls_id · mls_name · platform · date · event · name · rating · rating_scale · level · grades · distance |
| property_detail | url | — | — | 同步 | ¥0.01 | id · url · address · city · state · postal_code · latitude · longitude · price · zestimate · rent_zestimate · tax_assessed_value · status · home_type · bedrooms · bathrooms · area_sqft · lot_size · year_built · days_on_market · text · image_url · photo_count · platform |
| agents | keyword | min_rating, state, type | 默认 20 · 最多 200 | 同步 | ¥0.01 | id · url · name · business_name · types · address · city · state · postal_code · phone · rating · rating_scale · review_count · is_top_agent · avatar_url · platform |
返回字段含义
字段名跨 87 个平台统一,同一个键在哪个平台都是同一个意思—— 这也是换平台只需改 platform 一个字段的原因。 机器可读版:/api/v1/social/fields
- url
- 该记录在原平台上的可访问链接。
- price
- 价格数值,不含货币符号;币种见 currency。
- currency
- 价格币种代码(如 CNY、USD)。price 存在但 currency 为 null 时不要假定币种。
- address
- 详细地址,原文透传。
- city
- 城市名,用原平台的语言书写,未做中英归一。
- image_url
- 图片链接。多图能力可能返回 image_urls 数组。
- platform
- 数据来源平台标识,与请求里的 platform 一致(如 xiaohongshu、tiktok)。
- description
- 简介或描述,通常比 text 短。
- name
- 名称。用于账号/商品/商家类能力,指该对象本身的名字。
- rating
- 评分。**分制随平台而异**,同一行的 `rating_scale` 给出该平台满分 (多数是 5,Booking/豆瓣/爱奇艺/NAVER 是 10)。跨平台比较前必须先按 rating_scale 换算 —— 直接比数字会得出反的结论。
- rating_scale
- 上一列 `rating` 的满分。5 表示五星制、10 表示十分制。只在该行有 rating 时出现。
- id
- 该记录在原平台上的唯一标识。仅在同一平台内唯一,跨平台可能重复。
- text
- 正文内容,已去除 HTML 标签。长文可能被上游截断。
- phone
- 联系电话,原文透传,未做号码格式归一。
- review_count
- 评价条数,用于商品/商家类能力。null 表示不公开,不等于 0。
- avatar_url
- 头像图片链接。部分平台给的是带尺寸参数的 CDN 链接,可能有时效。
另有 Zillow 特有字段 zpid · status · status_type · street · state · zipcode · latitude · longitude · beds · baths · area_sqft · home_type · home_status · zestimate · rent_zestimate · tax_assessed_value · lot_area_value · lot_area_unit · days_on_zillow · broker_name · is_zillow_owned · has_3d_model · has_video · county · year_built · price_per_sqft · hoa_fee · has_garage · parking_capacity · zestimate_low_percent · zestimate_high_percent · tax_assessed_year · property_tax_rate · last_sold_price · last_sold_at · photo_count · listing_agent · listing_agent_phone · listing_broker · mls_id · mls_name · date · event · level · grades · distance · postal_code · bedrooms · bathrooms · lot_size · days_on_market · business_name · types · is_top_agent,保留该平台自身的语义。
30 秒调用示例
curl -X POST https://api.everyinfra.com/api/v1/social \ -H "Authorization: Bearer omg_live_你的KEY" \ -H "Content-Type: application/json" \ -d '{"platform":"zillow","action":"search","params":{"keyword":"咖啡"}}'
返回长这样
{ "id": "zillow_…", "search": [ { "zpid": "…", "url": "https://…", "status": "…", "status_type": "…", "price": "…", "currency": "…", "address": "…", "street": "…", "city": "…", "state": "…", "zipcode": "…", "latitude": "…", "longitude": "…", "beds": "…", "baths": "…", "area_sqft": "…", "home_type": "…", "home_status": "…", "zestimate": "…", "rent_zestimate": "…", "tax_assessed_value": "…", "lot_area_value": "…", "lot_area_unit": "…", "days_on_zillow": "…", "broker_name": "…", "is_zillow_owned": true, "has_3d_model": true, "has_video": true, "image_url": "https://…", "platform": "zillow" } ], "count": 20, "billing": { "charged": true, "credits": 100, "cny": 0.01 }}
常见用例
关键词监控
按关键词轮询 Zillow 的新内容,配合 Gemini 文本 API 做情绪分类与异常波动告警。
账号与主体画像
按 Zillow 的主页数据建达人/商家档案,做投放筛选或竞品盯防。
Zillow API 常见问题
Zillow API 怎么调用?
统一入口 POST /api/v1/social,请求体传 platform="zillow"、action(见上方能力清单)和 params。鉴权用请求头 Authorization: Bearer <API Key>,同一把 Key 可以调用全部 87 个平台,不需要为每个平台单独申请。
Zillow API 怎么收费?
按次计费,¥0.01/次,从统一的 ¥ 钱包扣。一次调用一次计费,不按返回条数或页数加价;参数错误、鉴权失败和空结果都不计费。每次调用的响应里带 billing 字段,写明本次实扣多少。
Zillow API 一次能返回多少条数据?
按能力不同,单次最多 200 条(逐能力上限见上方清单的「单次条数」列)。传 limit 参数控制,不传则用默认值。一次调用就返回这么多条,不需要翻页、也不会因为条数多而多收钱。
Zillow API 返回哪些字段?
每个能力的返回字段都列在上方能力清单的「返回字段」列里,例如 search 返回 zpid、url、status、status_type、price、currency 等。字段名跨平台统一,换平台不用改解析代码。
可以先免费试用 Zillow API 吗?
可以。注册免费,加微信领邀请码可得 ¥5 免费额度(≈500 次数据调用或 400 次 AI 调用),足够把 Zillow 的 5 个能力都试一遍。无需信用卡。
开始调用 Zillow API
加微信领 ¥5 免费额度 —— ≈500 次数据调用或 400 次 AI 调用,足够把 Zillow 的能力全试一遍。