Zillow Scraper

ENDPOINTS
GET/properties/search-sale

Search Homes For Sale

One page (~40) of homes for sale for a location, with filters, sorting and next/previous links.

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": 187,
  "per_page": 40,
  "current_page": 1,
  "total_pages": 5,
  "next": "https://zillow-scraper.omkar.cloud/zillow/properties/search-sale?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": "20534384",
      "status": "FOR_SALE",
      "status_text": "House for sale",
      "home_type": "SINGLE_FAMILY",
      "address": {
        "full": "1740 Carla Rdg, Beverly Hills, CA 90210",
        "street": "1740 Carla Rdg",
        "city": "Beverly Hills",
        "state": "CA",
        "zipcode": "90210"
      },
      "price": 10495000,
      "currency": "USD",
      "bedrooms": 4,
      "bathrooms": 5.0,
      "living_area": 0,
      "living_area_units": "sqft",
      "lot_area_value": 0.47569999999999996,
      "zestimate": 10045100,
      "rent_zestimate": 23360,
      "days_on_zillow": 85,
      "is_zillow_owned": false,
      "has_3d_model": true,
      "has_video": false,
      "is_undisclosed_address": false,
      "latitude": 34.107277,
      "longitude": -118.398026,
      "broker_name": "Christie's International Real Estate SoCal",
      "image_link": "https://photos.zillowstatic.com/fp/e942c97a7409dcb8d22c21b70cc76496-p_e.jpg",
      "link": "https://www.zillow.com/homedetails/1740-Carla-Rdg-Beverly-Hills-CA-90210/20534384_zpid/"
    },
    {
      "zpid": "20519812",
      "status": "FOR_SALE",
      "status_text": "House for sale",
      "home_type": "SINGLE_FAMILY",
      "address": {
        "full": "805 N Alpine Dr, Beverly Hills, CA 90210",
        "street": "805 N Alpine Dr",
        "city": "Beverly Hills",
        "state": "CA",
        "zipcode": "90210"
      },
      "price": 29900000,
      "currency": "USD",
      "bedrooms": 7,
      "bathrooms": 9.0,
      "living_area": 12750,
      "living_area_units": "sqft",
      "lot_area_value": 0.7903,
      "zestimate": 22066500,
      "rent_zestimate": 61893,
      "days_on_zillow": 2,
      "is_zillow_owned": false,
      "has_3d_model": false,
      "has_video": false,
      "is_undisclosed_address": false,
      "latitude": 34.083176,
      "longitude": -118.40743,
      "broker_name": "Coldwell Banker Realty",
      "image_link": "https://photos.zillowstatic.com/fp/7efb268845ff57a3fa3ad37c8cd1aba3-p_e.jpg",
      "link": "https://www.zillow.com/homedetails/805-N-Alpine-Dr-Beverly-Hills-CA-90210/20519812_zpid/"
    },
    {
      "zpid": "20521927",
      "status": "FOR_SALE",
      "status_text": "House for sale",
      "home_type": "SINGLE_FAMILY",
      "address": {
        "full": "826 Greenway Dr, Beverly Hills, CA 90210",
        "street": "826 Greenway Dr",
        "city": "Beverly Hills",
        "state": "CA",
        "zipcode": "90210"
      },
      "price": 35000000,
      "currency": "USD",
      "bedrooms": 5,
      "bathrooms": 11.0,
      "living_area": 13678,
      "living_area_units": "sqft",
      "lot_area_value": 0.6139,
      "zestimate": 34737100,
      "rent_zestimate": 7772,
      "days_on_zillow": 15,
      "is_zillow_owned": false,
      "has_3d_model": false,
      "has_video": false,
      "is_undisclosed_address": false,
      "latitude": 34.075024,
      "longitude": -118.420296,
      "broker_name": "Carolwood Estates",
      "image_link": "https://photos.zillowstatic.com/fp/116728133c90d0dd3b6f2dd4256980fb-p_e.jpg",
      "link": "https://www.zillow.com/homedetails/826-Greenway-Dr-Beverly-Hills-CA-90210/20521927_zpid/"
    },
    {
      "zpid": "20522066",
      "status": "FOR_SALE",
      "status_text": "New construction",
      "home_type": "SINGLE_FAMILY",
      "address": {
        "full": "1140 Summit Dr, Beverly Hills, CA 90210",
        "street": "1140 Summit Dr",
        "city": "Beverly Hills",
        "state": "CA",
        "zipcode": "90210"
      },
      "price": 34800000,
      "currency": "USD",
      "bedrooms": 7,
      "bathrooms": 8.0,
      "living_area": 11852,
      "living_area_units": "sqft",
      "lot_area_value": 0.47715794306703396,
      "zestimate": 32697500,
      "rent_zestimate": 23312,
      "days_on_zillow": 32,
      "is_zillow_owned": false,
      "has_3d_model": false,
      "has_video": false,
      "is_undisclosed_address": false,
      "latitude": 34.089806,
      "longitude": -118.41858,
      "broker_name": "Carolwood Estates",
      "image_link": "https://photos.zillowstatic.com/fp/2ffc4ef99a6e7f12a2a922b086d68950-p_e.jpg",
      "link": "https://www.zillow.com/homedetails/1140-Summit-Dr-Beverly-Hills-CA-90210/20522066_zpid/"
    },
    {
      "zpid": "20522531",
      "status": "FOR_SALE",
      "status_text": "House for sale",
      "home_type": "SINGLE_FAMILY",
      "address": {
        "full": "9541 Sunset Blvd, Beverly Hills, CA 90210",
        "street": "9541 Sunset Blvd",
        "city": "Beverly Hills",
        "state": "CA",
        "zipcode": "90210"
      },
      "price": 24500000,
      "currency": "USD",
      "bedrooms": 8,
      "bathrooms": 9.0,
      "living_area": 9500,
      "living_area_units": "sqft",
      "lot_area_value": 0.5958,
      "zestimate": 21502900,
      "rent_zestimate": 9734,
      "days_on_zillow": 79,
      "is_zillow_owned": false,
      "has_3d_model": false,
      "has_video": false,
      "is_undisclosed_address": false,
      "latitude": 34.086353,
      "longitude": -118.40713,
      "broker_name": "Christie's International Real Estate SoCal",
      "image_link": "https://photos.zillowstatic.com/fp/3eeec3007fe48ecfa9cb06dd6c1b02cb-p_e.jpg",
      "link": "https://www.zillow.com/homedetails/9541-Sunset-Blvd-Beverly-Hills-CA-90210/20522531_zpid/"
    },
    {
      "zpid": "20534705",
      "status": "FOR_SALE",
      "status_text": "House for sale",
      "home_type": "SINGLE_FAMILY",
      "address": {
        "full": "1016 N Hillcrest Rd, Beverly Hills, CA 90210",
        "street": "1016 N Hillcrest Rd",
        "city": "Beverly Hills",
        "state": "CA",
        "zipcode": "90210"
      },
      "price": 29800000,
      "currency": "USD",
      "bedrooms": 4,
      "bathrooms": 6.0,
      "living_area": 7016,
      "living_area_units": "sqft",
      "lot_area_value": 1.3235,
      "zestimate": null,
      "rent_zestimate": 6690,
      "days_on_zillow": 2,
      "is_zillow_owned": false,
      "has_3d_model": false,
      "has_video": false,
      "is_undisclosed_address": false,
      "latitude": 34.094784,
      "longitude": -118.39618,
      "broker_name": "The Beverly Hills Estates",
      "image_link": "https://photos.zillowstatic.com/fp/cd75ebee493b08cb7fabd81153be68da-p_e.jpg",
      "link": "https://www.zillow.com/homedetails/1016-N-Hillcrest-Rd-Beverly-Hills-CA-90210/20534705_zpid/"
    },
    {
      "zpid": "20509126",
      "status": "FOR_SALE",
      "status_text": "House for sale",
      "home_type": "SINGLE_FAMILY",
      "address": {
        "full": "316 S Peck Dr, Beverly Hills, CA 90212",
        "street": "316 S Peck Dr",
        "city": "Beverly Hills",
        "state": "CA",
        "zipcode": "90212"
      },
      "price": 5495000,
      "currency": "USD",
      "bedrooms": 5,
      "bathrooms": 6.0,
      "living_area": 3595,
      "living_area_units": "sqft",
      "lot_area_value": 7653.492,
      "zestimate": null,
      "rent_zestimate": null,
      "days_on_zillow": 4,
      "is_zillow_owned": false,
      "has_3d_model": false,
      "has_video": false,
      "is_undisclosed_address": false,
      "latitude": 34.06139,
      "longitude": -118.40314,
      "broker_name": "Compass",
      "image_link": "https://photos.zillowstatic.com/fp/2c18f787b51117aa5f854cd89aeee5a1-p_e.jpg",
      "link": "https://www.zillow.com/homedetails/316-S-Peck-Dr-Beverly-Hills-CA-90212/20509126_zpid/"
    },
    {
      "zpid": "20522269",
      "status": "FOR_SALE",
      "status_text": "House for sale",
      "home_type": "SINGLE_FAMILY",
      "address": {
        "full": "1110 Benedict Canyon Dr, Beverly Hills, CA 90210",
        "street": "1110 Benedict Canyon Dr",
        "city": "Beverly Hills",
        "state": "CA",
        "zipcode": "90210"
      },
      "price": 7879000,
      "currency": "USD",
      "bedrooms": 5,
      "bathrooms": 6.0,
      "living_area": 5257,
      "living_area_units": "sqft",
      "lot_area_value": 0.42089999999999994,
      "zestimate": 7464100,
      "rent_zestimate": 27555,
      "days_on_zillow": 3,
      "is_zillow_owned": false,
      "has_3d_model": false,
      "has_video": false,
      "is_undisclosed_address": false,
      "latitude": 34.08676,
      "longitude": -118.42327,
      "broker_name": "Berkshire Hathaway HomeServices California Properties",
      "image_link": "https://photos.zillowstatic.com/fp/a70212fd32098349447dcafae7468414-p_e.jpg",
      "link": "https://www.zillow.com/homedetails/1110-Benedict-Canyon-Dr-Beverly-Hills-CA-90210/20522269_zpid/"
    },
    {
      "zpid": "20534780",
      "status": "FOR_SALE",
      "status_text": "House for sale",
      "home_type": "SINGLE_FAMILY",
      "address": {
        "full": "630 Clinton Pl, Beverly Hills, CA 90210",
        "street": "630 Clinton Pl",
        "city": "Beverly Hills",
        "state": "CA",
        "zipcode": "90210"
      },
      "price": 17800000,
      "currency": "USD",
      "bedrooms": 5,
      "bathrooms": 5.0,
      "living_area": 6910,
      "living_area_units": "sqft",
      "lot_area_value": 0.2839,
      "zestimate": 17646300,
      "rent_zestimate": 53537,
      "days_on_zillow": 8,
      "is_zillow_owned": false,
      "has_3d_model": false,
      "has_video": false,
      "is_undisclosed_address": false,
      "latitude": 34.10928,
      "longitude": -118.3964,
      "broker_name": "The Beverly Hills Estates",
      "image_link": "https://photos.zillowstatic.com/fp/c52c419c633cdd1884496e3167d932de-p_e.jpg",
      "link": "https://www.zillow.com/homedetails/630-Clinton-Pl-Beverly-Hills-CA-90210/20534780_zpid/"
    },
    {
      "zpid": "20521618",
      "status": "FOR_SALE",
      "status_text": "House for sale",
      "home_type": "SINGLE_FAMILY",
      "address": {
        "full": "701 Trenton Dr, Beverly Hills, CA 90210",
        "street": "701 Trenton Dr",
        "city": "Beverly Hills",
        "state": "CA",
        "zipcode": "90210"
      },
      "price": 11595000,
      "currency": "USD",
      "bedrooms": 5,
      "bathrooms": 8.0,
      "living_area": 5361,
      "living_area_units": "sqft",
      "lot_area_value": 0.4255050505050505,
      "zestimate": 11093100,
      "rent_zestimate": 36874,
      "days_on_zillow": 1,
      "is_zillow_owned": false,
      "has_3d_model": false,
      "has_video": false,
      "is_undisclosed_address": false,
      "latitude": 34.06901,
      "longitude": -118.41529,
      "broker_name": "Coldwell Banker Realty",
      "image_link": "https://photos.zillowstatic.com/fp/c0636df424eb960a00b221c9a647962d-p_e.jpg",
      "link": "https://www.zillow.com/homedetails/701-Trenton-Dr-Beverly-Hills-CA-90210/20521618_zpid/"
    },
    {
      "zpid": "20522339",
      "status": "FOR_SALE",
      "status_text": "House for sale",
      "home_type": "SINGLE_FAMILY",
      "address": {
        "full": "1027 Ridgedale Dr, Beverly Hills, CA 90210",
        "street": "1027 Ridgedale Dr",
        "city": "Beverly Hills",
        "state": "CA",
        "zipcode": "90210"
      },
      "price": 15995000,
      "currency": "USD",
      "bedrooms": 4,
      "bathrooms": 5.0,
      "living_area": 4392,
      "living_area_units": "sqft",
      "lot_area_value": 0.5937,
      "zestimate": 15495200,
      "rent_zestimate": 43435,
      "days_on_zillow": 18,
      "is_zillow_owned": false,
      "has_3d_model": false,
      "has_video": false,
      "is_undisclosed_address": false,
      "latitude": 34.083748,
      "longitude": -118.426544,
      "broker_name": "Carolwood Estates",
      "image_link": "https://photos.zillowstatic.com/fp/416e7d7864c297ff2f19a8f8231d5f26-p_e.jpg",
      "link": "https://www.zillow.com/homedetails/1027-Ridgedale-Dr-Beverly-Hills-CA-90210/20522339_zpid/"
    },
    {
      "zpid": "20522729",
      "status": "FOR_SALE",
      "status_text": "House for sale",
      "home_type": "SINGLE_FAMILY",
      "address": {
        "full": "1185 Loma Linda Dr, Beverly Hills, CA 90210",
        "street": "1185 Loma Linda Dr",
        "city": "Beverly Hills",
        "state": "CA",
        "zipcode": "90210"
      },
      "price": 8495000,
      "currency": "USD",
      "bedrooms": 5,
      "bathrooms": 6.0,
      "living_area": 4623,
      "living_area_units": "sqft",
      "lot_area_value": 0.6121,
      "zestimate": 7711300,
      "rent_zestimate": 34002,
      "days_on_zillow": 4,
      "is_zillow_owned": false,
      "has_3d_model": false,
      "has_video": false,
      "is_undisclosed_address": false,
      "latitude": 34.09329,
      "longitude": -118.40953,
      "broker_name": "The Beverly Hills Estates",
      "image_link": "https://photos.zillowstatic.com/fp/394669475de2bd8be51b4102e1fde03e-p_e.jpg",
      "link": "https://www.zillow.com/homedetails/1185-Loma-Linda-Dr-Beverly-Hills-CA-90210/20522729_zpid/"
    },
    {
      "zpid": "20534285",
      "status": "FOR_SALE",
      "status_text": "House for sale",
      "home_type": "SINGLE_FAMILY",
      "address": {
        "full": "455 Castle Pl, Beverly Hills, CA 90210",
        "street": "455 Castle Pl",
        "city": "Beverly Hills",
        "state": "CA",
        "zipcode": "90210"
      },
      "price": 14995000,
      "currency": "USD",
      "bedrooms": 6,
      "bathrooms": 7.0,
      "living_area": 8600,
      "living_area_units": "sqft",
      "lot_area_value": 0.4609,
      "zestimate": 14000700,
      "rent_zestimate": 22856,
      "days_on_zillow": 32,
      "is_zillow_owned": false,
      "has_3d_model": true,
      "has_video": false,
      "is_undisclosed_address": false,
      "latitude": 34.111534,
      "longitude": -118.39428,
      "broker_name": "Carolwood Estates",
      "image_link": "https://photos.zillowstatic.com/fp/f9d6345bfda355809b85079416b4a00b-p_e.jpg",
      "link": "https://www.zillow.com/homedetails/455-Castle-Pl-Beverly-Hills-CA-90210/20534285_zpid/"
    },
    {
      "zpid": "20522623",
      "status": "FOR_SALE",
      "status_text": "House for sale",
      "home_type": "SINGLE_FAMILY",
      "address": {
        "full": "1138 Coldwater Canyon Dr, Beverly Hills, CA 90210",
        "street": "1138 Coldwater Canyon Dr",
        "city": "Beverly Hills",
        "state": "CA",
        "zipcode": "90210"
      },
      "price": 5525000,
      "currency": "USD",
      "bedrooms": 5,
      "bathrooms": 5.0,
      "living_area": 4417,
      "living_area_units": "sqft",
      "lot_area_value": 0.5711891643709825,
      "zestimate": 5242300,
      "rent_zestimate": 22904,
      "days_on_zillow": 57,
      "is_zillow_owned": false,
      "has_3d_model": false,
      "has_video": false,
      "is_undisclosed_address": false,
      "latitude": 34.09322,
      "longitude": -118.40751,
      "broker_name": "Lux Realty",
      "image_link": "https://photos.zillowstatic.com/fp/264397ff9ba0ef2bc7d1a88b9b91ef86-p_e.jpg",
      "link": "https://www.zillow.com/homedetails/1138-Coldwater-Canyon-Dr-Beverly-Hills-CA-90210/20522623_zpid/"
    },
    {
      "zpid": "20521478",
      "status": "FOR_SALE",
      "status_text": "New construction",
      "home_type": "SINGLE_FAMILY",
      "address": {
        "full": "722 N Camden Dr, Beverly Hills, CA 90210",
        "street": "722 N Camden Dr",
        "city": "Beverly Hills",
        "state": "CA",
        "zipcode": "90210"
      },
      "price": 21995000,
      "currency": "USD",
      "bedrooms": 7,
      "bathrooms": 10.0,
      "living_area": 11466,
      "living_area_units": "sqft",
      "lot_area_value": 0.3554,
      "zestimate": 20950200,
      "rent_zestimate": 84068,
      "days_on_zillow": 90,
      "is_zillow_owned": false,
      "has_3d_model": false,
      "has_video": false,
      "is_undisclosed_address": false,
      "latitude": 34.07642,
      "longitude": -118.41348,
      "broker_name": "Keller Williams Beverly Hills",
      "image_link": "https://photos.zillowstatic.com/fp/fc8ab7df70b8581ec03fc82ec4f429d5-p_e.jpg",
      "link": "https://www.zillow.com/homedetails/722-N-Camden-Dr-Beverly-Hills-CA-90210/20521478_zpid/"
    },
    {
      "zpid": "20522595",
      "status": "FOR_SALE",
      "status_text": "House for sale",
      "home_type": "SINGLE_FAMILY",
      "address": {
        "full": "976 N Alpine Dr, Beverly Hills, CA 90210",
        "street": "976 N Alpine Dr",
        "city": "Beverly Hills",
        "state": "CA",
        "zipcode": "90210"
      },
      "price": 19995000,
      "currency": "USD",
      "bedrooms": 5,
      "bathrooms": 5.0,
      "living_area": 5452,
      "living_area_units": "sqft",
      "lot_area_value": 0.4849,
      "zestimate": 18016700,
      "rent_zestimate": 57705,
      "days_on_zillow": 106,
      "is_zillow_owned": false,
      "has_3d_model": false,
      "has_video": false,
      "is_undisclosed_address": false,
      "latitude": 34.089817,
      "longitude": -118.41,
      "broker_name": "The Beverly Hills Estates",
      "image_link": "https://photos.zillowstatic.com/fp/7b2e7ab0ed527b8f4c114e80a503e285-p_e.jpg",
      "link": "https://www.zillow.com/homedetails/976-N-Alpine-Dr-Beverly-Hills-CA-90210/20522595_zpid/"
    },
    {
      "zpid": "20534770",
      "status": "FOR_SALE",
      "status_text": "House for sale",
      "home_type": "SINGLE_FAMILY",
      "address": {
        "full": "624 Cole Pl, Beverly Hills, CA 90210",
        "street": "624 Cole Pl",
        "city": "Beverly Hills",
        "state": "CA",
        "zipcode": "90210"
      },
      "price": 27998000,
      "currency": "USD",
      "bedrooms": 6,
      "bathrooms": 6.0,
      "living_area": 6586,
      "living_area_units": "sqft",
      "lot_area_value": 0.6288999999999999,
      "zestimate": null,
      "rent_zestimate": 34766,
      "days_on_zillow": 147,
      "is_zillow_owned": false,
      "has_3d_model": true,
      "has_video": false,
      "is_undisclosed_address": false,
      "latitude": 34.10872,
      "longitude": -118.3981,
      "broker_name": "Douglas Elliman",
      "image_link": "https://photos.zillowstatic.com/fp/5afe7e20ef85595e04c6197c80688980-p_e.jpg",
      "link": "https://www.zillow.com/homedetails/624-Cole-Pl-Beverly-Hills-CA-90210/20534770_zpid/"
    },
    {
      "zpid": "20521442",
      "status": "FOR_SALE",
      "status_text": "House for sale",
      "home_type": "SINGLE_FAMILY",
      "address": {
        "full": "812 N Bedford Dr, Beverly Hills, CA 90210",
        "street": "812 N Bedford Dr",
        "city": "Beverly Hills",
        "state": "CA",
        "zipcode": "90210"
      },
      "price": 22500000,
      "currency": "USD",
      "bedrooms": 5,
      "bathrooms": 8.0,
      "living_area": 9288,
      "living_area_units": "sqft",
      "lot_area_value": 0.46690000000000004,
      "zestimate": 21534100,
      "rent_zestimate": 145082,
      "days_on_zillow": 109,
      "is_zillow_owned": false,
      "has_3d_model": true,
      "has_video": false,
      "is_undisclosed_address": false,
      "latitude": 34.0778,
      "longitude": -118.41622,
      "broker_name": "Compass",
      "image_link": "https://photos.zillowstatic.com/fp/8703068f469ac08d024750ac865225f5-p_e.jpg",
      "link": "https://www.zillow.com/homedetails/812-N-Bedford-Dr-Beverly-Hills-CA-90210/20521442_zpid/"
    },
    {
      "zpid": "20519716",
      "status": "FOR_SALE",
      "status_text": "New construction",
      "home_type": "SINGLE_FAMILY",
      "address": {
        "full": "510 N Alpine Dr, Beverly Hills, CA 90210",
        "street": "510 N Alpine Dr",
        "city": "Beverly Hills",
        "state": "CA",
        "zipcode": "90210"
      },
      "price": 20995000,
      "currency": "USD",
      "bedrooms": 6,
      "bathrooms": 8.0,
      "living_area": 10973,
      "living_area_units": "sqft",
      "lot_area_value": 0.2749,
      "zestimate": 20084200,
      "rent_zestimate": 6262,
      "days_on_zillow": 179,
      "is_zillow_owned": false,
      "has_3d_model": false,
      "has_video": false,
      "is_undisclosed_address": false,
      "latitude": 34.075703,
      "longitude": -118.40035,
      "broker_name": "Carolwood Estates",
      "image_link": "https://photos.zillowstatic.com/fp/c33f7905d37230575a98412a2bfc3904-p_e.jpg",
      "link": "https://www.zillow.com/homedetails/510-N-Alpine-Dr-Beverly-Hills-CA-90210/20519716_zpid/"
    },
    {
      "zpid": "462829658",
      "status": "FOR_SALE",
      "status_text": "Condo for sale",
      "home_type": "CONDO",
      "address": {
        "full": "225 N Canon Dr #7D, Beverly Hills, CA 90210",
        "street": "225 N Canon Dr #7D",
        "city": "Beverly Hills",
        "state": "CA",
        "zipcode": "90210"
      },
      "price": 22300000,
      "currency": "USD",
      "bedrooms": 4,
      "bathrooms": 5.0,
      "living_area": 4957,
      "living_area_units": "sqft",
      "lot_area_value": 1.4701,
      "zestimate": 20749200,
      "rent_zestimate": null,
      "days_on_zillow": 95,
      "is_zillow_owned": false,
      "has_3d_model": true,
      "has_video": false,
      "is_undisclosed_address": false,
      "latitude": 34.067753,
      "longitude": -118.398895,
      "broker_name": "Resident Group",
      "image_link": "https://photos.zillowstatic.com/fp/c6d3c0c3d574cf7fd55a95e268958fd7-p_e.jpg",
      "link": "https://www.zillow.com/homedetails/225-N-Canon-Dr-7D-Beverly-Hills-CA-90210/462829658_zpid/"
    },
    {
      "zpid": "20521904",
      "status": "FOR_SALE",
      "status_text": "House for sale",
      "home_type": "SINGLE_FAMILY",
      "address": {
        "full": "927 N Whittier Dr, Beverly Hills, CA 90210",
        "street": "927 N Whittier Dr",
        "city": "Beverly Hills",
        "state": "CA",
        "zipcode": "90210"
      },
      "price": 35995000,
      "currency": "USD",
      "bedrooms": 9,
      "bathrooms": 10.0,
      "living_area": 13000,
      "living_area_units": "sqft",
      "lot_area_value": 0.5767,
      "zestimate": 33483700,
      "rent_zestimate": 50671,
      "days_on_zillow": 64,
      "is_zillow_owned": false,
      "has_3d_model": false,
      "has_video": false,
      "is_undisclosed_address": false,
      "latitude": 34.07979,
      "longitude": -118.421936,
      "broker_name": "The Beverly Hills Estates",
      "image_link": "https://photos.zillowstatic.com/fp/fc1d1f30edfc0cb06ac5cc1940423db6-p_e.jpg",
      "link": "https://www.zillow.com/homedetails/927-N-Whittier-Dr-Beverly-Hills-CA-90210/20521904_zpid/"
    },
    {
      "zpid": "20521030",
      "status": "FOR_SALE",
      "status_text": "New construction",
      "home_type": "SINGLE_FAMILY",
      "address": {
        "full": "605 N Rexford Dr, Beverly Hills, CA 90210",
        "street": "605 N Rexford Dr",
        "city": "Beverly Hills",
        "state": "CA",
        "zipcode": "90210"
      },
      "price": 22000000,
      "currency": "USD",
      "bedrooms": 7,
      "bathrooms": 10.0,
      "living_area": null,
      "living_area_units": "sqft",
      "lot_area_value": 0.3013,
      "zestimate": null,
      "rent_zestimate": null,
      "days_on_zillow": 116,
      "is_zillow_owned": false,
      "has_3d_model": false,
      "has_video": false,
      "is_undisclosed_address": false,
      "latitude": 34.07706,
      "longitude": -118.40364,
      "broker_name": "The Beverly Hills Estates",
      "image_link": "https://photos.zillowstatic.com/fp/bf7e0ba4f89209c962fe7ef07229389b-p_e.jpg",
      "link": "https://www.zillow.com/homedetails/605-N-Rexford-Dr-Beverly-Hills-CA-90210/20521030_zpid/"
    },
    {
      "zpid": "20522511",
      "status": "FOR_SALE",
      "status_text": "House for sale",
      "home_type": "SINGLE_FAMILY",
      "address": {
        "full": "1115 La Altura Rd, Beverly Hills, CA 90210",
        "street": "1115 La Altura Rd",
        "city": "Beverly Hills",
        "state": "CA",
        "zipcode": "90210"
      },
      "price": 40000000,
      "currency": "USD",
      "bedrooms": 4,
      "bathrooms": 9.0,
      "living_area": 8398,
      "living_area_units": "sqft",
      "lot_area_value": 0.5393,
      "zestimate": null,
      "rent_zestimate": 7946,
      "days_on_zillow": 178,
      "is_zillow_owned": false,
      "has_3d_model": false,
      "has_video": false,
      "is_undisclosed_address": false,
      "latitude": 34.090633,
      "longitude": -118.40564,
      "broker_name": "Compass",
      "image_link": "https://photos.zillowstatic.com/fp/fb117effa3e4e1dfd72838ad2291aa6e-p_e.jpg",
      "link": "https://www.zillow.com/homedetails/1115-La-Altura-Rd-Beverly-Hills-CA-90210/20522511_zpid/"
    },
    {
      "zpid": "20521245",
      "status": "FOR_SALE",
      "status_text": "House for sale",
      "home_type": "SINGLE_FAMILY",
      "address": {
        "full": "610 N Rodeo Dr, Beverly Hills, CA 90210",
        "street": "610 N Rodeo Dr",
        "city": "Beverly Hills",
        "state": "CA",
        "zipcode": "90210"
      },
      "price": 18800000,
      "currency": "USD",
      "bedrooms": 8,
      "bathrooms": 10.0,
      "living_area": 8685,
      "living_area_units": "sqft",
      "lot_area_value": 0.2766,
      "zestimate": 17812000,
      "rent_zestimate": 60047,
      "days_on_zillow": 221,
      "is_zillow_owned": false,
      "has_3d_model": true,
      "has_video": false,
      "is_undisclosed_address": false,
      "latitude": 34.074326,
      "longitude": -118.40869,
      "broker_name": "Compass",
      "image_link": "https://photos.zillowstatic.com/fp/572e3879d5dffbef9944b98a1e30deed-p_e.jpg",
      "link": "https://www.zillow.com/homedetails/610-N-Rodeo-Dr-Beverly-Hills-CA-90210/20521245_zpid/"
    },
    {
      "zpid": "20522121",
      "status": "FOR_SALE",
      "status_text": "House for sale",
      "home_type": "SINGLE_FAMILY",
      "address": {
        "full": "1006 N Crescent Dr, Beverly Hills, CA 90210",
        "street": "1006 N Crescent Dr",
        "city": "Beverly Hills",
        "state": "CA",
        "zipcode": "90210"
      },
      "price": 36950000,
      "currency": "USD",
      "bedrooms": 10,
      "bathrooms": 6.0,
      "living_area": 8484,
      "living_area_units": "sqft",
      "lot_area_value": 1.2639,
      "zestimate": null,
      "rent_zestimate": 74889,
      "days_on_zillow": 354,
      "is_zillow_owned": false,
      "has_3d_model": false,
      "has_video": false,
      "is_undisclosed_address": false,
      "latitude": 34.08532,
      "longitude": -118.414764,
      "broker_name": "The Beverly Hills Estates",
      "image_link": "https://photos.zillowstatic.com/fp/96d607e0616652937fb0cf7920dcb9b6-p_e.jpg",
      "link": "https://www.zillow.com/homedetails/1006-N-Crescent-Dr-Beverly-Hills-CA-90210/20522121_zpid/"
    },
    {
      "zpid": "20521048",
      "status": "FOR_SALE",
      "status_text": "House for sale",
      "home_type": "SINGLE_FAMILY",
      "address": {
        "full": "521 N Rexford Dr, Beverly Hills, CA 90210",
        "street": "521 N Rexford Dr",
        "city": "Beverly Hills",
        "state": "CA",
        "zipcode": "90210"
      },
      "price": 6999000,
      "currency": "USD",
      "bedrooms": 4,
      "bathrooms": 5.0,
      "living_area": 3244,
      "living_area_units": "sqft",
      "lot_area_value": 0.31429999999999997,
      "zestimate": 6816600,
      "rent_zestimate": 22630,
      "days_on_zillow": 8,
      "is_zillow_owned": false,
      "has_3d_model": false,
      "has_video": false,
      "is_undisclosed_address": false,
      "latitude": 34.075607,
      "longitude": -118.40271,
      "broker_name": "Compass",
      "image_link": "https://photos.zillowstatic.com/fp/c2ec4d9823bc40904633616ac6faaca8-p_e.jpg",
      "link": "https://www.zillow.com/homedetails/521-N-Rexford-Dr-Beverly-Hills-CA-90210/20521048_zpid/"
    },
    {
      "zpid": "20534737",
      "status": "FOR_SALE",
      "status_text": "House for sale",
      "home_type": "SINGLE_FAMILY",
      "address": {
        "full": "1049 Loma Vista Dr, Beverly Hills, CA 90210",
        "street": "1049 Loma Vista Dr",
        "city": "Beverly Hills",
        "state": "CA",
        "zipcode": "90210"
      },
      "price": 13495000,
      "currency": "USD",
      "bedrooms": 6,
      "bathrooms": 8.0,
      "living_area": 7595,
      "living_area_units": "sqft",
      "lot_area_value": 0.5503,
      "zestimate": 12724500,
      "rent_zestimate": 50585,
      "days_on_zillow": 18,
      "is_zillow_owned": false,
      "has_3d_model": false,
      "has_video": false,
      "is_undisclosed_address": false,
      "latitude": 34.096504,
      "longitude": -118.39921,
      "broker_name": "The Agency",
      "image_link": "https://photos.zillowstatic.com/fp/d12217f65bd0e68d72e5d82312807f55-p_e.jpg",
      "link": "https://www.zillow.com/homedetails/1049-Loma-Vista-Dr-Beverly-Hills-CA-90210/20534737_zpid/"
    },
    {
      "zpid": "20534508",
      "status": "FOR_SALE",
      "status_text": "House for sale",
      "home_type": "SINGLE_FAMILY",
      "address": {
        "full": "530 Leslie Ln, Beverly Hills, CA 90210",
        "street": "530 Leslie Ln",
        "city": "Beverly Hills",
        "state": "CA",
        "zipcode": "90210"
      },
      "price": 22000000,
      "currency": "USD",
      "bedrooms": 4,
      "bathrooms": 6.0,
      "living_area": 6000,
      "living_area_units": "sqft",
      "lot_area_value": 0.5901000000000001,
      "zestimate": null,
      "rent_zestimate": 53188,
      "days_on_zillow": 214,
      "is_zillow_owned": false,
      "has_3d_model": false,
      "has_video": false,
      "is_undisclosed_address": false,
      "latitude": 34.102715,
      "longitude": -118.39924,
      "broker_name": "Westside Estate Agency Inc.",
      "image_link": "https://photos.zillowstatic.com/fp/79a311443089c75c90c98327fc77b01f-p_e.jpg",
      "link": "https://www.zillow.com/homedetails/530-Leslie-Ln-Beverly-Hills-CA-90210/20534508_zpid/"
    },
    {
      "zpid": "20512680",
      "status": "FOR_SALE",
      "status_text": "House for sale",
      "home_type": "SINGLE_FAMILY",
      "address": {
        "full": "317 S Wetherly Dr, Beverly Hills, CA 90211",
        "street": "317 S Wetherly Dr",
        "city": "Beverly Hills",
        "state": "CA",
        "zipcode": "90211"
      },
      "price": 6995000,
      "currency": "USD",
      "bedrooms": 5,
      "bathrooms": 7.0,
      "living_area": 5878,
      "living_area_units": "sqft",
      "lot_area_value": 6372.828,
      "zestimate": 6840500,
      "rent_zestimate": 6899,
      "days_on_zillow": 29,
      "is_zillow_owned": false,
      "has_3d_model": false,
      "has_video": false,
      "is_undisclosed_address": false,
      "latitude": 34.061462,
      "longitude": -118.38899,
      "broker_name": "The Beverly Hills Estates",
      "image_link": "https://photos.zillowstatic.com/fp/374b68caf7f1bf72b1f29b68a7587794-p_e.jpg",
      "link": "https://www.zillow.com/homedetails/317-S-Wetherly-Dr-Beverly-Hills-CA-90211/20512680_zpid/"
    },
    {
      "zpid": "20522297",
      "status": "FOR_SALE",
      "status_text": "House for sale",
      "home_type": "SINGLE_FAMILY",
      "address": {
        "full": "1700 Green Acres Dr, Beverly Hills, CA 90210",
        "street": "1700 Green Acres Dr",
        "city": "Beverly Hills",
        "state": "CA",
        "zipcode": "90210"
      },
      "price": 16990000,
      "currency": "USD",
      "bedrooms": 5,
      "bathrooms": 7.0,
      "living_area": 9163,
      "living_area_units": "sqft",
      "lot_area_value": 0.6231,
      "zestimate": 17332100,
      "rent_zestimate": 61159,
      "days_on_zillow": 123,
      "is_zillow_owned": false,
      "has_3d_model": false,
      "has_video": false,
      "is_undisclosed_address": false,
      "latitude": 34.087215,
      "longitude": -118.424416,
      "broker_name": "Rega Management",
      "image_link": "https://photos.zillowstatic.com/fp/6f9809cf0199ae4269d508760d6bc3b5-p_e.jpg",
      "link": "https://www.zillow.com/homedetails/1700-Green-Acres-Dr-Beverly-Hills-CA-90210/20522297_zpid/"
    },
    {
      "zpid": "20522485",
      "status": "FOR_SALE",
      "status_text": "House for sale",
      "home_type": "SINGLE_FAMILY",
      "address": {
        "full": "510 Stonewood Dr, Beverly Hills, CA 90210",
        "street": "510 Stonewood Dr",
        "city": "Beverly Hills",
        "state": "CA",
        "zipcode": "90210"
      },
      "price": 35000000,
      "currency": "USD",
      "bedrooms": 4,
      "bathrooms": 5.0,
      "living_area": 5573,
      "living_area_units": "sqft",
      "lot_area_value": 0.8239000000000001,
      "zestimate": 33098300,
      "rent_zestimate": 51780,
      "days_on_zillow": 25,
      "is_zillow_owned": false,
      "has_3d_model": false,
      "has_video": false,
      "is_undisclosed_address": false,
      "latitude": 34.090706,
      "longitude": -118.40231,
      "broker_name": "Plus Real Estate",
      "image_link": "https://photos.zillowstatic.com/fp/50bc9924cbeca0dae9ba357931ad79b5-p_e.jpg",
      "link": "https://www.zillow.com/homedetails/510-Stonewood-Dr-Beverly-Hills-CA-90210/20522485_zpid/"
    },
    {
      "zpid": "20521176",
      "status": "FOR_SALE",
      "status_text": "House for sale",
      "home_type": "SINGLE_FAMILY",
      "address": {
        "full": "716 N Beverly Dr, Beverly Hills, CA 90210",
        "street": "716 N Beverly Dr",
        "city": "Beverly Hills",
        "state": "CA",
        "zipcode": "90210"
      },
      "price": 8750000,
      "currency": "USD",
      "bedrooms": 6,
      "bathrooms": 6.0,
      "living_area": 5340,
      "living_area_units": "sqft",
      "lot_area_value": 0.3567,
      "zestimate": null,
      "rent_zestimate": 33141,
      "days_on_zillow": 42,
      "is_zillow_owned": false,
      "has_3d_model": false,
      "has_video": false,
      "is_undisclosed_address": false,
      "latitude": 34.07873,
      "longitude": -118.410835,
      "broker_name": "Prime Rock Realty",
      "image_link": "https://photos.zillowstatic.com/fp/f7d21398cecaec70e19471c6701d45e7-p_e.jpg",
      "link": "https://www.zillow.com/homedetails/716-N-Beverly-Dr-Beverly-Hills-CA-90210/20521176_zpid/"
    },
    {
      "zpid": "20519206",
      "status": "FOR_SALE",
      "status_text": "House for sale",
      "home_type": "SINGLE_FAMILY",
      "address": {
        "full": "619 N Sierra Dr, Beverly Hills, CA 90210",
        "street": "619 N Sierra Dr",
        "city": "Beverly Hills",
        "state": "CA",
        "zipcode": "90210"
      },
      "price": 9750000,
      "currency": "USD",
      "bedrooms": 5,
      "bathrooms": 5.0,
      "living_area": 5028,
      "living_area_units": "sqft",
      "lot_area_value": 0.2875,
      "zestimate": null,
      "rent_zestimate": null,
      "days_on_zillow": 43,
      "is_zillow_owned": false,
      "has_3d_model": false,
      "has_video": false,
      "is_undisclosed_address": false,
      "latitude": 34.083508,
      "longitude": -118.392944,
      "broker_name": "Douglas Elliman of California, Inc.",
      "image_link": "https://photos.zillowstatic.com/fp/b6ee52ac1e630a55de2668816b9dae56-p_e.jpg",
      "link": "https://www.zillow.com/homedetails/619-N-Sierra-Dr-Beverly-Hills-CA-90210/20519206_zpid/"
    },
    {
      "zpid": "20520941",
      "status": "FOR_SALE",
      "status_text": "House for sale",
      "home_type": "SINGLE_FAMILY",
      "address": {
        "full": "906 N Beverly Dr, Beverly Hills, CA 90210",
        "street": "906 N Beverly Dr",
        "city": "Beverly Hills",
        "state": "CA",
        "zipcode": "90210"
      },
      "price": 24995000,
      "currency": "USD",
      "bedrooms": 6,
      "bathrooms": 7.0,
      "living_area": 8932,
      "living_area_units": "sqft",
      "lot_area_value": 0.43479999999999996,
      "zestimate": null,
      "rent_zestimate": 34703,
      "days_on_zillow": 134,
      "is_zillow_owned": false,
      "has_3d_model": false,
      "has_video": false,
      "is_undisclosed_address": false,
      "latitude": 34.08285,
      "longitude": -118.411545,
      "broker_name": "Douglas Elliman of California, Inc.",
      "image_link": "https://photos.zillowstatic.com/fp/56dcfd1a999f1352e457945b41420413-p_e.jpg",
      "link": "https://www.zillow.com/homedetails/906-N-Beverly-Dr-Beverly-Hills-CA-90210/20520941_zpid/"
    },
    {
      "zpid": "20522004",
      "status": "FOR_SALE",
      "status_text": "New construction",
      "home_type": "SINGLE_FAMILY",
      "address": {
        "full": "1210 Laurel Way, Beverly Hills, CA 90210",
        "street": "1210 Laurel Way",
        "city": "Beverly Hills",
        "state": "CA",
        "zipcode": "90210"
      },
      "price": 29750000,
      "currency": "USD",
      "bedrooms": 6,
      "bathrooms": 9.0,
      "living_area": 9856,
      "living_area_units": "sqft",
      "lot_area_value": 0.3761,
      "zestimate": null,
      "rent_zestimate": 8399,
      "days_on_zillow": 219,
      "is_zillow_owned": false,
      "has_3d_model": false,
      "has_video": false,
      "is_undisclosed_address": false,
      "latitude": 34.093403,
      "longitude": -118.417046,
      "broker_name": "Compass",
      "image_link": "https://photos.zillowstatic.com/fp/b6a7e09c477dde731fa1e5c79ec78831-p_e.jpg",
      "link": "https://www.zillow.com/homedetails/1210-Laurel-Way-Beverly-Hills-CA-90210/20522004_zpid/"
    },
    {
      "zpid": "20522493",
      "status": "FOR_SALE",
      "status_text": "House for sale",
      "home_type": "SINGLE_FAMILY",
      "address": {
        "full": "1122 La Altura Rd, Beverly Hills, CA 90210",
        "street": "1122 La Altura Rd",
        "city": "Beverly Hills",
        "state": "CA",
        "zipcode": "90210"
      },
      "price": 17995000,
      "currency": "USD",
      "bedrooms": 5,
      "bathrooms": 8.0,
      "living_area": 8007,
      "living_area_units": "sqft",
      "lot_area_value": 0.401,
      "zestimate": 16140800,
      "rent_zestimate": 29241,
      "days_on_zillow": 71,
      "is_zillow_owned": false,
      "has_3d_model": false,
      "has_video": false,
      "is_undisclosed_address": false,
      "latitude": 34.09108,
      "longitude": -118.40576,
      "broker_name": "The Beverly Hills Estates",
      "image_link": "https://photos.zillowstatic.com/fp/195f2a8b3791568f8cb4b2d752a63fef-p_e.jpg",
      "link": "https://www.zillow.com/homedetails/1122-La-Altura-Rd-Beverly-Hills-CA-90210/20522493_zpid/"
    },
    {
      "zpid": "20534452",
      "status": "FOR_SALE",
      "status_text": "House for sale",
      "home_type": "SINGLE_FAMILY",
      "address": {
        "full": "301 Trousdale Pl, Beverly Hills, CA 90210",
        "street": "301 Trousdale Pl",
        "city": "Beverly Hills",
        "state": "CA",
        "zipcode": "90210"
      },
      "price": 11995000,
      "currency": "USD",
      "bedrooms": 5,
      "bathrooms": 5.0,
      "living_area": 5433,
      "living_area_units": "sqft",
      "lot_area_value": 0.5575,
      "zestimate": 11342500,
      "rent_zestimate": 58932,
      "days_on_zillow": 87,
      "is_zillow_owned": false,
      "has_3d_model": false,
      "has_video": false,
      "is_undisclosed_address": false,
      "latitude": 34.103935,
      "longitude": -118.39572,
      "broker_name": "Christie's International Real Estate SoCal",
      "image_link": "https://photos.zillowstatic.com/fp/a5e421db69395c3ad32be547a7d1cb55-p_e.jpg",
      "link": "https://www.zillow.com/homedetails/301-Trousdale-Pl-Beverly-Hills-CA-90210/20534452_zpid/"
    },
    {
      "zpid": "20521998",
      "status": "FOR_SALE",
      "status_text": "House for sale",
      "home_type": "SINGLE_FAMILY",
      "address": {
        "full": "1270 Shadow Hill Way, Beverly Hills, CA 90210",
        "street": "1270 Shadow Hill Way",
        "city": "Beverly Hills",
        "state": "CA",
        "zipcode": "90210"
      },
      "price": 32500000,
      "currency": "USD",
      "bedrooms": 6,
      "bathrooms": 8.0,
      "living_area": 8650,
      "living_area_units": "sqft",
      "lot_area_value": 1.0552,
      "zestimate": null,
      "rent_zestimate": 7557,
      "days_on_zillow": 103,
      "is_zillow_owned": false,
      "has_3d_model": false,
      "has_video": false,
      "is_undisclosed_address": false,
      "latitude": 34.093952,
      "longitude": -118.41544,
      "broker_name": "Douglas Elliman",
      "image_link": "https://photos.zillowstatic.com/fp/e369aa80f19c30017ccc2994e9067fbd-p_e.jpg",
      "link": "https://www.zillow.com/homedetails/1270-Shadow-Hill-Way-Beverly-Hills-CA-90210/20521998_zpid/"
    },
    {
      "zpid": "20513042",
      "status": "FOR_SALE",
      "status_text": "House for sale",
      "home_type": "SINGLE_FAMILY",
      "address": {
        "full": "418 S La Peer Dr, Beverly Hills, CA 90211",
        "street": "418 S La Peer Dr",
        "city": "Beverly Hills",
        "state": "CA",
        "zipcode": "90211"
      },
      "price": 1950000,
      "currency": "USD",
      "bedrooms": 2,
      "bathrooms": 2.0,
      "living_area": 1232,
      "living_area_units": "sqft",
      "lot_area_value": 4791.6,
      "zestimate": 1916400,
      "rent_zestimate": 5974,
      "days_on_zillow": 4,
      "is_zillow_owned": false,
      "has_3d_model": false,
      "has_video": false,
      "is_undisclosed_address": false,
      "latitude": 34.058807,
      "longitude": -118.38642,
      "broker_name": "Kape Property Management, Inc.",
      "image_link": "https://photos.zillowstatic.com/fp/7fc0df9fc74001a398f2a49e07f6abbe-p_e.jpg",
      "link": "https://www.zillow.com/homedetails/418-S-La-Peer-Dr-Beverly-Hills-CA-90211/20513042_zpid/"
    },
    {
      "zpid": "20522003",
      "status": "FOR_SALE",
      "status_text": "House for sale",
      "home_type": "SINGLE_FAMILY",
      "address": {
        "full": "1200 Laurel Way, Beverly Hills, CA 90210",
        "street": "1200 Laurel Way",
        "city": "Beverly Hills",
        "state": "CA",
        "zipcode": "90210"
      },
      "price": 32995000,
      "currency": "USD",
      "bedrooms": 6,
      "bathrooms": 9.0,
      "living_area": 11283,
      "living_area_units": "sqft",
      "lot_area_value": 0.5432,
      "zestimate": 29552400,
      "rent_zestimate": 7224,
      "days_on_zillow": 36,
      "is_zillow_owned": false,
      "has_3d_model": false,
      "has_video": false,
      "is_undisclosed_address": false,
      "latitude": 34.092957,
      "longitude": -118.41694,
      "broker_name": "Compass",
      "image_link": "https://photos.zillowstatic.com/fp/5cb2c4b4cc2e4eacb3ded84022c24896-p_e.jpg",
      "link": "https://www.zillow.com/homedetails/1200-Laurel-Way-Beverly-Hills-CA-90210/20522003_zpid/"
    },
    {
      "zpid": "20521069",
      "status": "FOR_SALE",
      "status_text": "House for sale",
      "home_type": "SINGLE_FAMILY",
      "address": {
        "full": "524 N Canon Dr, Beverly Hills, CA 90210",
        "street": "524 N Canon Dr",
        "city": "Beverly Hills",
        "state": "CA",
        "zipcode": "90210"
      },
      "price": 8450000,
      "currency": "USD",
      "bedrooms": 4,
      "bathrooms": 7.0,
      "living_area": 5353,
      "living_area_units": "sqft",
      "lot_area_value": 0.34600000000000003,
      "zestimate": 8232900,
      "rent_zestimate": 27624,
      "days_on_zillow": 47,
      "is_zillow_owned": false,
      "has_3d_model": false,
      "has_video": false,
      "is_undisclosed_address": false,
      "latitude": 34.075127,
      "longitude": -118.40467,
      "broker_name": "Nourmand & Associates-BH",
      "image_link": "https://photos.zillowstatic.com/fp/511b27cf3d045193ec97190e599a08be-p_e.jpg",
      "link": "https://www.zillow.com/homedetails/524-N-Canon-Dr-Beverly-Hills-CA-90210/20521069_zpid/"
    }
  ],
  "status": "for-sale"
}