www.sothebys.com Open in urlscan Pro
104.96.136.22  Public Scan

Submitted URL: http://www.sothebys.com/
Effective URL: https://www.sothebys.com/en/
Submission: On January 10 via api from US — Scanned from DE

Form analysis 2 forms found in the DOM

#

<form action="#" class="HeaderSearch-autocompleteContainer">
  <div role="combobox" aria-haspopup="listbox" aria-owns="react-autowhatever-1" aria-expanded="false" class="react-autosuggest__container"><input type="search" autocomplete="off" aria-autocomplete="list" aria-controls="react-autowhatever-1"
      class="react-autosuggest__input" placeholder="Search Sotheby's" value="">
    <div id="react-autowhatever-1" role="listbox" class="react-autosuggest__suggestions-container">
      <div class="suggestions-title">Top Searches</div>
    </div>
  </div>
</form>

POST

<form class="InlineForm-form" method="post">
  <div class="InlineForm-items">
    <div class="EmailInput" data-input="" data-input-width="50%" data-focus-within="false" data-bsp-plugin="Module13464">
      <label class="EmailInput-label">
        <input class="EmailInput-input" data-validate="" type="email" name="email" placeholder="Email Address" required="">
        <span class="EmailInput-input-placeholder">Email Address</span></label>
    </div>
    <div class="Select" data-input="" data-input-width="25%" data-bsp-plugin="Module11969">
      <label class="Select-label">
        <select class="Select-input" data-validate="" name="title">
          <option value="" disabled="" selected=""> Title </option>
          <option value="Ms">Ms</option>
          <option value="Miss">Miss</option>
          <option value="Mrs">Mrs</option>
          <option value="Mr">Mr</option>
          <option value="Dr">Dr</option>
          <option value="Sir">Sir</option>
          <option value="Lady">Lady</option>
        </select>
        <span class="Select-input-placeholder">
          <span class="Select-input-placeholder-text">Title</span>
        </span></label>
    </div>
    <div class="TextInput" data-input="" data-input-width="50%" data-focus-within="false" data-bsp-plugin="Module78673">
      <label class="TextInput-label">
        <input class="TextInput-input" data-validate="" type="text" name="firstName" placeholder="First Name">
        <span class="TextInput-input-placeholder">First Name</span></label>
    </div>
    <div class="TextInput" data-input="" data-input-width="50%" data-focus-within="false" data-bsp-plugin="Module78673">
      <label class="TextInput-label">
        <input class="TextInput-input" data-validate="" type="text" name="lastName" placeholder="Last Name">
        <span class="TextInput-input-placeholder">Last Name</span></label>
    </div>
    <div class="RichTextModule">
      <div class="RichTextModule-items">
        <p>By subscribing you are agreeing to <a class="Link" href="https://www.sothebys.com/en/privacy-policy" target="_blank">Sotheby’s Privacy Policy</a>. You can unsubscribe from Sotheby’s emails at any time by clicking the “Manage your
          Subscriptions” link in any of your emails.</p>
      </div>
    </div><button class="Button" disabled="" name="submit-button" type="submit">Submit</button>
    <div class="CaptchaInput" data-focus-within="false">
      <label class="CaptchaInput-label">
        <div class="CaptchaInput-captcha">
          <div class="GoogleCaptcha">
            <div class="grecaptcha-badge" data-style="inline" style="width: 256px; height: 60px; box-shadow: gray 0px 0px 5px;">
              <div class="grecaptcha-logo"><iframe title="reCAPTCHA"
                  src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LcRBXIaAAAAAE8V3uG-VtVbSkdNqEHglEDqp-al&amp;co=aHR0cHM6Ly93d3cuc290aGVieXMuY29tOjQ0Mw..&amp;hl=de&amp;v=5qcenVbrhOy8zihcc2aHOWD4&amp;size=invisible&amp;badge=inline&amp;cb=k779nmbozt9x"
                  width="256" height="60" role="presentation" name="a-p6bt6396mvzs" frameborder="0" scrolling="no"
                  sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox"></iframe></div>
              <div class="grecaptcha-error"></div><textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response"
                style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
            </div><iframe style="display: none;"></iframe>
          </div>
          <script>
            (function() {
              // Polyfill for DOM 'closest' function for IE 9+
              if (!Element.prototype.closest) {
                if (!Element.prototype.matches) {
                  Element.prototype.matches = Element.prototype.msMatchesSelector || Element.prototype.webkitMatchesSelector;
                }
                Element.prototype.closest = function(s) {
                  var el = this;
                  if (!document.documentElement.contains(el)) return null;
                  do {
                    if (el.matches(s)) return el;
                    el = el.parentElement || el.parentNode;
                  } while (el !== null && el.nodeType === 1);
                  return null;
                };
              }
              if (window.recaptchaLoaded) {
                return
              }
              var RECAPTCHA_SELECTOR = '.GoogleCaptcha',
                RECAPTCHA_LIBRARY = 'https://www.google.com/recaptcha/api.js?onload=recaptchaLoaded&render=explicit',
                recaptchas;
              window.recaptchaLoaded = function() {
                recaptchas = document.querySelectorAll(RECAPTCHA_SELECTOR);
                recaptchas.forEach(function(captcha) {
                  const form = captcha.closest('form');
                  const callback = function() {
                    form.closest('[data-form], [data-form-type]').validateAndSubmit();
                  }
                  const widget = grecaptcha.render(captcha, {
                    'sitekey': '6LcRBXIaAAAAAE8V3uG-VtVbSkdNqEHglEDqp-al',
                    'callback': callback,
                    badge: 'inline',
                    size: 'invisible'
                  });
                  form.querySelector('button[type="submit"]').addEventListener('click', function(e) {
                    e.preventDefault();
                    grecaptcha.execute(widget);
                  });
                });
              }
              let scriptTag = document.createElement('script');
              scriptTag.setAttribute('src', RECAPTCHA_LIBRARY);
              document.querySelector('head').appendChild(scriptTag);
            })();
          </script>
        </div>
      </label>
    </div>
    <div class="HiddenInput" data-focus-within="false">
      <input class="HiddenInput-input" type="hidden" name="brightspot.form.id" value="0000016b-7060-d91b-adeb-7a755c7b0001">
    </div>
  </div>
</form>

Text Content

Chevron
Auctions
Calendar
Results
Sotheby's Metaverse
Departments
Auction Basics
SALE SERIES
Americana Week
Masters Week
(Women) Artists
Buy Now
Jewelry
Wine & Spirits
Handbags
Streetwear
Watches
Books & Manuscripts
Fine Art
Fine Art Features
Interiors
Explore
Cars & Collectibles
Shop All
Jewelry
Earrings
Necklaces
Rings
Bracelets
Shop All
Wine & Spirits
Wine
Spirits
Barware
Handbags
Hermès
Chanel
Louis Vuitton
Accessories & Apparel
Shop All
Streetwear
Sneakers
Apparel & Men's Bags
Shop All
Watches
Rolex
Patek Philippe
Audemars Piguet
Bucherer Certified
Shop All
Books & Manuscripts
First Editions
Fine Bindings
Shop All
Fine Art
By Medium
By Period
By Subject
By Value
Shop All
Fine Art Features
American Landscapes
Famous Faces
Shop All
Interiors
Decorative Arts & Objects
Furniture
Lighting
Private Collections
Shop All
Explore
New Arrivals
The Valentine's Day Shop
Cars & Collectibles
Automobiles
Entertainment Memorabilia & Vintage Posters
Pens & Lighters
Sports Memorabilia
Shop All
Private Sales
Category
Galleries
Medium
View All Private Sales
Exhibitions
Category
Contemporary Art
Impressionist & Modern Art
Old Master Paintings
Jewelry
Watches
20th Century Design
American Art
Furniture & Decorative Arts
N.C. Wyeth's The New England Series
Galleries
Aspen
East Hampton
Los Angeles
Monaco
Palm Beach
Brussels
Dubai
View All Galleries
Medium
Paintings
Sculpture
Works on Paper
Prints & Multiples
Photographs
View All Private Sales
Exhibitions
Davis Factor Make S#!+ Happen
Charlie Mackesy. Look How Far We’ve Come
Le Sens Surréaliste Presented by Nahmad
Humanity: The Outside In National Exhibition
Black and White Paintings II
Sam Szafran
Snowfall: Surface & Seeing
Brodie Neill: Material Consciousness
Joseph Walsh: Gestures
Sell
Log In
Preferred Access
About
Discover
Services
Language
Items in Shopping Bag:0
Preferred Access
About
Sotheby's
Partners
Sotheby's
About Us
Careers
Departments
Executive Management
Locations
Our Team
Press
Sotheby's Impact
Partners
Sotheby's Concierge Auctions
RM Sotheby's
Sotheby's Institute of Art
Sotheby's International Realty
Discover
Stories & Videos
Magazine
Sotheby's Talks
Artists
Art Movements
Stories & Videos
Magazine
Sotheby's Talks
Artists
Art Movements
Services
Art Advisory
Sotheby's Financial Services
Gallery & Private Dealer Services
Valuations
All Services
Art Advisory
Sotheby's Financial Services
Gallery & Private Dealer Services
Valuations
All Services
Language
繁體中文
简体中文
繁體中文
简体中文
Items in Shopping Bag:0
Top Searches
Items in Shopping Bag:0



SOTHEBY'S | HOME

Masters Week
18–30 January 2023 | New York
See More
Sotheby’s End of Year Review
See More
Americana Week
13–24 January 2023 | New York
See More
Sotheby's Galleries
Explore Selling Exhibitions
The Valentine’s Day Shop
An exquisite jewelry piece, a luxury handbag or a designer watch is always right
in our specialists’ book. Choose a memorable gift from our curated selection.
Shop Now
American Landscapes
From luminous sunsets of the Hudson River Valley to untamed prairie fields of
the west, discover a selection of works that honor the American landscape.
Shop Now
 1. 
 2. 
 3. 
 4. 
 5. 
 6. 





UPCOMING AUCTIONS

Type: auction
Category: Upcoming Auction
Des Lucréce Monsters
5–12 January 2023 | 12:00 PM EST | New York

Bid

Type: auction
Category: Upcoming Auction
STONE IV
6–17 January 2023 | 2:00 PM GMT | London

Bid

Type: auction
Category: Upcoming Auction
Royal & Noble
6–18 January 2023 | 2:00 PM GMT | London

Bid

Type: auction
Category: Upcoming Auction
Art of the Americas
18 January 2023 | 12:00 PM EST | New York

Bid

Type: auction
Category: Upcoming Auction
American Indian Art
10–18 January 2023 | 2:00 PM EST | New York

Bid

Type: auction
Category: Upcoming Auction
Chinese Art Online: A Private Asian Collection
12–19 January 2023 | 10:00 AM HKT | Hong Kong

Preview

Type: auction
Category: Upcoming Auction
Emma Hawkins: A Natural World
9–19 January 2023 | 2:00 PM GMT | London

Bid

Type: auction
Category: Upcoming Auction
Important Americana: The Charles and Olenka Santo…re Collection
19 January 2023 | 10:00 AM EST | New York

Preview

Type: auction
Category: Upcoming Auction
The Kindig Collection: Important American Fu…rniture, Paintings, Silver &
Decorative Arts
21 January 2023 | 10:00 AM EST | New York

Preview

Type: auction
Category: Upcoming Auction
Important Americana
23 January 2023 | 10:00 AM EST | New York

Preview

Type: auction
Category: Upcoming Auction
Americana: Furniture, Folk Art, Silver, Chinese Exp…ort Art, Prints,
Photographs, Books, and Historical Documents
9–23 January 2023 | 12:00 PM EST | New York

Bid

Type: auction
Category: Upcoming Auction
Fine Manuscript and Printed Americana
24 January 2023 | 10:00 AM EST | New York

Bid

View All
Load More


SOTHEBY'S SELECTS

Type: featured
Category: Auctions and Exhibitions
Picking Up the Gavel

Type: featured
Category: Sotheby’s Magazine
Master Minds: The Contemporary Artists Revisiting Painters from the Past

Type: featured
Category: Sotheby’s Magazine
Okwui Enwezor Is Still Shaping the Future at the Sharjah Biennial

Type: featured
Category: Sotheby’s Magazine
Daniel Arsham Reimagines a Tiffany & Co. Classic

Type: featured
Category: Sotheby’s End of Year Review
2022 in Review: Inside the New York Contemporary Art Market

View All


LEARN MORE ABOUT PRIVATE SALES AT SOTHEBY'S

Type: story
See All Contemporary Artworks Currently Available for Private Sale

Type: story
Discover Private Sales at Sotheby's

Type: package
Sotheby’s East Hampton

Type: package
Sotheby’s Los Angeles



EXPLORE THE VALENTINE'S DAY SHOP

Type: retail
Rose Gold and Diamond Tennis Bracelet
4,090 USD

Type: retail
Hermès
Beton Togo Birkin 25 Gold Hardware, 2022
31,000 USD

Type: retail
Cartier
Tank Francaise Cadran Reference 2403, a white gold and diamond-set bracelet
watch, Circa 2010
17,225 USD

Type: retail
Platinum and 2.45ct Heart Diamond Eternity Band Ring
5,210 USD

Type: retail
Hermès
Mauve Sylvestre Epsom Kelly 25 Sellier Palladium Hardware, 2021
31,300 USD

Type: retail
Adidas
Stan Smith Dual Signed adidas Stan Smith Women's Doodle White Pink | Size 10
2,000 USD

Type: retail
Tiffany & Co.
Gold Woven Heart Earclips
3,515 USD

Type: retail
Patek Philippe
Aquanaut Travel Time Reference 5269R-001, a rose gold quartz wristwatch with
strap
84,670 USD

Type: retail
Tiffany & Co.
American Silver Gilt Footed Bowl
550 USD

Type: retail
Rose Gold, Platinum, Fancy Dark Gray Diamond and Diamond Toi et Moi Ring
14,710 USD

View All


SELL WITH SOTHEBY'S


SELL WITH SOTHEBY'S

Curious to know if your item is suitable for one of our upcoming sales?

Provide information and share images to request an online estimate now.

Start Selling



BROWSE ARTWORKS ON OUR ONLINE STORE

Enjoy access to fine art beyond our auction calendar. Our ready-to-buy selection
of art includes paintings, sculptures, photography and more.
Type: art
American Landscapes

Type: art
Famous Faces

Type: art
Pop Art

Type: art
New Arrivals from Print Publishers

View All


STAY INFORMED WITH SOTHEBY’S TOP STORIES, VIDEOS, EVENTS & NEWS.

Receive the best from Sotheby’s delivered to your inbox.
Email Address
Title Ms Miss Mrs Mr Dr Sir Lady Title
First Name
Last Name

By subscribing you are agreeing to Sotheby’s Privacy Policy. You can unsubscribe
from Sotheby’s emails at any time by clicking the “Manage your Subscriptions”
link in any of your emails.

Submit




By using this site, you agree to our updated Privacy Policy and Cookie Policy.

Manage Data Preferences

✕
Close
Follow Us
 * twitter
 * facebook
 * instagram
 * youtube
 * sinaweibo

SUPPORT
SUPPORT
 * Contact Us
 * Locations
 * Download the App
 * FAQ

CORPORATE
CORPORATE
 * Press
 * Privacy Policy
 * Corporate Governance
 * Careers
 * Sotheby's Impact

MORE...
MORE...
 * Security
 * Terms & Conditions
 * Modern Slavery Statement
 * Do Not Sell My Personal Information

(C) 2023 Sotheby's
All alcoholic beverage sales in New York are made solely by Sotheby's Wine (NEW
L1046028)