Zillow Scraper

ENDPOINTS
GET/properties/search-sold

Search Recently Sold Homes

One page (~40) of recently sold homes for a location — Zillow's signature sold-price data.

QUERY PARAMS

A US location: free text, a ZIP, a Zillow region id + type pair from /locations/auto-complete, or a full zillow.com search link.

Examples:

  • Free text: Beverly Hills, CA
  • ZIP: 90210
  • Region pair: 20330,6
  • Link: https://www.zillow.com/beverly-hills-ca/

Minimum price (USD).

Maximum price (USD).

Minimum number of bedrooms.

Maximum number of bedrooms.

Minimum number of bathrooms.

Maximum number of bathrooms.

Minimum living area (square feet).

Maximum living area (square feet).

Filter by home type.

Allowed values: houses, townhomes, condos, multi-family, apartments, manufactured, lots-land

Only homes listed within the last N days.

Free-text keywords to match in the listing (e.g. pool).

Sort order of the results.

Default: relevance

Allowed values: relevance, newest, price_high, price_low, beds, baths, sqft, lot_size, zestimate_high, zestimate_low

Page number of results to return.

Default: 1

{
  "count": 899,
  "per_page": 40,
  "current_page": 1,
  "total_pages": 20,
  "next": "https://zillow-scraper.omkar.cloud/zillow/properties/search-sold?location=Beverly+Hills%2C+CA&page=2",
  "previous": null,
  "region": {
    "region_id": 10389,
    "region_type": 6,
    "name": "Beverly Hills",
    "display_name": "Beverly Hills CA"
  },
  "results": [
    {
      "zpid": "20515766",
      "status": "SOLD",
      "status_text": "Sold",
      "home_type": "CONDO",
      "address": {
        "full": "315 N Swall Dr APT 103, Beverly Hills, CA 90211",
        "street": "315 N Swall Dr APT 103",
        "city": "Beverly Hills",
        "state": "CA",
        "zipcode": "90211"
      },
      "price": 1420000,
      "currency": "USD",
      "bedrooms": 3,
      "bathrooms": 3.0,
      "living_area": 2143,
      "living_area_units": "sqft",
      "lot_area_value": 0.2569,
      "zestimate": 1406900,
      "rent_zestimate": 7222,
      "days_on_zillow": 1,
      "is_zillow_owned": false,
      "has_3d_model": false,
      "has_video": false,
      "is_undisclosed_address": false,
      "latitude": 34.071377,
      "longitude": -118.38601,
      "broker_name": "Compass",
      "image_link": "https://photos.zillowstatic.com/fp/4ae84ed0f51999f739ded44e388f79c2-p_e.jpg",
      "link": "https://www.zillow.com/homedetails/315-N-Swall-Dr-APT-103-Beverly-Hills-CA-90211/20515766_zpid/"
    },
    {
      "zpid": "440486776",
      "status": "SOLD",
      "status_text": "Sold",
      "home_type": "CONDO",
      "address": {
        "full": "9200 Wilshire Blvd #506W, Beverly Hills, CA 90212",
        "street": "9200 Wilshire Blvd #506W",
        "city": "Beverly Hills",
        "state": "CA",
        "zipcode": "90212"
      },
      "price": 5930000,
      "currency": "USD",
      "bedrooms": 2,
      "bathrooms": 4.0,
      "living_area": 2491,
      "living_area_units": "sqft",
      "lot_area_value": null,
      "zestimate": 5980800,
      "rent_zestimate": 7319,
      "days_on_zillow": 1,
      "is_zillow_owned": false,
      "has_3d_model": false,
      "has_video": false,
      "is_undisclosed_address": false,
      "latitude": 34.06663,
      "longitude": -118.39229,
      "broker_name": "Compass",
      "image_link": "https://photos.zillowstatic.com/fp/91547db4c2bc77b8b2bab18e88bb6b63-p_e.jpg",
      "link": "https://www.zillow.com/homedetails/9200-Wilshire-Blvd-506W-Beverly-Hills-CA-90212/440486776_zpid/"
    },
    {
      "zpid": "20512925",
      "status": "SOLD",
      "status_text": "Sold",
      "home_type": "SINGLE_FAMILY",
      "address": {
        "full": "447 S Almont Dr, Beverly Hills, CA 90211",
        "street": "447 S Almont Dr",
        "city": "Beverly Hills",
        "state": "CA",
        "zipcode": "90211"
      },
      "price": 4500000,
      "currency": "USD",
      "bedrooms": 5,
      "bathrooms": 5.0,
      "living_area": 5050,
      "living_area_units": "sqft",
      "lot_area_value": 4795.956,
      "zestimate": 4438600,
      "rent_zestimate": 14369,
      "days_on_zillow": 2,
      "is_zillow_owned": false,
      "has_3d_model": false,
      "has_video": false,
      "is_undisclosed_address": false,
      "latitude": 34.05804,
      "longitude": -118.38805,
      "broker_name": "Christie's International Real Estate SoCal",
      "image_link": "https://photos.zillowstatic.com/fp/4920756ba41f2169bd9a7e3789ccf867-p_e.jpg",
      "link": "https://www.zillow.com/homedetails/447-S-Almont-Dr-Beverly-Hills-CA-90211/20512925_zpid/"
    },
    {
      "zpid": "20521062",
      "status": "SOLD",
      "status_text": "Sold",
      "home_type": "SINGLE_FAMILY",
      "address": {
        "full": "508 N Canon Dr, Beverly Hills, CA 90210",
        "street": "508 N Canon Dr",
        "city": "Beverly Hills",
        "state": "CA",
        "zipcode": "90210"
      },
      "price": 12000000,
      "currency": "USD",
      "bedrooms": 5,
      "bathrooms": 6.0,
      "living_area": 6130,
      "living_area_units": "sqft",
      "lot_area_value": 0.5206,
      "zestimate": 12730400,
      "rent_zestimate": 44540,
      "days_on_zillow": 3,
      "is_zillow_owned": false,
      "has_3d_model": false,
      "has_video": false,
      "is_undisclosed_address": false,
      "latitude": 34.073467,
      "longitude": -118.40331,
      "broker_name": "Keller Williams Beverly Hills",
      "image_link": "https://photos.zillowstatic.com/fp/98bc373c02949f7725825864d346c7e3-p_e.jpg",
      "link": "https://www.zillow.com/homedetails/508-N-Canon-Dr-Beverly-Hills-CA-90210/20521062_zpid/"
    },
    {
      "zpid": "20515830",
      "status": "SOLD",
      "status_text": "Sold",
      "home_type": "CONDO",
      "address": {
        "full": "300 N Swall Dr Unit 307, Beverly Hills, CA 90211",
        "street": "300 N Swall Dr Unit 307",
        "city": "Beverly Hills",
        "state": "CA",
        "zipcode": "90211"
      },
      "price": 1870000,
      "currency": "USD",
      "bedrooms": 2,
      "bathrooms": 3.0,
      "living_area": 2947,
      "living_area_units": "sqft",
      "lot_area_value": 2.29,
      "zestimate": 2015200,
      "rent_zestimate": 7701,
      "days_on_zillow": 4,
      "is_zillow_owned": false,
      "has_3d_model": false,
      "has_video": false,
      "is_undisclosed_address": false,
      "latitude": 34.07116,
      "longitude": -118.38524,
      "broker_name": "Nourmand & Associates-BH",
      "image_link": "https://photos.zillowstatic.com/fp/722d35ed90291c7050613a789a682f3d-p_e.jpg",
      "link": "https://www.zillow.com/homedetails/300-N-Swall-Dr-UNIT-307-Beverly-Hills-CA-90211/20515830_zpid/"
    },
    {
      "zpid": "2059465326",
      "status": "SOLD",
      "status_text": "Sold",
      "home_type": "MULTI_FAMILY",
      "address": {
        "full": "272 S Doheny Dr, Beverly Hills, CA 90211",
        "street": "272 S Doheny Dr",
        "city": "Beverly Hills",
        "state": "CA",
        "zipcode": "90211"
      },
      "price": 2200000,
      "currency": "USD",
      "bedrooms": 12,
      "bathrooms": 7.0,
      "living_area": 5615,
      "living_area_units": "sqft",
      "lot_area_value": 5614.884,
      "zestimate": 2817300,
      "rent_zestimate": 4708,
      "days_on_zillow": 4,
      "is_zillow_owned": false,
      "has_3d_model": false,
      "has_video": false,
      "is_undisclosed_address": false,
      "latitude": 34.06236,
      "longitude": -118.38941,
      "broker_name": "Compass",
      "image_link": "https://photos.zillowstatic.com/fp/892bcdf11dbce41441cff5b57cfcb394-p_e.jpg",
      "link": "https://www.zillow.com/homedetails/272-S-Doheny-Dr-Beverly-Hills-CA-90211/2059465326_zpid/"
    },
    {
      "zpid": "20508953",
      "status": "SOLD",
      "status_text": "Sold",
      "home_type": "SINGLE_FAMILY",
      "address": {
        "full": "238 S McCarty Dr, Beverly Hills, CA 90212",
        "street": "238 S McCarty Dr",
        "city": "Beverly Hills",
        "state": "CA",
        "zipcode": "90212"
      },
      "price": 5997000,
      "currency": "USD",
      "bedrooms": 4,
      "bathrooms": 5.0,
      "living_area": 3747,
      "living_area_units": "sqft",
      "lot_area_value": 7653.492,
      "zestimate": 5709500,
      "rent_zestimate": 17160,
      "days_on_zillow": 5,
      "is_zillow_owned": false,
      "has_3d_model": false,
      "has_video": false,
      "is_undisclosed_address": false,
      "latitude": 34.063362,
      "longitude": -118.4064,
      "broker_name": "Compass",
      "image_link": "https://photos.zillowstatic.com/fp/53b36d0afc601b10e478a7039f5408b8-p_e.jpg",
      "link": "https://www.zillow.com/homedetails/238-S-McCarty-Dr-Beverly-Hills-CA-90212/20508953_zpid/"
    },
    {
      "zpid": "20508970",
      "status": "SOLD",
      "status_text": "Sold",
      "home_type": "SINGLE_FAMILY",
      "address": {
        "full": "329 S Roxbury Dr, Beverly Hills, CA 90212",
        "street": "329 S Roxbury Dr",
        "city": "Beverly Hills",
        "state": "CA",
        "zipcode": "90212"
      },
      "price": 7600000,
      "currency": "USD",
      "bedrooms": 5,
      "bathrooms": 6.0,
      "living_area": 4466,
      "living_area_units": "sqft",
      "lot_area_value": 7649.136,
      "zestimate": 7408700,
      "rent_zestimate": 8200,
      "days_on_zillow": 10,
      "is_zillow_owned": false,
      "has_3d_model": false,
      "has_video": false,
      "is_undisclosed_address": false,
      "latitude": 34.060955,
      "longitude": -118.40594,
      "broker_name": "Rodeo Realty",
      "image_link": "https://photos.zillowstatic.com/fp/29556852698c24b31ab1840fbb7ed954-p_e.jpg",
      "link": "https://www.zillow.com/homedetails/329-S-Roxbury-Dr-Beverly-Hills-CA-90212/20508970_zpid/"
    },
    {
      "zpid": "20508916",
      "status": "SOLD",
      "status_text": "Sold",
      "home_type": "CONDO",
      "address": {
        "full": "135 S McCarty Dr Unit 101, Beverly Hills, CA 90212",
        "street": "135 S McCarty Dr Unit 101",
        "city": "Beverly Hills",
        "state": "CA",
        "zipcode": "90212"
      },
      "price": 2150000,
      "currency": "USD",
      "bedrooms": 3,
      "bathrooms": 3.0,
      "living_area": 2837,
      "living_area_units": "sqft",
      "lot_area_value": 0.4595,
      "zestimate": 2295300,
      "rent_zestimate": 7579,
      "days_on_zillow": 11,
      "is_zillow_owned": false,
      "has_3d_model": false,
      "has_video": false,
      "is_undisclosed_address": false,
      "latitude": 34.065834,
      "longitude": -118.40701,
      "broker_name": "Compass",
      "image_link": "https://photos.zillowstatic.com/fp/41b3ac6863b813f112bd6bb2869e2490-p_e.jpg",
      "link": "https://www.zillow.com/homedetails/135-S-McCarty-Dr-UNIT-101-Beverly-Hills-CA-90212/20508916_zpid/"
    },
    {
      "zpid": "20520038",
      "status": "SOLD",
      "status_text": "Sold",
      "home_type": "SINGLE_FAMILY",
      "address": {
        "full": "813 N Doheny Dr, Beverly Hills, CA 90210",
        "street": "813 N Doheny Dr",
        "city": "Beverly Hills",
        "state": "CA",
        "zipcode": "90210"
      },
      "price": 5275000,
      "currency": "USD",
      "bedrooms": 5,
      "bathrooms": 6.0,
      "living_area": 4100,
      "living_area_units": "sqft",
      "lot_area_value": 0.2621,
      "zestimate": 5369900,
      "rent_zestimate": 20876,
      "days_on_zillow": 11,
      "is_zillow_owned": false,
      "has_3d_model": false,
      "has_video": false,
      "is_undisclosed_address": false,
      "latitude": 34.08839,
      "longitude": -118.390144,
      "broker_name": "David Akhtarzad",
      "image_link": "https://photos.zillowstatic.com/fp/52a5d680e72f4a1d2fac627af56ec69a-p_e.jpg",
      "link": "https://www.zillow.com/homedetails/813-N-Doheny-Dr-Beverly-Hills-CA-90210/20520038_zpid/"
    },
    {
      "zpid": "20520636",
      "status": "SOLD",
      "status_text": "Sold",
      "home_type": "SINGLE_FAMILY",
      "address": {
        "full": "115 N Maple Dr, Beverly Hills, CA 90210",
        "street": "115 N Maple Dr",
        "city": "Beverly Hills",
        "state": "CA",
        "zipcode": "90210"
      },
      "price": 5290000,
      "currency": "USD",
      "bedrooms": 5,
      "bathrooms": 4.0,
      "living_area": 3604,
      "living_area_units": "sqft",
      "lot_area_value": 7501.032,
      "zestimate": 5289900,
      "rent_zestimate": 18627,
      "days_on_zillow": 11,
      "is_zillow_owned": false,
      "has_3d_model": false,
      "has_video": false,
      "is_undisclosed_address": false,
      "latitude": 34.068287,
      "longitude": -118.39386,
      "broker_name": "The Beverly Hills Estates",
      "image_link": "https://photos.zillowstatic.com/fp/8f8bada74fea538633f9879c8eefb3aa-p_e.jpg",
      "link": "https://www.zillow.com/homedetails/115-N-Maple-Dr-Beverly-Hills-CA-90210/20520636_zpid/"
    },
    {
      "zpid": "20514208",
      "status": "SOLD",
      "status_text": "Sold",
      "home_type": "SINGLE_FAMILY",
      "address": {
        "full": "227 S Stanley Dr, Beverly Hills, CA 90211",
        "street": "227 S Stanley Dr",
        "city": "Beverly Hills",
        "state": "CA",
        "zipcode": "90211"
      },
      "price": 2450000,
      "currency": "USD",
      "bedrooms": 6,
      "bathrooms": 3.0,
      "living_area": 2940,
      "living_area_units": "sqft",
      "lot_area_value": 5767.344,
      "zestimate": 2449900,
      "rent_zestimate": 7205,
      "days_on_zillow": 15,
      "is_zillow_owned": false,
      "has_3d_model": false,
      "has_video": false,
      "is_undisclosed_address": false,
      "latitude": 34.063114,
      "longitude": -118.37857,
      "broker_name": "Berkshire Hathaway HomeServices California Properties",
      "image_link": "https://photos.zillowstatic.com/fp/a1cb1111af55792405525c039b0f7704-p_e.jpg",
      "link": "https://www.zillow.com/homedetails/227-S-Stanley-Dr-Beverly-Hills-CA-90211/20514208_zpid/"
    },
    {
      "zpid": "20519571",
      "status": "SOLD",
      "status_text": "Sold",
      "home_type": "SINGLE_FAMILY",
      "address": {
        "full": "618 N Elm Dr, Beverly Hills, CA 90210",
        "street": "618 N Elm Dr",
        "city": "Beverly Hills",
        "state": "CA",
        "zipcode": "90210"
      },
      "price": 25000000,
      "currency": "USD",
      "bedrooms": 6,
      "bathrooms": 9.0,
      "living_area": 11300,
      "living_area_units": "sqft",
      "lot_area_value": 0.34149999999999997,
      "zestimate": 24998500,
      "rent_zestimate": 42967,
      "days_on_zillow": 16,
      "is_zillow_owned": false,
      "has_3d_model": false,
      "has_video": false,
      "is_undisclosed_address": false,
      "latitude": 34.08097,
      "longitude": -118.40007,
      "broker_name": "Douglas Elliman of California, Inc.",
      "image_link": "https://photos.zillowstatic.com/fp/4a50ae6c6bffdf3fc51d092b5b39e1b9-p_e.jpg",
      "link": "https://www.zillow.com/homedetails/618-N-Elm-Dr-Beverly-Hills-CA-90210/20519571_zpid/"
    },
    {
      "zpid": "20508886",
      "status": "SOLD",
      "status_text": "Sold",
      "home_type": "SINGLE_FAMILY",
      "address": {
        "full": "215 S McCarty Dr, Beverly Hills, CA 90212",
        "street": "215 S McCarty Dr",
        "city": "Beverly Hills",
        "state": "CA",
        "zipcode": "90212"
      },
      "price": 5800000,
      "currency": "USD",
      "bedrooms": 5,
      "bathrooms": 4.0,
      "living_area": 3472,
      "living_area_units": "sqft",
      "lot_area_value": 7653.492,
      "zestimate": 5799500,
      "rent_zestimate": 23783,
      "days_on_zillow": 17,
      "is_zillow_owned": false,
      "has_3d_model": false,
      "has_video": false,
      "is_undisclosed_address": false,
      "latitude": 34.064354,
      "longitude": -118.40702,
      "broker_name": "Resident Group",
      "image_link": "https://photos.zillowstatic.com/fp/c276937d967db7ccd8ec485b6617d5e4-p_e.jpg",
      "link": "https://www.zillow.com/homedetails/215-S-McCarty-Dr-Beverly-Hills-CA-90212/20508886_zpid/"
    },
    {
      "zpid": "20522422",
      "status": "SOLD",
      "status_text": "Sold",
      "home_type": "SINGLE_FAMILY",
      "address": {
        "full": "816 Monte Leon Dr, Beverly Hills, CA 90210",
        "street": "816 Monte Leon Dr",
        "city": "Beverly Hills",
        "state": "CA",
        "zipcode": "90210"
      },
      "price": 15750000,
      "currency": "USD",
      "bedrooms": 4,
      "bathrooms": 7.0,
      "living_area": 8251,
      "living_area_units": "sqft",
      "lot_area_value": 0.43210000000000004,
      "zestimate": 15749500,
      "rent_zestimate": 43321,
      "days_on_zillow": 17,
      "is_zillow_owned": false,
      "has_3d_model": false,
      "has_video": false,
      "is_undisclosed_address": false,
      "latitude": 34.089592,
      "longitude": -118.39666,
      "broker_name": "Compass",
      "image_link": "https://photos.zillowstatic.com/fp/5e3d61f9b64ced7b7e541b39c86403f9-p_e.jpg",
      "link": "https://www.zillow.com/homedetails/816-Monte-Leon-Dr-Beverly-Hills-CA-90210/20522422_zpid/"
    },
    {
      "zpid": "61773124",
      "status": "SOLD",
      "status_text": "Sold",
      "home_type": "CONDO",
      "address": {
        "full": "132 S Maple Dr Unit 101, Beverly Hills, CA 90212",
        "street": "132 S Maple Dr Unit 101",
        "city": "Beverly Hills",
        "state": "CA",
        "zipcode": "90212"
      },
      "price": 1300000,
      "currency": "USD",
      "bedrooms": 3,
      "bathrooms": 3.0,
      "living_area": 2247,
      "living_area_units": "sqft",
      "lot_area_value": 0.40959999999999996,
      "zestimate": 1300000,
      "rent_zestimate": 7451,
      "days_on_zillow": 17,
      "is_zillow_owned": false,
      "has_3d_model": false,
      "has_video": false,
      "is_undisclosed_address": false,
      "latitude": 34.06596,
      "longitude": -118.392525,
      "broker_name": "Keller Williams Beverly Hills",
      "image_link": "https://maps.googleapis.com/maps/api/staticmap?mobile=false&sensor=true&maptype=satellite&size=575x242&zoom=17&center=34.06595993041992,-118.39252471923828&key=AIzaSyBWYJWCA8FNMQvSe_k3LKfDGJaEgdKwsco&signature=hXs-PGeJB66V1uEHohcwrzq2zkc=",
      "link": "https://www.zillow.com/homedetails/132-S-Maple-Dr-UNIT-101-Beverly-Hills-CA-90212/61773124_zpid/"
    },
    {
      "zpid": "20511981",
      "status": "SOLD",
      "status_text": "Sold",
      "home_type": "MULTI_FAMILY",
      "address": {
        "full": "133 S Canon Dr, Beverly Hills, CA 90212",
        "street": "133 S Canon Dr",
        "city": "Beverly Hills",
        "state": "CA",
        "zipcode": "90212"
      },
      "price": 3520000,
      "currency": "USD",
      "bedrooms": 8,
      "bathrooms": 8.0,
      "living_area": 5069,
      "living_area_units": "sqft",
      "lot_area_value": 6072.0,
      "zestimate": 3519500,
      "rent_zestimate": 5027,
      "days_on_zillow": 22,
      "is_zillow_owned": false,
      "has_3d_model": false,
      "has_video": false,
      "is_undisclosed_address": false,
      "latitude": 34.065964,
      "longitude": -118.39723,
      "broker_name": "RE/MAX MASTERS REALTY",
      "image_link": "https://photos.zillowstatic.com/fp/388e0f9bcc43d7c0cf9e44e0ba3db5c3-p_e.jpg",
      "link": "https://www.zillow.com/homedetails/133-S-Canon-Dr-Beverly-Hills-CA-90212/20511981_zpid/"
    },
    {
      "zpid": "20520005",
      "status": "SOLD",
      "status_text": "Sold",
      "home_type": "SINGLE_FAMILY",
      "address": {
        "full": "800 Cinthia St, Beverly Hills, CA 90210",
        "street": "800 Cinthia St",
        "city": "Beverly Hills",
        "state": "CA",
        "zipcode": "90210"
      },
      "price": 4425000,
      "currency": "USD",
      "bedrooms": 5,
      "bathrooms": 8.0,
      "living_area": 4500,
      "living_area_units": "sqft",
      "lot_area_value": 9308.772,
      "zestimate": 4423700,
      "rent_zestimate": 7782,
      "days_on_zillow": 24,
      "is_zillow_owned": false,
      "has_3d_model": false,
      "has_video": false,
      "is_undisclosed_address": false,
      "latitude": 34.087147,
      "longitude": -118.39014,
      "broker_name": "The Agency",
      "image_link": "https://photos.zillowstatic.com/fp/564f33385422df2753e12af5b2555e44-p_e.jpg",
      "link": "https://www.zillow.com/homedetails/800-Cinthia-St-Beverly-Hills-CA-90210/20520005_zpid/"
    },
    {
      "zpid": "20512512",
      "status": "SOLD",
      "status_text": "Sold",
      "home_type": "SINGLE_FAMILY",
      "address": {
        "full": "237 S Oakhurst Dr, Beverly Hills, CA 90212",
        "street": "237 S Oakhurst Dr",
        "city": "Beverly Hills",
        "state": "CA",
        "zipcode": "90212"
      },
      "price": 2800000,
      "currency": "USD",
      "bedrooms": 4,
      "bathrooms": 2.0,
      "living_area": 1932,
      "living_area_units": "sqft",
      "lot_area_value": 6072.264,
      "zestimate": 2799000,
      "rent_zestimate": 7814,
      "days_on_zillow": 25,
      "is_zillow_owned": false,
      "has_3d_model": false,
      "has_video": false,
      "is_undisclosed_address": false,
      "latitude": 34.063595,
      "longitude": -118.391045,
      "broker_name": "Rodeo Realty",
      "image_link": "https://photos.zillowstatic.com/fp/cba47acba36b347270eb11a1b9f3dde9-p_e.jpg",
      "link": "https://www.zillow.com/homedetails/237-S-Oakhurst-Dr-Beverly-Hills-CA-90212/20512512_zpid/"
    },
    {
      "zpid": "20522306",
      "status": "SOLD",
      "status_text": "Sold",
      "home_type": "SINGLE_FAMILY",
      "address": {
        "full": "1255 Benedict Canyon Dr, Beverly Hills, CA 90210",
        "street": "1255 Benedict Canyon Dr",
        "city": "Beverly Hills",
        "state": "CA",
        "zipcode": "90210"
      },
      "price": 8100000,
      "currency": "USD",
      "bedrooms": 6,
      "bathrooms": 7.0,
      "living_area": 7219,
      "living_area_units": "sqft",
      "lot_area_value": 0.5631999999999999,
      "zestimate": 8097100,
      "rent_zestimate": 40338,
      "days_on_zillow": 25,
      "is_zillow_owned": false,
      "has_3d_model": false,
      "has_video": false,
      "is_undisclosed_address": false,
      "latitude": 34.088844,
      "longitude": -118.42645,
      "broker_name": "Coldwell Banker Realty",
      "image_link": "https://photos.zillowstatic.com/fp/c208181a0f324f177e163796d5dd660c-p_e.jpg",
      "link": "https://www.zillow.com/homedetails/1255-Benedict-Canyon-Dr-Beverly-Hills-CA-90210/20522306_zpid/"
    },
    {
      "zpid": "20519219",
      "status": "SOLD",
      "status_text": "Sold",
      "home_type": "SINGLE_FAMILY",
      "address": {
        "full": "510 N Alta Dr, Beverly Hills, CA 90210",
        "street": "510 N Alta Dr",
        "city": "Beverly Hills",
        "state": "CA",
        "zipcode": "90210"
      },
      "price": 8400000,
      "currency": "USD",
      "bedrooms": 5,
      "bathrooms": 5.0,
      "living_area": 5063,
      "living_area_units": "sqft",
      "lot_area_value": 9905.544,
      "zestimate": 8396400,
      "rent_zestimate": 25793,
      "days_on_zillow": 26,
      "is_zillow_owned": false,
      "has_3d_model": false,
      "has_video": false,
      "is_undisclosed_address": false,
      "latitude": 34.080566,
      "longitude": -118.3931,
      "broker_name": "Coldwell Banker Realty",
      "image_link": "https://photos.zillowstatic.com/fp/c9ecf32c69a8d16d018cdc3d185d4bdc-p_e.jpg",
      "link": "https://www.zillow.com/homedetails/510-N-Alta-Dr-Beverly-Hills-CA-90210/20519219_zpid/"
    },
    {
      "zpid": "20520462",
      "status": "SOLD",
      "status_text": "Sold",
      "home_type": "SINGLE_FAMILY",
      "address": {
        "full": "301 Foothill Rd, Beverly Hills, CA 90210",
        "street": "301 Foothill Rd",
        "city": "Beverly Hills",
        "state": "CA",
        "zipcode": "90210"
      },
      "price": 6693325,
      "currency": "USD",
      "bedrooms": 4,
      "bathrooms": 6.0,
      "living_area": 3944,
      "living_area_units": "sqft",
      "lot_area_value": 7653.492,
      "zestimate": 6517000,
      "rent_zestimate": 18976,
      "days_on_zillow": 26,
      "is_zillow_owned": false,
      "has_3d_model": false,
      "has_video": false,
      "is_undisclosed_address": false,
      "latitude": 34.070946,
      "longitude": -118.39645,
      "broker_name": "KW Westside Estates",
      "image_link": "https://photos.zillowstatic.com/fp/8cef1440443b7dc8cc0cec66b337accc-p_e.jpg",
      "link": "https://www.zillow.com/homedetails/301-Foothill-Rd-Beverly-Hills-CA-90210/20520462_zpid/"
    },
    {
      "zpid": "20519656",
      "status": "SOLD",
      "status_text": "Sold",
      "home_type": "SINGLE_FAMILY",
      "address": {
        "full": "602 Foothill Rd, Beverly Hills, CA 90210",
        "street": "602 Foothill Rd",
        "city": "Beverly Hills",
        "state": "CA",
        "zipcode": "90210"
      },
      "price": 8000000,
      "currency": "USD",
      "bedrooms": 5,
      "bathrooms": 5.0,
      "living_area": 4582,
      "living_area_units": "sqft",
      "lot_area_value": 0.3447,
      "zestimate": 7998000,
      "rent_zestimate": 27720,
      "days_on_zillow": 29,
      "is_zillow_owned": false,
      "has_3d_model": false,
      "has_video": false,
      "is_undisclosed_address": false,
      "latitude": 34.07834,
      "longitude": -118.4004,
      "broker_name": "Rodeo Realty",
      "image_link": "https://photos.zillowstatic.com/fp/10a787745665d8f8b62ad238e9a8bc19-p_e.jpg",
      "link": "https://www.zillow.com/homedetails/602-Foothill-Rd-Beverly-Hills-CA-90210/20519656_zpid/"
    },
    {
      "zpid": "20520291",
      "status": "SOLD",
      "status_text": "Sold",
      "home_type": "CONDO",
      "address": {
        "full": "339 N Palm Dr APT 504, Beverly Hills, CA 90210",
        "street": "339 N Palm Dr APT 504",
        "city": "Beverly Hills",
        "state": "CA",
        "zipcode": "90210"
      },
      "price": 2000000,
      "currency": "USD",
      "bedrooms": 3,
      "bathrooms": 3.0,
      "living_area": 3000,
      "living_area_units": "sqft",
      "lot_area_value": 0.5424,
      "zestimate": 1993200,
      "rent_zestimate": 7182,
      "days_on_zillow": 30,
      "is_zillow_owned": false,
      "has_3d_model": false,
      "has_video": false,
      "is_undisclosed_address": false,
      "latitude": 34.07441,
      "longitude": -118.3926,
      "broker_name": "Compass",
      "image_link": "https://photos.zillowstatic.com/fp/592d3e285a821e97fc224c63665b937c-p_e.jpg",
      "link": "https://www.zillow.com/homedetails/339-N-Palm-Dr-APT-504-Beverly-Hills-CA-90210/20520291_zpid/"
    },
    {
      "zpid": "20513645",
      "status": "SOLD",
      "status_text": "Sold",
      "home_type": "SINGLE_FAMILY",
      "address": {
        "full": "329 S Clark Dr, Beverly Hills, CA 90211",
        "street": "329 S Clark Dr",
        "city": "Beverly Hills",
        "state": "CA",
        "zipcode": "90211"
      },
      "price": 5047000,
      "currency": "USD",
      "bedrooms": 5,
      "bathrooms": 6.0,
      "living_area": 3900,
      "living_area_units": "sqft",
      "lot_area_value": 6000.0,
      "zestimate": 5046700,
      "rent_zestimate": 8446,
      "days_on_zillow": 31,
      "is_zillow_owned": false,
      "has_3d_model": false,
      "has_video": false,
      "is_undisclosed_address": false,
      "latitude": 34.061043,
      "longitude": -118.384895,
      "broker_name": "Coldwell Banker Realty",
      "image_link": "https://photos.zillowstatic.com/fp/fc7640a41a0e3b40a815a1acc73563a0-p_e.jpg",
      "link": "https://www.zillow.com/homedetails/329-S-Clark-Dr-Beverly-Hills-CA-90211/20513645_zpid/"
    },
    {
      "zpid": "20520701",
      "status": "SOLD",
      "status_text": "Sold",
      "home_type": "CONDO",
      "address": {
        "full": "450 N Maple Dr APT 401, Beverly Hills, CA 90210",
        "street": "450 N Maple Dr APT 401",
        "city": "Beverly Hills",
        "state": "CA",
        "zipcode": "90210"
      },
      "price": 3185000,
      "currency": "USD",
      "bedrooms": 4,
      "bathrooms": 4.0,
      "living_area": 3968,
      "living_area_units": "sqft",
      "lot_area_value": 0.3353,
      "zestimate": 3183600,
      "rent_zestimate": 16997,
      "days_on_zillow": 32,
      "is_zillow_owned": false,
      "has_3d_model": false,
      "has_video": false,
      "is_undisclosed_address": false,
      "latitude": 34.07816,
      "longitude": -118.39312,
      "broker_name": "Rodeo Realty",
      "image_link": "https://photos.zillowstatic.com/fp/d60ddd1de341f1eb4137f01339185088-p_e.jpg",
      "link": "https://www.zillow.com/homedetails/450-N-Maple-Dr-APT-401-Beverly-Hills-CA-90210/20520701_zpid/"
    },
    {
      "zpid": "122235753",
      "status": "SOLD",
      "status_text": "Sold",
      "home_type": "CONDO",
      "address": {
        "full": "460 N Palm Dr #506, Beverly Hills, CA 90210",
        "street": "460 N Palm Dr #506",
        "city": "Beverly Hills",
        "state": "CA",
        "zipcode": "90210"
      },
      "price": 4350000,
      "currency": "USD",
      "bedrooms": 3,
      "bathrooms": 4.0,
      "living_area": 2810,
      "living_area_units": "sqft",
      "lot_area_value": 0.3084710743801653,
      "zestimate": 4348200,
      "rent_zestimate": 17013,
      "days_on_zillow": 32,
      "is_zillow_owned": false,
      "has_3d_model": false,
      "has_video": false,
      "is_undisclosed_address": false,
      "latitude": 34.078926,
      "longitude": -118.391884,
      "broker_name": null,
      "image_link": "https://maps.googleapis.com/maps/api/staticmap?mobile=false&sensor=true&maptype=satellite&size=575x242&zoom=17&center=34.07892608642578,-118.39188385009766&key=AIzaSyBWYJWCA8FNMQvSe_k3LKfDGJaEgdKwsco&signature=eASsamUACUn_Dm3BVfhD9VAj-0Q=",
      "link": "https://www.zillow.com/homedetails/460-N-Palm-Dr-506-Beverly-Hills-CA-90210/122235753_zpid/"
    },
    {
      "zpid": "461879958",
      "status": "SOLD",
      "status_text": "Sold",
      "home_type": "CONDO",
      "address": {
        "full": "450 N Palm Dr #Penthouse 506, Beverly Hills, CA 90210",
        "street": "450 N Palm Dr #Penthouse 506",
        "city": "Beverly Hills",
        "state": "CA",
        "zipcode": "90210"
      },
      "price": 4350000,
      "currency": "USD",
      "bedrooms": 3,
      "bathrooms": 5.0,
      "living_area": 2958,
      "living_area_units": "sqft",
      "lot_area_value": 0.3086,
      "zestimate": 4348800,
      "rent_zestimate": null,
      "days_on_zillow": 32,
      "is_zillow_owned": false,
      "has_3d_model": false,
      "has_video": false,
      "is_undisclosed_address": false,
      "latitude": 34.078953,
      "longitude": -118.39195,
      "broker_name": "Christie's International Real Estate SoCal",
      "image_link": "https://photos.zillowstatic.com/fp/d9d019e5ec7f967479c7e292c5f24254-p_e.jpg",
      "link": "https://www.zillow.com/homedetails/450-N-Palm-Dr-PENTHOUSE-506-Beverly-Hills-CA-90210/461879958_zpid/"
    },
    {
      "zpid": "20512578",
      "status": "SOLD",
      "status_text": "Sold",
      "home_type": "CONDO",
      "address": {
        "full": "361 S Doheny Dr, Beverly Hills, CA 90211",
        "street": "361 S Doheny Dr",
        "city": "Beverly Hills",
        "state": "CA",
        "zipcode": "90211"
      },
      "price": 980000,
      "currency": "USD",
      "bedrooms": 2,
      "bathrooms": 2.0,
      "living_area": 1210,
      "living_area_units": "sqft",
      "lot_area_value": 5492.916,
      "zestimate": 979800,
      "rent_zestimate": 4029,
      "days_on_zillow": 33,
      "is_zillow_owned": false,
      "has_3d_model": false,
      "has_video": false,
      "is_undisclosed_address": false,
      "latitude": 34.059994,
      "longitude": -118.390076,
      "broker_name": "Sotheby's International Realty",
      "image_link": "https://photos.zillowstatic.com/fp/759e99fa4ae32baead5fb4a51c0f526c-p_e.jpg",
      "link": "https://www.zillow.com/homedetails/361-S-Doheny-Dr-Beverly-Hills-CA-90211/20512578_zpid/"
    },
    {
      "zpid": "20514379",
      "status": "SOLD",
      "status_text": "Sold",
      "home_type": "MULTI_FAMILY",
      "address": {
        "full": "234 S Gale Dr #10, Beverly Hills, CA 90211",
        "street": "234 S Gale Dr #10",
        "city": "Beverly Hills",
        "state": "CA",
        "zipcode": "90211"
      },
      "price": 988000,
      "currency": "USD",
      "bedrooms": 2,
      "bathrooms": 2.5,
      "living_area": 1421,
      "living_area_units": "sqft",
      "lot_area_value": 0.5969467401285583,
      "zestimate": 987300,
      "rent_zestimate": 4583,
      "days_on_zillow": 36,
      "is_zillow_owned": false,
      "has_3d_model": false,
      "has_video": false,
      "is_undisclosed_address": false,
      "latitude": 34.0627,
      "longitude": -118.37371,
      "broker_name": null,
      "image_link": "https://photos.zillowstatic.com/fp/03b0953d1dfaaf817f1729d89ac7bb4b-p_e.jpg",
      "link": "https://www.zillow.com/homedetails/234-S-Gale-Dr-10-Beverly-Hills-CA-90211/20514379_zpid/"
    },
    {
      "zpid": "2097330103",
      "status": "SOLD",
      "status_text": "Sold",
      "home_type": "CONDO",
      "address": {
        "full": "234 S Gale Dr APT 105, Beverly Hills, CA 90211",
        "street": "234 S Gale Dr APT 105",
        "city": "Beverly Hills",
        "state": "CA",
        "zipcode": "90211"
      },
      "price": 988000,
      "currency": "USD",
      "bedrooms": 2,
      "bathrooms": 3.0,
      "living_area": 1421,
      "living_area_units": "sqft",
      "lot_area_value": 0.5977961432506887,
      "zestimate": 987600,
      "rent_zestimate": 4854,
      "days_on_zillow": 36,
      "is_zillow_owned": false,
      "has_3d_model": false,
      "has_video": false,
      "is_undisclosed_address": false,
      "latitude": 34.06269,
      "longitude": -118.373695,
      "broker_name": "Alta Realty Group CA, Inc",
      "image_link": "https://photos.zillowstatic.com/fp/c75ed6dfc68e9346ab80de8ebc4b3871-p_e.jpg",
      "link": "https://www.zillow.com/homedetails/234-S-Gale-Dr-APT-105-Beverly-Hills-CA-90211/2097330103_zpid/"
    },
    {
      "zpid": "20520515",
      "status": "SOLD",
      "status_text": "Sold",
      "home_type": "SINGLE_FAMILY",
      "address": {
        "full": "312 N Palm Dr, Beverly Hills, CA 90210",
        "street": "312 N Palm Dr",
        "city": "Beverly Hills",
        "state": "CA",
        "zipcode": "90210"
      },
      "price": 4000000,
      "currency": "USD",
      "bedrooms": 3,
      "bathrooms": 3.0,
      "living_area": 2251,
      "living_area_units": "sqft",
      "lot_area_value": 7501.032,
      "zestimate": 3999300,
      "rent_zestimate": 7376,
      "days_on_zillow": 37,
      "is_zillow_owned": false,
      "has_3d_model": false,
      "has_video": false,
      "is_undisclosed_address": false,
      "latitude": 34.071777,
      "longitude": -118.39188,
      "broker_name": "The Agency",
      "image_link": "https://photos.zillowstatic.com/fp/82dc98f4757ea0806046d28cd0071bd5-p_e.jpg",
      "link": "https://www.zillow.com/homedetails/312-N-Palm-Dr-Beverly-Hills-CA-90210/20520515_zpid/"
    },
    {
      "zpid": "20515847",
      "status": "SOLD",
      "status_text": "Sold",
      "home_type": "CONDO",
      "address": {
        "full": "300 N Swall Dr Unit 408, Beverly Hills, CA 90211",
        "street": "300 N Swall Dr Unit 408",
        "city": "Beverly Hills",
        "state": "CA",
        "zipcode": "90211"
      },
      "price": 2990000,
      "currency": "USD",
      "bedrooms": 2,
      "bathrooms": 3.0,
      "living_area": 2777,
      "living_area_units": "sqft",
      "lot_area_value": 2.29,
      "zestimate": 2824300,
      "rent_zestimate": 7551,
      "days_on_zillow": 40,
      "is_zillow_owned": false,
      "has_3d_model": false,
      "has_video": false,
      "is_undisclosed_address": false,
      "latitude": 34.07116,
      "longitude": -118.38524,
      "broker_name": "Sotheby's International Realty",
      "image_link": "https://photos.zillowstatic.com/fp/9a0d274ce7f19f377e35632ce9071355-p_e.jpg",
      "link": "https://www.zillow.com/homedetails/300-N-Swall-Dr-UNIT-408-Beverly-Hills-CA-90211/20515847_zpid/"
    },
    {
      "zpid": "20522275",
      "status": "SOLD",
      "status_text": "Sold",
      "home_type": "SINGLE_FAMILY",
      "address": {
        "full": "1210 Benedict Canyon Dr, Beverly Hills, CA 90210",
        "street": "1210 Benedict Canyon Dr",
        "city": "Beverly Hills",
        "state": "CA",
        "zipcode": "90210"
      },
      "price": 47750000,
      "currency": "USD",
      "bedrooms": 11,
      "bathrooms": 16.0,
      "living_area": 27150,
      "living_area_units": "sqft",
      "lot_area_value": 2.687488521579431,
      "zestimate": 47745900,
      "rent_zestimate": 222284,
      "days_on_zillow": 40,
      "is_zillow_owned": false,
      "has_3d_model": false,
      "has_video": false,
      "is_undisclosed_address": false,
      "latitude": 34.08829,
      "longitude": -118.42401,
      "broker_name": null,
      "image_link": "https://maps.googleapis.com/maps/api/staticmap?mobile=false&sensor=true&maptype=satellite&size=575x242&zoom=17&center=34.08829116821289,-118.42401123046875&key=AIzaSyBWYJWCA8FNMQvSe_k3LKfDGJaEgdKwsco&signature=MldO5QoTcBsGV9p5cFRKPLEzrvM=",
      "link": "https://www.zillow.com/homedetails/1210-Benedict-Canyon-Dr-Beverly-Hills-CA-90210/20522275_zpid/"
    },
    {
      "zpid": "444919163",
      "status": "SOLD",
      "status_text": "Sold",
      "home_type": "SINGLE_FAMILY",
      "address": {
        "full": "(undisclosed Address), Beverly Hills, CA 90210",
        "street": "(undisclosed Address)",
        "city": "Beverly Hills",
        "state": "CA",
        "zipcode": "90210"
      },
      "price": 47750000,
      "currency": "USD",
      "bedrooms": 11,
      "bathrooms": 20.0,
      "living_area": 27000,
      "living_area_units": "sqft",
      "lot_area_value": 2.6883,
      "zestimate": 47745900,
      "rent_zestimate": null,
      "days_on_zillow": 41,
      "is_zillow_owned": false,
      "has_3d_model": false,
      "has_video": false,
      "is_undisclosed_address": true,
      "latitude": null,
      "longitude": null,
      "broker_name": "Christie's International Real Estate SoCal",
      "image_link": null,
      "link": "https://www.zillow.com/homedetails/Beverly-Hills-CA-90210/444919163_zpid/"
    },
    {
      "zpid": "20522131",
      "status": "SOLD",
      "status_text": "Sold",
      "home_type": "SINGLE_FAMILY",
      "address": {
        "full": "1025 N Crescent Dr, Beverly Hills, CA 90210",
        "street": "1025 N Crescent Dr",
        "city": "Beverly Hills",
        "state": "CA",
        "zipcode": "90210"
      },
      "price": 16980000,
      "currency": "USD",
      "bedrooms": 5,
      "bathrooms": 6.0,
      "living_area": 5619,
      "living_area_units": "sqft",
      "lot_area_value": 0.8664999999999999,
      "zestimate": 16977100,
      "rent_zestimate": 39928,
      "days_on_zillow": 43,
      "is_zillow_owned": false,
      "has_3d_model": false,
      "has_video": false,
      "is_undisclosed_address": false,
      "latitude": 34.08416,
      "longitude": -118.41666,
      "broker_name": "Carolwood Estates",
      "image_link": "https://photos.zillowstatic.com/fp/ba944f32af80c4770cd3f527b57c983e-p_e.jpg",
      "link": "https://www.zillow.com/homedetails/1025-N-Crescent-Dr-Beverly-Hills-CA-90210/20522131_zpid/"
    },
    {
      "zpid": "20511343",
      "status": "SOLD",
      "status_text": "Sold",
      "home_type": "CONDO",
      "address": {
        "full": "455 S Bedford Dr Unit 8, Beverly Hills, CA 90212",
        "street": "455 S Bedford Dr Unit 8",
        "city": "Beverly Hills",
        "state": "CA",
        "zipcode": "90212"
      },
      "price": 1650000,
      "currency": "USD",
      "bedrooms": 2,
      "bathrooms": 3.0,
      "living_area": 1981,
      "living_area_units": "sqft",
      "lot_area_value": 0.2873,
      "zestimate": 1650000,
      "rent_zestimate": 7297,
      "days_on_zillow": 46,
      "is_zillow_owned": false,
      "has_3d_model": false,
      "has_video": false,
      "is_undisclosed_address": false,
      "latitude": 34.057987,
      "longitude": -118.40485,
      "broker_name": "Realty One Group United",
      "image_link": "https://photos.zillowstatic.com/fp/dbc389a11b5c595a2d04340c05f55fb7-p_e.jpg",
      "link": "https://www.zillow.com/homedetails/455-S-Bedford-Dr-UNIT-8-Beverly-Hills-CA-90212/20511343_zpid/"
    },
    {
      "zpid": "20534537",
      "status": "SOLD",
      "status_text": "Sold",
      "home_type": "SINGLE_FAMILY",
      "address": {
        "full": "1645 Carla Rdg, Beverly Hills, CA 90210",
        "street": "1645 Carla Rdg",
        "city": "Beverly Hills",
        "state": "CA",
        "zipcode": "90210"
      },
      "price": 11433000,
      "currency": "USD",
      "bedrooms": 4,
      "bathrooms": 6.0,
      "living_area": 5412,
      "living_area_units": "sqft",
      "lot_area_value": 0.6362,
      "zestimate": 11431800,
      "rent_zestimate": 53393,
      "days_on_zillow": 51,
      "is_zillow_owned": false,
      "has_3d_model": false,
      "has_video": false,
      "is_undisclosed_address": false,
      "latitude": 34.105026,
      "longitude": -118.40018,
      "broker_name": "Compass",
      "image_link": "https://photos.zillowstatic.com/fp/2a4240b5c75ffee3786c4bce4f9f4d13-p_e.jpg",
      "link": "https://www.zillow.com/homedetails/1645-Carla-Rdg-Beverly-Hills-CA-90210/20534537_zpid/"
    },
    {
      "zpid": "20522086",
      "status": "SOLD",
      "status_text": "Sold",
      "home_type": "SINGLE_FAMILY",
      "address": {
        "full": "1120 Summit Dr, Beverly Hills, CA 90210",
        "street": "1120 Summit Dr",
        "city": "Beverly Hills",
        "state": "CA",
        "zipcode": "90210"
      },
      "price": 9200000,
      "currency": "USD",
      "bedrooms": 0,
      "bathrooms": 0.0,
      "living_area": 5216,
      "living_area_units": "sqft",
      "lot_area_value": 0.8755968778696052,
      "zestimate": 9278900,
      "rent_zestimate": 30879,
      "days_on_zillow": 52,
      "is_zillow_owned": false,
      "has_3d_model": false,
      "has_video": false,
      "is_undisclosed_address": false,
      "latitude": 34.08807,
      "longitude": -118.41931,
      "broker_name": null,
      "image_link": "https://photos.zillowstatic.com/fp/cd6fb611a195cace72f4da7f221654fc-p_e.jpg",
      "link": "https://www.zillow.com/homedetails/1120-Summit-Dr-Beverly-Hills-CA-90210/20522086_zpid/"
    },
    {
      "zpid": "122234556",
      "status": "SOLD",
      "status_text": "Sold",
      "home_type": "CONDO",
      "address": {
        "full": "460 N Palm Dr #306, Beverly Hills, CA 90210",
        "street": "460 N Palm Dr #306",
        "city": "Beverly Hills",
        "state": "CA",
        "zipcode": "90210"
      },
      "price": 3935000,
      "currency": "USD",
      "bedrooms": 3,
      "bathrooms": 4.0,
      "living_area": 2810,
      "living_area_units": "sqft",
      "lot_area_value": 0.3084710743801653,
      "zestimate": 3933200,
      "rent_zestimate": 15982,
      "days_on_zillow": 52,
      "is_zillow_owned": false,
      "has_3d_model": false,
      "has_video": false,
      "is_undisclosed_address": false,
      "latitude": 34.078926,
      "longitude": -118.391884,
      "broker_name": null,
      "image_link": "https://photos.zillowstatic.com/fp/3fb826639cd6f80338e325f9cd6925b6-p_e.jpg",
      "link": "https://www.zillow.com/homedetails/460-N-Palm-Dr-306-Beverly-Hills-CA-90210/122234556_zpid/"
    },
    {
      "zpid": "2100531172",
      "status": "SOLD",
      "status_text": "Sold",
      "home_type": "CONDO",
      "address": {
        "full": "450 N Palm Dr Unit 306, Beverly Hills, CA 90210",
        "street": "450 N Palm Dr Unit 306",
        "city": "Beverly Hills",
        "state": "CA",
        "zipcode": "90210"
      },
      "price": 3935000,
      "currency": "USD",
      "bedrooms": 3,
      "bathrooms": 4.0,
      "living_area": 2810,
      "living_area_units": "sqft",
      "lot_area_value": 0.3086,
      "zestimate": 3934500,
      "rent_zestimate": 15829,
      "days_on_zillow": 52,
      "is_zillow_owned": false,
      "has_3d_model": false,
      "has_video": false,
      "is_undisclosed_address": false,
      "latitude": 34.078552,
      "longitude": -118.3919,
      "broker_name": "The Agency",
      "image_link": "https://photos.zillowstatic.com/fp/dadbd665cc68e271ec09e684c5185893-p_e.jpg",
      "link": "https://www.zillow.com/homedetails/450-N-Palm-Dr-UNIT-306-Beverly-Hills-CA-90210/2100531172_zpid/"
    }
  ],
  "status": "sold"
}