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

Submitted URL: http://www.sothebys.com/
Effective URL: https://www.sothebys.com/en/
Submission: On October 19 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="Module841">
      <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="Module54448">
      <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="Module22101">
      <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="Module22101">
      <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=vP4jQKq0YJFzU6e21-BGy3GP&amp;size=invisible&amp;badge=inline&amp;cb=emv7joir2twc"
                  width="256" height="60" role="presentation" name="a-f9avzxx59wda" 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
The Paris Sales
The New York Sales
Hong Kong Autumn Sales
Classic Design
Islamic, South Asian & Middle Eastern Week
Asia Week
Luxury Week
Hotung | 何東 The Personal Collection of Sir Joseph Hotung
Masters Week
Buy Now
Jewelry
Wine & Spirits
Handbags
Streetwear
Watches
Books & Manuscripts
Fine Art by Medium
Fine Art by Period
Interiors
Retail Locations
Cars & Collectibles
Explore
Shop All
Jewelry
Earrings
Necklaces
Rings
Brilliant & Black
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
Paintings
Photographs
Prints & Multiples
Works on Paper
Shop All
Fine Art by Period
Contemporary
19th Century
Shop All
Interiors
Decorative Arts & Objects
Furniture
Lighting
Rugs
Shop All
Retail Locations
New York
Los Angeles
View All
Cars & Collectibles
Automobiles
Entertainment & Vintage Posters
Pens & Lighters
Sports Memorabilia
Shop All
Explore
New Arrivals
Paris, Je T'aime
Jerry Gogosian
Private Sales
Category
Galleries
Medium
View All Private Sales
Exhibitions
Category
Contemporary Art
Impressionist & Modern Art
Old Master Paintings
Jewelry
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
View All Galleries
Medium
Paintings
Sculpture
Works on Paper
Prints & Multiples
Photographs
View All Private Sales
Exhibitions
Spanish Painting and Sculpture: From Tàpies to Barceló
Private Sales | Works from the 20th and 21st Centuries
Stephan Vanfleteren Catching Light, Freezing Time
Noel W. Anderson: Electric Boogie, Help Us Find the Funk
JACK COULTER: "You can't Change the Music of your Soul"
Sam Szafran
Davis Factor Make S#!+ Happen
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

The Paris Sales
24–26 October | Paris
See More
Islamic, South Asian & Middle Eastern Week
25 & 26 October | London
See More
The De Beers Exceptional Blue Collection
A superb group of eight rare fancy blue diamonds valued in excess of $70
million, to be sold across Sotheby’s Magnificent Jewels auctions in 2022–2023.
See More
Sotheby's Galleries
Explore Selling Exhibitions
Paris, Je T'aime
Shop our specialists' selection of the best French offerings currently for sale
on our site, including some of fashion's biggest names, literary giants and
more.
Shop Now
Bucherer Certified Pre-Owned
Shop our exclusive selection of certified pre-owned luxury watches, available
for immediate purchase.
Shop Now
Sotheby's Private Sales
Collect world-class works any day of the year.
See More
 1. 
 2. 
 3. 
 4. 
 5. 
 6. 
 7. 





UPCOMING AUCTIONS

Type: auction
Category: Past Auction
Fine Jewels
10–19 October 2022 | 2:00 PM CEST | Milan

Bid

Type: auction
Category: Past Auction
Modern Discoveries
13–19 October 2022 | 2:00 PM BST | London

Bid

Type: auction
Category: Upcoming Auction
Collecting Across Continents
7–19 October 2022 | 12:00 PM EDT | New York

Bid

Type: auction
Category: Upcoming Auction
Modern & Contemporary African Auction
14–20 October 2022 | 3:00 PM BST | London

Bid

Type: auction
Category: Upcoming Auction
Design
13–20 October 2022 | 12:00 PM EDT | New York

Bid

Type: auction
Category: Upcoming Auction
19th-Century Works of Art
14–20 October 2022 | 2:00 PM EDT | New York

Bid

Type: auction
Category: Upcoming Auction
Finest Whisky | A Sherry Cask from Macallan Disti…llery + Samaroli Icons
10–21 October 2022 | 1:00 PM BST | London

Bid

Type: auction
Category: Upcoming Auction
The Sex Pistols: The Stolper-Wilson Collection
10–21 October 2022 | 2:00 PM BST | London

Bid

Type: auction
Category: Upcoming Auction
Master Paintings
14–21 October 2022 | 12:00 PM EDT | New York

Bid

Type: auction
Category: Upcoming Auction
Inside the World of Francis Bacon: Provenant de la …Collection Majid Boustany
24 October 2022 | 6:30 PM CEST | Paris

Bid

Type: auction
Category: Upcoming Auction
The Orientalist Sale
25 October 2022 | 11:00 AM BST | London

Bid

Type: auction
Category: Upcoming Auction
Persepolis
12–25 October 2022 | 12:00 PM BST | London

Bid

View All
Load More


SOTHEBY’S SELECTS

Type: featured
Category: Contemporary Art
The Celine Art Project: At the Nexus of Art and Fashion

Type: featured
Category: The London Sales
Sotheby's Now and Contemporary Evening Auctions Light Up London's Autumn Season

Type: video
Category: A Life In Art: The Mallin Collection
Great Collectors: Sherry and Joel Mallin

Type: featured
Category: Islamic, South Asian & Middle Eastern Week Hub October 2022
Marjane Satrapi: The Art Of Persepolis

Type: slideshow
Category: Classic Design
See Inside Sotheby’s Inaugural Classic Design Week

Type: featured
Category: European Sculpture & Works of Art
Christine & The Queens/Redcar x Rodin

Type: featured
Category: Hong Kong Autumn Auctions
It’s a Wrap! Eight Key Insights From Hong Kong’s 2022 Autumn Auctions

Type: featured
Category: Chinese Works of Art
Chadō: The Art of the Japanese Tea Ceremony Explained

Type: featured
Category: Islamic, South Asian & Middle Eastern Week Hub October 2022
Owais Husain on His Father M.F. Husain, Folklore, Paint - and NFTs

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



SHOP NEW ARRIVALS ON OUR ONLINE STORE

Type: retail
Chanel
Black Quilted Calfskin CC Medallion Waist Bag Gold Hardware, 1994
4,700 USD

Type: retail
Chanel
Gold Embossed Calfskin Mini Box Minaudiere Silver Hardware, 2006
3,700 USD

Type: retail
Gold, Black Diamond and Yellow Sapphire Spider Brooch
3,125 USD

Type: retail
Hermès
Cassis Togo Birkin 25 Gold Hardware, 2022
28,500 USD

Type: retail
Moochacha
Gold and Diamond Framing Emotions Eternity Ring
2,900 USD

Type: retail
Hermès
Craie, Rose Sakura, and Gold Milo Lambskin GeeGee Savannah, 2021
1,000 USD

Type: retail
Nike
LeBron James 2021 Christmas Day Game Worn Los Angeles Lakers Jersey
175,000 USD

Type: retail
Louis Vuitton
Virgil Abloh White Epi Leather Keepall Bandouliere Wavy 50 White Hardware, 2020
4,500 USD

Type: retail
Nike
Kobe Bryant 2014 Signed and Game Worn Kobe 9 Sneakers
42,000 USD

Type: retail
Medicom Toy
BEARBRICK Sesame Street Cookie Monster Costume 1000%
790 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



THE JEWELRY SHOP

Browse coveted signature pieces, collection starters and memorable gifts of
love.
Type: art
Gifts of Love

Type: art
Top Brands

Type: art
Vintage Jewels

Type: art
Brilliant & Black: Age of Enlightenment

Type: art
Collection Starters

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) 2021 Sotheby's
All alcoholic beverage sales in New York are made solely by Sotheby's Wine (NEW
L1046028)