Rubillow
Ruby library to access the Zillow API
Install / Use
/learn @synewaves/RubillowREADME
Rubillow
Rubillow is a ruby library to access the Zillow API.
Supports all of the API methods, with real ruby classes returned for each call.
Home Valuation API
Neighborhood Data
Mortgage API
Property Details API
Postings API
Installing
gem install rubillow
or add the following to your Gemfile:
gem "rubillow"
Examples
Adding setup into an initializer:
Rubillow.configure do |configuration|
configuration.zwsid = "abcd1234"
end
Getting property Zestimate:
property = Rubillow::HomeValuation.zestimate({ :zpid => '48749425' })
if property.success?
puts property.price
end
Documentation
You should find the documentation for your version of Rubillow on Rubygems.
More Information
Build & Dependency Status
License
Rubillow uses the MIT license. See LICENSE for more details.
Related Skills
node-connect
349.0kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
109.4kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
349.0kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
349.0kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。





