Skip to main content
GET
/
v1
/
zillow
/
property
/
{zpid}
Get Property Detail
curl --request GET \
  --url https://scrapebadger.com/v1/zillow/property/{zpid} \
  --header 'x-api-key: <api-key>'
{
  "property": {
    "zpid": "<string>",
    "id": "<string>",
    "url": "<string>",
    "home_status": "<string>",
    "home_type": "<string>",
    "property_type": "<string>",
    "listing_type": "<string>",
    "posting_product_type": "<string>",
    "listing_data_source": "<string>",
    "mls_id": "<string>",
    "parcel_id": "<string>",
    "county_fips": "<string>",
    "provider_listing_id": "<string>",
    "broker_id": "<string>",
    "contingent_listing_type": "<string>",
    "listing_sub_type": {
      "is_fsba": true,
      "is_fsbo": true,
      "is_foreclosure": true,
      "is_bank_owned": true,
      "is_for_auction": true,
      "is_coming_soon": true,
      "is_new_home": true,
      "is_pending": true
    },
    "price": 123,
    "currency": "<string>",
    "list_price_low": 123,
    "monthly_hoa_fee": 123,
    "property_tax_rate": 123,
    "annual_homeowners_insurance": 123,
    "last_sold_price": 123,
    "date_sold_utc": 123,
    "date_sold_at": "<string>",
    "price_change": 123,
    "price_change_date_utc": 123,
    "price_change_date_at": "<string>",
    "zestimate": 123,
    "rent_zestimate": 123,
    "zestimate_low_percent": "<string>",
    "zestimate_high_percent": "<string>",
    "rent_zestimate_low_percent": "<string>",
    "rent_zestimate_high_percent": "<string>",
    "zestimate_30_days_ago": 123,
    "rent_zestimate_30_days_ago": 123,
    "tax_assessed_value": 123,
    "zestimate_history": [
      {
        "date": "<string>",
        "date_utc": 123,
        "date_at": "<string>",
        "value": 123
      }
    ],
    "bedrooms": 123,
    "bathrooms": 123,
    "living_area": 123,
    "living_area_units": "<string>",
    "lot_size": 123,
    "lot_area_value": 123,
    "lot_area_units": "<string>",
    "year_built": 123,
    "move_in_ready": true,
    "move_in_completion_date": "<string>",
    "latitude": 123,
    "longitude": 123,
    "street_address": "<string>",
    "abbreviated_address": "<string>",
    "city": "<string>",
    "state": "<string>",
    "zipcode": "<string>",
    "county": "<string>",
    "country": "<string>",
    "time_zone": "<string>",
    "neighborhood": "<string>",
    "is_undisclosed_address": true,
    "is_income_restricted": true,
    "days_on_zillow": 123,
    "time_on_zillow": "<string>",
    "page_view_count": 123,
    "favorite_count": 123,
    "tour_view_count": 123,
    "photo_count": 123,
    "description": "<string>",
    "what_i_love": "<string>",
    "home_insights": [
      "<string>"
    ],
    "marketing_name": "<string>",
    "brokerage_name": "<string>",
    "is_showcase_listing": true,
    "has_vr_model": true,
    "has_3d_model": true,
    "virtual_tour_url": "<string>",
    "interactive_floor_plan_url": "<string>",
    "street_view_image_url": "<string>",
    "static_map_url": "<string>",
    "new_construction_type": "<string>",
    "builder_name": "<string>",
    "promotion_headline": "<string>",
    "promotion_description": "<string>",
    "has_promotion": true,
    "address": {
      "street_address": "<string>",
      "city": "<string>",
      "state": "<string>",
      "zipcode": "<string>",
      "community": "<string>",
      "subdivision": "<string>",
      "neighborhood": "<string>"
    },
    "home_facts": {
      "bathrooms_full": 123,
      "bathrooms_half": 123,
      "bathrooms_three_quarter": 123,
      "bathrooms_one_quarter": 123,
      "stories": 123,
      "stories_decimal": 123,
      "levels": "<string>",
      "property_condition": "<string>",
      "architectural_style": "<string>",
      "structure_type": "<string>",
      "building_name": "<string>",
      "construction_materials": [
        "<string>"
      ],
      "foundation_details": [
        "<string>"
      ],
      "roof_type": "<string>",
      "year_built_effective": 123,
      "above_grade_finished_area": "<string>",
      "below_grade_finished_area": "<string>",
      "lot_size_dimensions": "<string>",
      "main_level_bedrooms": 123,
      "main_level_bathrooms": 123,
      "basement": "<string>",
      "has_basement": true,
      "attic": "<string>",
      "heating": [
        "<string>"
      ],
      "cooling": [
        "<string>"
      ],
      "appliances": [
        "<string>"
      ],
      "flooring": [
        "<string>"
      ],
      "utilities": [
        "<string>"
      ],
      "electric": [
        "<string>"
      ],
      "gas": [
        "<string>"
      ],
      "sewer": [
        "<string>"
      ],
      "water_source": [
        "<string>"
      ],
      "green_building_verification_type": [
        "<string>"
      ],
      "green_energy_efficient": [
        "<string>"
      ],
      "green_energy_generation": [
        "<string>"
      ],
      "green_sustainability": [
        "<string>"
      ],
      "green_water_conservation": [
        "<string>"
      ],
      "interior_features": [
        "<string>"
      ],
      "exterior_features": [
        "<string>"
      ],
      "lot_features": [
        "<string>"
      ],
      "community_features": [
        "<string>"
      ],
      "accessibility_features": [
        "<string>"
      ],
      "door_features": [
        "<string>"
      ],
      "window_features": [
        "<string>"
      ],
      "laundry_features": [
        "<string>"
      ],
      "patio_and_porch_features": [
        "<string>"
      ],
      "fencing": [
        "<string>"
      ],
      "other_structures": [
        "<string>"
      ],
      "view": [
        "<string>"
      ],
      "has_view": true,
      "waterfront_features": [
        "<string>"
      ],
      "water_view": "<string>",
      "water_body_name": "<string>",
      "security_features": [
        "<string>"
      ],
      "parking_features": [
        "<string>"
      ],
      "parking_capacity": 123,
      "garage_parking_capacity": 123,
      "carport_parking_capacity": 123,
      "covered_parking_capacity": 123,
      "open_parking_capacity": 123,
      "has_attached_garage": true,
      "has_garage": true,
      "has_carport": true,
      "has_open_parking": true,
      "pool_features": [
        "<string>"
      ],
      "has_private_pool": true,
      "spa_features": [
        "<string>"
      ],
      "fireplaces": 123,
      "fireplace_features": [
        "<string>"
      ],
      "has_fireplace": true,
      "association_name": "<string>",
      "association_name2": "<string>",
      "association_fee": "<string>",
      "association_fee2": "<string>",
      "association_fee_includes": [
        "<string>"
      ],
      "association_amenities": [
        "<string>"
      ],
      "association_phone": "<string>",
      "has_association": true,
      "hoa_fee": "<string>",
      "hoa_fee_total": "<string>",
      "tax_annual_amount": 123,
      "price_per_square_foot": 123,
      "has_land_lease": true,
      "land_lease_amount": "<string>",
      "land_lease_expiration_date": "<string>",
      "can_raise_horses": true,
      "additional_parcels_description": "<string>",
      "road_surface_type": [
        "<string>"
      ],
      "on_market_date": "<string>",
      "cumulative_days_on_market": 123,
      "offer_review_date": "<string>",
      "number_of_units_in_community": 123,
      "availability_date": "<string>",
      "lease_term": "<string>",
      "tenant_pays": [
        "<string>"
      ],
      "has_pets_allowed": true,
      "pets_max_weight": 123,
      "has_rent_control": true,
      "elementary_school": "<string>",
      "middle_school": "<string>",
      "high_school": "<string>",
      "elementary_school_district": "<string>",
      "middle_school_district": "<string>",
      "high_school_district": "<string>",
      "parcel_number": "<string>",
      "subdivision_name": "<string>",
      "municipality": "<string>",
      "city_region": "<string>",
      "zoning": "<string>",
      "zoning_description": "<string>",
      "ownership": "<string>",
      "ownership_type": "<string>",
      "property_sub_type": [
        "<string>"
      ],
      "special_listing_conditions": "<string>",
      "listing_terms": "<string>",
      "inclusions": "<string>",
      "exclusions": "<string>",
      "is_new_construction": true,
      "is_senior_community": true,
      "has_home_warranty": true,
      "furnished": true,
      "development_status": "<string>",
      "park_name": "<string>",
      "at_a_glance_facts": [
        {}
      ],
      "rooms": [
        {}
      ]
    },
    "agent": {
      "agent_name": "<string>",
      "agent_phone": "<string>",
      "agent_email": "<string>",
      "agent_license_number": "<string>",
      "co_agent_name": "<string>",
      "co_agent_number": "<string>",
      "co_agent_license_number": "<string>",
      "broker_name": "<string>",
      "broker_phone": "<string>",
      "buyer_agent_name": "<string>",
      "buyer_brokerage_name": "<string>",
      "mls_id": "<string>",
      "mls_name": "<string>",
      "mls_disclaimer": "<string>",
      "listing_agreement": "<string>",
      "listing_attribution_contact": "<string>",
      "provider_logo": "<string>",
      "true_status": "<string>",
      "last_checked": "<string>",
      "last_updated": "<string>",
      "listing_agents": [
        {}
      ],
      "listing_offices": [
        {}
      ]
    },
    "mortgage_rates": {
      "fifteen_year_fixed": {
        "rate": 123,
        "rate_source": "<string>",
        "last_updated_utc": 123,
        "last_updated_at": "<string>"
      },
      "thirty_year_fixed": {
        "rate": 123,
        "rate_source": "<string>",
        "last_updated_utc": 123,
        "last_updated_at": "<string>"
      },
      "arm_5": {
        "rate": 123,
        "rate_source": "<string>",
        "last_updated_utc": 123,
        "last_updated_at": "<string>"
      }
    },
    "price_history": [
      {
        "date": "<string>",
        "date_utc": 123,
        "date_at": "<string>",
        "event": "<string>",
        "price": 123,
        "price_per_square_foot": 123,
        "price_change_rate": 123,
        "source": "<string>",
        "buyer_agent": "<string>",
        "seller_agent": "<string>",
        "posting_is_rental": true
      }
    ],
    "tax_history": [
      {
        "year_utc": 123,
        "year_at": "<string>",
        "value": 123,
        "value_increase_rate": 123,
        "tax_paid": 123,
        "tax_increase_rate": 123
      }
    ],
    "schools": [
      {
        "name": "<string>",
        "rating": 123,
        "grades": "<string>",
        "level": "<string>",
        "type": "<string>",
        "distance": 123,
        "link": "<string>",
        "student_count": 123,
        "assigned": true
      }
    ],
    "photos": [
      {
        "url": "<string>",
        "caption": "<string>",
        "subject_type": "<string>",
        "sources": [
          {}
        ]
      }
    ],
    "open_house_schedule": [
      {
        "start_utc": 123,
        "start_at": "<string>",
        "end_utc": 123,
        "end_at": "<string>",
        "note": "<string>"
      }
    ],
    "nearby_cities": [
      {
        "name": "<string>",
        "region_type": "<string>",
        "url": "<string>"
      }
    ],
    "nearby_neighborhoods": [
      {
        "name": "<string>",
        "region_type": "<string>",
        "url": "<string>"
      }
    ],
    "nearby_zipcodes": [
      {
        "name": "<string>",
        "region_type": "<string>",
        "url": "<string>"
      }
    ],
    "nearby_homes": [
      {
        "position": 123,
        "zpid": "<string>",
        "id": "<string>",
        "detail_url": "<string>",
        "home_type": "<string>",
        "home_status": "<string>",
        "status_text": "<string>",
        "status_type": "<string>",
        "marketing_status": "<string>",
        "contingent_listing_type": "<string>",
        "price": 123,
        "price_raw": "<string>",
        "currency": "<string>",
        "price_change": 123,
        "date_price_changed_utc": 123,
        "date_price_changed_at": "<string>",
        "price_reduction": "<string>",
        "flex_field_text": "<string>",
        "zestimate": 123,
        "rent_zestimate": 123,
        "tax_assessed_value": 123,
        "beds": 123,
        "baths": 123,
        "living_area": 123,
        "lot_area_value": 123,
        "lot_area_unit": "<string>",
        "address": "<string>",
        "street_address": "<string>",
        "unit": "<string>",
        "city": "<string>",
        "state": "<string>",
        "zipcode": "<string>",
        "country": "<string>",
        "is_undisclosed_address": true,
        "latitude": 123,
        "longitude": 123,
        "broker_name": "<string>",
        "provider_listing_id": "<string>",
        "days_on_zillow": 123,
        "is_zillow_owned": true,
        "is_featured": true,
        "is_showcase": true,
        "is_fsba": true,
        "is_new_construction": true,
        "is_premier_builder": true,
        "is_preforeclosure_auction": true,
        "is_non_owner_occupied": true,
        "img_src": "<string>",
        "has_image": true,
        "has_video": true,
        "has_3d_model": true,
        "has_open_house": true,
        "open_house_start": "<string>",
        "open_house_end": "<string>",
        "photos": [
          "<string>"
        ]
      }
    ],
    "scraped_utc": 123,
    "scraped_at": "<string>"
  }
}

Path Parameters

zpid
string
required
The Zillow property id (zpid). You can find it in search results (zpid) or extract it from a /homedetails/... URL (the NNNNN_zpid segment).
You can also fetch a property by full URL: GET /v1/zillow/property?url=<Zillow /homedetails/... URL>.

Response

The response wraps a single Property object under a property key. It carries ~99 top-level fields plus the nested blocks below.
property
object

Example Response

{
  "property": {
    "zpid": "29499726",
    "url": "https://www.zillow.com/homedetails/123-Main-St-Austin-TX-78701/29499726_zpid/",
    "home_status": "FOR_SALE",
    "home_type": "SINGLE_FAMILY",
    "price": 460000,
    "currency": "USD",
    "monthly_hoa_fee": 45,
    "zestimate": 468000,
    "rent_zestimate": 2600,
    "tax_assessed_value": 420000,
    "bedrooms": 3,
    "bathrooms": 2,
    "living_area": 1800,
    "lot_size": 6500,
    "year_built": 2015,
    "street_address": "123 Main St",
    "city": "Austin",
    "state": "TX",
    "zipcode": "78701",
    "county": "Travis",
    "latitude": 30.2672,
    "longitude": -97.7431,
    "photo_count": 32,
    "description": "Charming single-family home in the heart of downtown...",
    "home_insights": ["Hardwood floors", "Updated kitchen"],
    "home_facts": {
      "bathrooms_full": 2,
      "stories": 2,
      "architectural_style": "Traditional",
      "heating": ["Central"],
      "cooling": ["Central Air"],
      "appliances": ["Dishwasher", "Refrigerator"],
      "has_garage": true,
      "parcel_number": "0203040506",
      "tax_annual_amount": 6200
    },
    "agent": {
      "agent_name": "Jane Doe",
      "agent_phone": "512-555-0100",
      "broker_name": "Downtown Realty Group",
      "mls_id": "ACT1234567",
      "mls_name": "ACTRIS"
    },
    "mortgage_rates": {
      "thirty_year_fixed": { "rate": 6.8, "rate_source": "Zillow" }
    },
    "price_history": [
      { "date_at": "2026-06-01T00:00:00Z", "event": "Listed for sale", "price": 460000, "price_per_square_foot": 256 }
    ],
    "tax_history": [
      { "year_at": "2024-01-01T00:00:00Z", "value": 420000, "tax_paid": 6200 }
    ],
    "zestimate_history": [
      { "date_at": "2026-05-01T00:00:00Z", "value": 465000 }
    ],
    "schools": [
      { "name": "Austin Elementary", "rating": 8, "grades": "K-5", "level": "Elementary", "type": "Public", "distance": 0.4, "assigned": true }
    ],
    "photos": [
      { "url": "https://photos.zillowstatic.com/fp/abc-p_f.jpg", "caption": "Front", "sources": [{ "url": "https://photos.zillowstatic.com/fp/abc-p_e.webp", "width": 768, "format": "webp" }] }
    ],
    "scraped_at": "2026-07-07T12:00:00Z"
  }
}
Each property-detail request costs 5 credits. Failed requests are not charged.

Authorizations

x-api-key
string
header
required

Path Parameters

zpid
string
required

The Zillow property id (zpid).

Response

200 - application/json

Property detail

property
object

Full Zillow property detail (from gdpClientCache[...].property).