Skip to content
Back to 39 Chestnut Lane, Woodbury, NY 11797

Raw Data

Preview and download this listing in various formats.

JSON schema reference

The JSON format follows the full Listing schema documented in the API reference, including all 70+ fields, types, and descriptions.

View API docs & schema

Need another format?

Want XLSX, Parquet, Haystack, or something else? Open an issue or submit a pull request on GitHub.

Standard Formats

JSON
application/json · .json

JSON format for API integration and data pipelines

{
  "export_version": "1.0",
  "export_date": "2026-04-04T12:01:21.379Z",
  "source_platform": "PropertyWebScraper",
  "listings": [
    {
      "reference": "31144614",
      "import_url": "https://www.zillow.com/homedetails/39-Chestnut-Ln-Woodbury-NY-11797/31144614_zpid/",
      "import_host_slug": "us_zillow",
      "price_string": "$1,479,999",
      "price_float": 1479999,
      "currency": "USD",
      "price_cents": 147999900,
      "price_currency": "USD",
      "title": "39 Chestnut Lane, Woodbury, NY 11797",
      "description": "Zillow has 40 photos of this $1,479,999 4 beds, 4 baths, 1,927 Square Feet condo home located at 39 Chestnut Lane, Woodbury, NY 11797 built in 1984. MLS #975321.",
      "locale_code": "en",
      "area_unit": "sqft",
      "plot_area": 0,
      "constructed_area": 1927,
      "year_construction": 1984,
      "count_bedrooms": 4,
      "count_bathrooms": 4,
      "count_toilets": 0,
      "count_garages": 0,
      "energy_rating": 0,
      "energy_performance": 0,
      "furnished": false,
      "sold": false,
      "reserved": false,
      "for_rent_short_term": true,
      "for_rent_long_term": false,
      "for_sale": true,
      "for_rent": false,
      "address_string": "39 Chestnut Lane, Woodbury, NY 11797",
      "street_number": "",
      "street_name": "",
      "street_address": "",
      "postal_code": "",
      "province": "",
      "city": "",
      "region": "",
      "country": "USA",
      "latitude": 40.81212,
      "longitude": -73.479675,
      "main_image_url": "https://photos.zillowstatic.com/fp/f04f7b38fc4d2449af521cd0576426a7-cc_ft_1536.jpg",
      "image_urls": [
        {
          "url": "https://photos.zillowstatic.com/fp/f04f7b38fc4d2449af521cd0576426a7-cc_ft_1536.jpg"
        }
      ],
      "related_urls": [],
      "features": [],
      "last_retrieved_at": "2026-03-26T13:45:13.169Z",
      "deleted_at": null,
      "active_from": null,
      "available_to_rent_from": null,
      "available_to_rent_till": null,
      "property_type": "Condo",
      "property_subtype": "",
      "tenure": "",
      "listing_status": "",
      "agent_name": "",
      "agent_phone": "",
      "agent_email": "",
      "agent_logo_url": "",
      "price_qualifier": "",
      "floor_plan_urls": [],
      "energy_certificate_grade": ""
    }
  ],
  "metadata": {
    "export_version": "1.0",
    "export_date": "2026-04-04T12:01:21.379Z",
    "source_platform": "PropertyWebScraper",
    "total_listings": 1,
    "scraper_version": "5.0.0",
    "duration_ms": 0
  }
}
CSV
text/csv · .csv

CSV format for spreadsheets and database import

reference,title,price_float,currency,count_bedrooms,count_bathrooms,constructed_area,city,country,latitude,longitude,main_image_url,property_type,import_url,last_retrieved_at
31144614,"39 Chestnut Lane, Woodbury, NY 11797",1479999,USD,4,4,1927,,USA,40.81212,-73.479675,https://photos.zillowstatic.com/fp/f04f7b38fc4d2449af521cd0576426a7-cc_ft_1536.jpg,Condo,https://www.zillow.com/homedetails/39-Chestnut-Ln-Woodbury-NY-11797/31144614_zpid/,2026-03-26T13:45:13.169Z
GeoJSON
application/geo+json · .geojson

GeoJSON format for mapping applications and GIS tools

{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "geometry": {
        "type": "Point",
        "coordinates": [
          -73.479675,
          40.81212
        ]
      },
      "properties": {
        "reference": "31144614",
        "title": "39 Chestnut Lane, Woodbury, NY 11797",
        "price_float": 1479999,
        "currency": "USD",
        "bedrooms": 4,
        "bathrooms": 4,
        "area": 1927,
        "area_unit": "sqft",
        "city": "",
        "address": "39 Chestnut Lane, Woodbury, NY 11797",
        "country": "USA",
        "main_image_url": "https://photos.zillowstatic.com/fp/f04f7b38fc4d2449af521cd0576426a7-cc_ft_1536.jpg",
        "source_url": "https://www.zillow.com/homedetails/39-Chestnut-Ln-Woodbury-NY-11797/31144614_zpid/",
        "source_portal": "us_zillow",
        "scraped_date": "2026-03-26T13:45:13.169Z",
        "for_sale": true,
        "for_rent": false,
        "furnished": false,
        "property_type": "Condo"
      }
    }
  ]
}
XML (RETS)
application/xml · .xml

XML format compatible with RETS (US MLS)

<?xml version="1.0" encoding="UTF-8"?>
<Listings xmlns="urn:property-web-scraper:rets" count="1" exportDate="2026-04-04T12:01:21.379Z">
  <Listing>
    <ListingKey>31144614</ListingKey>
    <OriginalListingURL>https://www.zillow.com/homedetails/39-Chestnut-Ln-Woodbury-NY-11797/31144614_zpid/</OriginalListingURL>
    <SourceSystem>us_zillow</SourceSystem>
    <ListPriceDisplay>$1,479,999</ListPriceDisplay>
    <ListPrice>1479999</ListPrice>
    <CurrencyCode>USD</CurrencyCode>
    <ListPriceCents>147999900</ListPriceCents>
    <CurrencyCode>USD</CurrencyCode>
    <ListingTitle>39 Chestnut Lane, Woodbury, NY 11797</ListingTitle>
    <PublicRemarks>Zillow has 40 photos of this $1,479,999 4 beds, 4 baths, 1,927 Square Feet condo home located at 39 Chestnut Lane, Woodbury, NY 11797 built in 1984. MLS #975321.</PublicRemarks>
    <ListingLanguage>en</ListingLanguage>
    <LivingAreaUnits>sqft</LivingAreaUnits>
    <LivingArea>1927</LivingArea>
    <YearBuilt>1984</YearBuilt>
    <BedroomsTotal>4</BedroomsTotal>
    <BathroomsTotalInteger>4</BathroomsTotalInteger>
    <ForRentShortTerm>true</ForRentShortTerm>
    <ForSale>true</ForSale>
    <UnparsedAddress>39 Chestnut Lane, Woodbury, NY 11797</UnparsedAddress>
    <Country>USA</Country>
    <Latitude>40.81212</Latitude>
    <Longitude>-73.479675</Longitude>
    <MediaURL>https://photos.zillowstatic.com/fp/f04f7b38fc4d2449af521cd0576426a7-cc_ft_1536.jpg</MediaURL>
    <ImageUrls>[{&quot;url&quot;:&quot;https://photos.zillowstatic.com/fp/f04f7b38fc4d2449af521cd0576426a7-cc_ft_1536.jpg&quot;}]</ImageUrls>
    <RelatedUrls>[]</RelatedUrls>
    <Features>[]</Features>
    <LastRetrievedAt>2026-03-26T13:45:13.169Z</LastRetrievedAt>
    <PropertyType>Condo</PropertyType>
    <FloorPlanUrls>[]</FloorPlanUrls>
    <Media>
      <MediaURL>https://photos.zillowstatic.com/fp/f04f7b38fc4d2449af521cd0576426a7-cc_ft_1536.jpg</MediaURL>
    </Media>
  </Listing>
</Listings>
Schema.org (JSON-LD)
application/ld+json · .jsonld

JSON-LD format for SEO and semantic web integration

{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "RealEstateListing",
      "@id": "https://www.zillow.com/homedetails/39-Chestnut-Ln-Woodbury-NY-11797/31144614_zpid/",
      "name": "39 Chestnut Lane, Woodbury, NY 11797",
      "description": "Zillow has 40 photos of this $1,479,999 4 beds, 4 baths, 1,927 Square Feet condo home located at 39 Chestnut Lane, Woodbury, NY 11797 built in 1984. MLS #975321.",
      "url": "https://www.zillow.com/homedetails/39-Chestnut-Ln-Woodbury-NY-11797/31144614_zpid/",
      "inLanguage": "en",
      "offers": {
        "@type": "Offer",
        "price": 1479999,
        "priceCurrency": "USD",
        "availability": "https://schema.org/InStock"
      },
      "about": {
        "@type": "SingleFamilyResidence",
        "address": {
          "@type": "PostalAddress",
          "addressCountry": "USA"
        },
        "geo": {
          "@type": "GeoCoordinates",
          "latitude": 40.81212,
          "longitude": -73.479675
        },
        "numberOfBedrooms": 4,
        "numberOfBathroomsTotal": 4,
        "floorSize": {
          "@type": "QuantitativeValue",
          "value": 1927,
          "unitCode": "FTK"
        },
        "yearBuilt": 1984
      },
      "image": [
        "https://photos.zillowstatic.com/fp/f04f7b38fc4d2449af521cd0576426a7-cc_ft_1536.jpg"
      ],
      "dateModified": "2026-03-26T13:45:13.169Z"
    }
  ]
}

Industry Formats

BLM (Rightmove)
text/plain · .blm

BLM pipe-delimited format for UK property portals (Rightmove/Zoopla)

#HEADER#
Version : 3i
EOF : '^'
EOR : '~'
#DEFINITION#
AGENT_REF^ADDRESS_1^ADDRESS_2^TOWN^COUNTY^POSTCODE1^POSTCODE2^DISPLAY_ADDRESS^COUNTRY^PROP_SUB_ID^PROP_SUB_ID_2^SUMMARY^DESCRIPTION^PRICE^PRICE_DISPLAY^PRICE_QUALIFIER^CURRENCY^TRANS_TYPE_ID^STATUS_ID^TENURE_TYPE_ID^BEDROOMS^BATHROOMS^TOILETS^PARKING^SIZE^SIZE_UNITS^PLOT_SIZE^YEAR_BUILT^EPC_RATING^EPC_LETTER^FURNISHED^AGENT_NAME^AGENT_PHONE^AGENT_EMAIL^AGENT_LOGO^LATITUDE^LONGITUDE^URL^FEATURE1^FEATURE2^FEATURE3^FEATURE4^FEATURE5^FEATURE6^FEATURE7^FEATURE8^FEATURE9^FEATURE10^MEDIA_IMAGE_00^MEDIA_IMAGE_01^MEDIA_IMAGE_02^MEDIA_IMAGE_03^MEDIA_IMAGE_04^MEDIA_IMAGE_05^MEDIA_IMAGE_06^MEDIA_IMAGE_07^MEDIA_IMAGE_08^MEDIA_IMAGE_09^MEDIA_FLOOR_PLAN_00^MEDIA_FLOOR_PLAN_01^~
#DATA#
31144614^^^^^^^39 Chestnut Lane, Woodbury, NY 11797^USA^Condo^^39 Chestnut Lane, Woodbury, NY 11797^Zillow has 40 photos of this $1,479,999 4 beds, 4 baths, 1,927 Square Feet condo home located at 39 Chestnut Lane, Woodbury, NY 11797 built in 1984. MLS #975321.^1479999^$1,479,999^^USD^1^^^4^4^^^1927^sqft^^1984^^^^^^^^40.81212^-73.479675^https://www.zillow.com/homedetails/39-Chestnut-Ln-Woodbury-NY-11797/31144614_zpid/^^^^^^^^^^^https://photos.zillowstatic.com/fp/f04f7b38fc4d2449af521cd0576426a7-cc_ft_1536.jpg^^^^^^^^^^^^~
#END#
Kyero XML
application/xml · .xml

Kyero XML format for Spanish property market

<?xml version="1.0" encoding="UTF-8"?>
<root>
  <property>
    <ref>31144614</ref>
    <url>https://www.zillow.com/homedetails/39-Chestnut-Ln-Woodbury-NY-11797/31144614_zpid/</url>
    <price>1479999</price>
    <currency>USD</currency>
    <type>other</type>
    <beds>4</beds>
    <baths>4</baths>
    <location>
      <country>USA</country>
      <detail>39 Chestnut Lane, Woodbury, NY 11797</detail>
      <latitude>40.81212</latitude>
      <longitude>-73.479675</longitude>
    </location>
    <surface_area>
      <built>1927</built>
    </surface_area>
    <year_built>1984</year_built>
    <title>
      <en>39 Chestnut Lane, Woodbury, NY 11797</en>
    </title>
    <desc>
      <en>Zillow has 40 photos of this $1,479,999 4 beds, 4 baths, 1,927 Square Feet condo home located at 39 Chestnut Lane, Woodbury, NY 11797 built in 1984. MLS #975321.</en>
    </desc>
    <images>
      <image><url>https://photos.zillowstatic.com/fp/f04f7b38fc4d2449af521cd0576426a7-cc_ft_1536.jpg</url></image>
    </images>
  </property>
</root>
RESO JSON
application/json · .json

RESO Web API JSON format for US/Canadian MLS

{
  "@odata.context": "https://api.reso.org/Property",
  "@odata.count": 1,
  "value": [
    {
      "ListingKey": "31144614",
      "OriginalListingURL": "https://www.zillow.com/homedetails/39-Chestnut-Ln-Woodbury-NY-11797/31144614_zpid/",
      "SourceSystem": "us_zillow",
      "ListPriceDisplay": "$1,479,999",
      "ListPrice": 1479999,
      "CurrencyCode": "USD",
      "ListPriceCents": 147999900,
      "ListingTitle": "39 Chestnut Lane, Woodbury, NY 11797",
      "PublicRemarks": "Zillow has 40 photos of this $1,479,999 4 beds, 4 baths, 1,927 Square Feet condo home located at 39 Chestnut Lane, Woodbury, NY 11797 built in 1984. MLS #975321.",
      "ListingLanguage": "en",
      "LivingAreaUnits": "sqft",
      "LivingArea": 1927,
      "YearBuilt": 1984,
      "BedroomsTotal": 4,
      "BathroomsTotalInteger": 4,
      "ForSale": "true",
      "UnparsedAddress": "39 Chestnut Lane, Woodbury, NY 11797",
      "Country": "USA",
      "Latitude": 40.81212,
      "Longitude": -73.479675,
      "PropertyType": "Condo",
      "Media": [
        {
          "MediaURL": "https://photos.zillowstatic.com/fp/f04f7b38fc4d2449af521cd0576426a7-cc_ft_1536.jpg",
          "MediaCategory": "Photo",
          "Order": 1
        }
      ]
    }
  ]
}