LogoLogo
Nimble HomeLoginCreate an Account
  • Home
  • Quick Start Tutorials
    • Tutorial Library
      • Track SEO and SEM Ranking
      • Reddit as a Guerilla Marketing Strategy
  • Nimble Platform
    • Nimble Platform Overview
    • Online Pipelines
      • Supermarkets
        • ASDA
        • Tesco Groceries
        • Sainsbury’s
        • Morrisons
      • eCommerce
      • Restaurants
        • Yelp
        • Tabelog
        • Uber Eats Japan
        • Demaecan
        • Uber Eats US
      • Real Estate
        • Zillow
  • Nimble SDK
    • SDK Overview
    • Web API
      • Web API Overview
      • API Product Specs
      • Nimble Web API Quick Start Guide
        • Introduction
        • Nimble APIs Authentication
        • Real-time URL request
        • Delivery methods
        • Batch processing
        • Response codes
        • FAQs
      • Nimble Web API Functions
        • Realtime, Async & Batch Request
        • Geo Location Targeting
        • Javascript Rendering
        • Page Interaction
          • Wait (delay)
          • Wait for Selector
          • Wait and Click
          • Wait and Type
          • Scroll
          • Scroll to
          • Infinite Scrolling
          • Capturing Screenshots
          • Collecting Cookies
          • Executing HTTP Requests
          • Operation Reference
        • Network Capture
          • Filter by URL Matching
          • Filter By Resource Type
            • Real World Demo: Capturing Ajax Requests
          • Wait for Requests
          • Capturing XHR without Rendering
          • Operation Reference
        • Data Parsing
          • Parsing Templates
          • Merge Dynamic Parser
        • Custom Headers & Cookies
        • General Params
      • Vertical Endpoints
        • SERP API
          • Real-time search request
          • Getting local data
          • Browsing SERP pagination
          • Delivery methods
          • Batch Processing
          • Endpoints and Response Codes
        • Maps API
          • Searching for places
          • Getting information about a place
          • Collecting reviews
          • Delivery methods
          • Batch processing
          • Endpoints and Response Codes
    • Web Retrieval API
      • Web Retrieval API Overview
    • Proxy API
      • Nimble IP Overview
      • Nimble IP Quick Start Guide
        • Send a request
        • Nimble IP Autentication
        • Geotargeting and session control
        • Response codes
        • FAQs
      • Nimble IP Functions
        • Country/state/city geotargeting
        • Controlling IP rotation
        • Geo-sessions: longer, stickier, more accurate sessions
        • Using IPv6 Proxies
        • Response Codes
      • Integration Guides
        • Incogniton
        • Kameleo
        • VMLogin
        • AdsPower
        • FoxyProxy
        • Android
        • Multilogin
        • iOS
        • SwitchyOmega
        • Windows
        • macOS
        • Proxifier
        • MuLogin
        • Puppeteer
        • Selenium
        • Scrapy
    • Client Libraries
      • Installation
      • Quick Start
    • LangChain Integration
  • Technologies
    • Browserless Drivers
      • API Driver-Based Pricing
    • IP Optimization Models
    • AI Parsing Skills
  • Management Tools
    • Nimble Dashboard
      • Exploring the User Dashboard
      • Managing Pipelines
      • Reporting and Analytics
      • Account Settings
      • Experimenting with the Playground
      • Billing and history
    • Nimble Admin API
      • Admin API basics
      • Admin API reference
  • General
    • Onboarding Guide
      • Getting started with Nimble's User Dashboard
      • Nimble IP Basics
      • Nimble API Basics
      • Helpful Resources
    • FAQs
      • Account Settings and Security
      • Billing and Pricing
      • Tools and Integrations
      • Nimble API
      • Nimble IP
    • Deprecated APIs
      • E-commerce API
        • E-commerce API Authentication
        • Real-time product request
        • Real-time product search request
        • Delivery methods
        • Batch Processing
        • Endpoints and Response Codes
      • Unlocker Proxy Overview
        • Unlocker Proxy Quick Start Guide
          • Real-time request
          • FAQs
        • Unlocker Proxy FAQ
Powered by GitBook
On this page
  • About
  • Data Dictionary
  • CSV Example
  1. Nimble Platform
  2. Online Pipelines
  3. Real Estate

Zillow

About

The US Real Estate pipeline provides comprehensive information on properties across the United States. The pipeline includes details such as property addresses, square footage, number of bathrooms and bedrooms, latitude and longitude, price history, and agent information. This data is essential for real estate analysis, market research, and investment decisions.

Data Dictionary

Field Name
Data Type
Explanation

zpid

Integer

Unique Zillow property identifier

address

String

Full address of the property

city

String

City where the property is located

state

String

State where the property is located

zip

String

ZIP code of the property location

sqft

Integer

Total square footage of the property

is_complex

Boolean

Indicates if the property is part of a complex or building

baths

Float

Number of bathrooms in the property

beds

Integer

Number of bedrooms in the property

lat

Float

Latitude coordinates of the property location

lng

Float

Longitude coordinates of the property location

rent

Float

Monthly rent price (if the property is listed for rent)

zrent

Float

Estimated rent price as calculated by Zillow

home_status

String

Current status of the home (e.g., For Sale, For Rent, Sold)

home_type

String

Type of property (e.g., Single Family, Condo, Apartment)

reference_url

String

URL to the Zillow page or reference URL for the property listing

url

String

URL to the Zillow property listing

description

String

Description of the property as provided in the listing

great_schools_rating

Integer

Rating of nearby schools according to GreatSchools (if available)

price_history

String

History of price changes for the property (if available)

days_on_zillow

Integer

Number of days the property has been listed on Zillow

agent_name

String

Name of the listing agent

agent_business_name

String

Business name or agency associated with the listing agent

agent_type

String

Type of agent (e.g., Listing Agent, Buyer’s Agent)

agent_info

String

Additional information about the agent (e.g., contact details, specialties)

days_listed

Integer

Number of days the property has been actively listed

contacts

Integer

Number of contacts or inquiries received regarding the property listing

applications

Integer

Number of rental applications submitted for the property (if applicable)

owner

String

Name or identifier of the owner (if available and applicable)

CSV Example

PreviousReal EstateNextSDK Overview

Last updated 7 months ago