www.sothebys.com Open in urlscan Pro
2a04:4e42::347  Public Scan

Submitted URL: http://www.sothebys.com/
Effective URL: https://www.sothebys.com/en/
Submission: On March 21 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="Module46331">
      <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="Module25037">
      <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="Module233">
      <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="Module233">
      <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" width="256" height="60" role="presentation" name="a-3lq0c3ttbll9" frameborder="0" scrolling="no"
                  sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"
                  src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LcRBXIaAAAAAE8V3uG-VtVbSkdNqEHglEDqp-al&amp;co=aHR0cHM6Ly93d3cuc290aGVieXMuY29tOjQ0Mw..&amp;hl=de&amp;v=Hq4JZivTyQ7GP8Kt571Tzodj&amp;size=invisible&amp;badge=inline&amp;cb=vtceek24r2r9"></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
Upcoming Auctions
Auction Results
Sotheby's Metaverse
Sotheby's Sealed
NBA Auctions
Departments
SALE SERIES
The Luxury Sales
The Hong Kong Sales
The Paris Sales
Islamic, Orientalist & Middle Eastern Art
Sports Week
Buy Now
Bags & Fashion
Collectibles & More
Jewelry
Books & Home
Watches
Discover
Shop All
Bags & Fashion
Hermès
Chanel
Louis Vuitton
Goyard
Accessories & Apparel
All Handbags
Collectibles & More
Sneakers
Vintage Posters
Entertainment & Music Memorabilia
Sports Memorabilia
Automobiles
All Collectibles
Jewelry
Van Cleef & Arpels
Cartier
Tiffany & Co.
Bvlgari
Diamonds
All Jewelry
Books & Home
All Books
First Editions
Art & Design
Barware
Maps & Botanicals
Watches
Rolex
Patek Philippe
Audemars Piguet
Cartier
Honest Vintage: The Greg Selch Collection
Bucherer Certified
All Watches
Discover
Wine & Spirits
New Arrivals
The Spring Shop
Jeffrey Gibson Limited Edition Blanket
Vintage Gems
Private Sales
Category
Galleries
Medium
The Salon
Exhibitions
View All Private Sales
Category
Contemporary Art
Impressionist & Modern Art
Old Master Paintings
Jewelry
Watches
20th Century Design
American Art
European Art
Furniture & Decorative Arts
Sneakers
N.C. Wyeth's The New England Series
Galleries
Aspen
Los Angeles
Palm Beach
Brussels
Dubai
Hong Kong
Paris
Zurich
Medium
Paintings
Sculpture
Works on Paper
Prints & Multiples
Photographs
The Salon
Zurich
London
New York
Exhibitions
Foundations of Abstraction: Paintings From the Estate of C. C. Wang
Fernando Jorge at Sotheby’s
Damien Hirst: Forever & Always
Poésie des Couleurs Le monde selon Jean Messagier
American Mosaic
View All Private Sales
Sell
Log In
Preferred Access
About
Discover
Services
How to Buy & Sell
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
Real Estate | Sotheby's Concierge Auctions
RM Sotheby's
Sotheby's Institute of Art
Sotheby's International Realty
Sotheby's Motorsport
NBA Auctions
Discover
Stories & Videos
Magazine
Sotheby’s Talks
Artists
Art Movements
Sotheby's Insight Reports
Stories & Videos
Magazine
Sotheby’s Talks
Artists
Art Movements
Sotheby's Insight Reports
Services
Sotheby's Financial Services
Fiduciary Client Group
Art Restitution
Valuations
Sotheby's Collectors Group
Tax, Heritage & UK Museums
Collection Sale Management
All Services
Sotheby's Financial Services
Fiduciary Client Group
Art Restitution
Valuations
Sotheby's Collectors Group
Tax, Heritage & UK Museums
Collection Sale Management
All Services
How to Buy & Sell
Language
繁體中文
简体中文
français
繁體中文
简体中文
français
Items in Shopping Bag:0
Top Searches
Items in Shopping Bag:0



SOTHEBY'S | HOME

Francis Bacon's Portrait of George Dyer Crouching To Star at Sotheby's This May
The first of 10 full-scale portraits of his greatest lover & muse, this is the
first monumental single-panel portrait by the artist to appear at auction in a
decade.
Learn More
The Hong Kong Sales
The season's biggest marquee week returns 2-9 April to the Hong Kong Convention
and Exhibition Centre.
Discover
The Luxury Sales in Paris
Shop the specialists' edit of Fine Watches, Jewels, Handbags & Accessories and
Finest & Rarest Wines from Bordeaux and Champagne.
Browse Catalogues
Rough Diamonds in Geneva
A one-of-the-kind underground auction showcasing rare vintage timepieces by
Audemars Piguet, Patek Philippe and Piaget.
View Auction
150 Years of Impressionism and its Legacy
A year-long celebration of the radicals who changed art history.
Discover
The Spring Shop
Think Spring: Browse our curated collection of colorful handbags, jewelry,
collectibles and more.
Shop Now
Books & Manuscripts
Explore our collection of books, including sets to fill your home library, art
books for your coffee table and rare works to add value to your collection.
Shop Now
 1. 
 2. 
 3. 
 4. 
 5. 
 6. 
 7. 





UPCOMING AUCTIONS

Type: auction
Category: Upcoming Auction
{R(Evolutionaries);} Digital Art Through The …Decade
15–22 March 2024 | 2:00 PM EDT | New York

Bid

Type: auction
Category: Upcoming Auction
Sotheby's Sealed: 300 SL Alloy Gullwing
13–22 March 2024

Preview

Type: auction
Category: Upcoming Auction
Wonders from Bordeaux and beyond | Finest & …Rarest Wines
11–25 March 2024 | 11:00 AM CET | Paris

Bid

Type: auction
Category: Upcoming Auction
Handbags & Accessories
12–26 March 2024 | 2:00 PM CET | Paris

Bid

Type: auction
Category: Upcoming Auction
Important Sneakers And Modern Collectibles
14–26 March 2024 | 4:00 PM CET | Paris

Bid

Type: auction
Category: Upcoming Auction
Fine Jewels
27 March 2024 | 10:30 AM CET | Paris

Bid

Type: auction
Category: SELLING EXHIBITION
Fernando Jorge at Sotheby’s
18–27 March 2024 | London

View Works

Type: auction
Category: Upcoming Auction
Fine Watches
14–28 March 2024 | 2:00 PM CET | Paris

Bid

Type: auction
Category: SELLING EXHIBITION
Damien Hirst: Forever & Always
29 February–29 March 2024 | Los Angeles

View Works

Type: auction
Category: Upcoming Auction
Finest and Rarest Spirits
2 April 2024 | 11:00 AM HKT | Hong Kong

Bid

Type: auction
Category: Upcoming Auction
Moutai Extravaganza | The Inaugural Live Sale
2 April 2024 | 2:30 PM HKT | Hong Kong

Bid

Type: auction
Category: Upcoming Auction
A Remarkable Burgundy Cellar | Finest & Rarest… Wines
3 April 2024 | 11:00 AM HKT | Hong Kong

Bid

View All
Load More


SOTHEBY'S SELECTS

Type: video
Category: The London Sales | March 2024
Behind the Scenes: Women Artists Set Records in London

Type: featured
Category: Auction Results
Inside the Booming Market for 19th-Century Literature by Women Writers

Type: featured
Category: Jewelry
The High-Society Jewelry of Babe Paley and the ‘Swans’

Type: featured
Category: Sotheby’s Magazine
Three Grande Dames of Performance Art

Type: featured
Category: Contemporary Art
Celebrating Women's History Month

Type: featured
Category: Impressionist & Modern Art
Joachim Pissarro on the Free Spirit of the Impressionists

Type: video
Category: 150 Years of Impressionism
Paul Signac’s Mastery of Color

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 Palm Beach

Type: package
Sotheby’s Los Angeles



SHOP NEW ARRIVALS FROM OUR ONLINE STORE

Type: retail
Hermès
Black Tadelakt Mini Kelly Twilly Bag Charm Gold Hardware, 2020
4,500 USD

Type: retail
Vintage Gold and Diamond Drop Earclips
6,135 USD

Type: retail
David Bowie
Self-Portrait Limited Edition Lithograph
2,500 USD

Type: retail
Hermès
Nata Evercolor Kelly 28 Gold Hardware, 2022
24,000 USD

Type: retail
Patek Philippe
Complications Reference 5070R, a rose gold manual wind wristwatch with
chronograph
63,340 USD

Type: retail
Annie Leibovitz, TASCHEN
Annie Leibovitz Art Edition No. 1–1000 Keith Haring
1,500 USD

Type: retail
Gold, Diamond and Enamel Bangle Bracelet
12,000 USD

Type: retail
Rolling Stones Books Complete Set
1,250 USD

Type: retail
Platinum, 2.05ct Round Brilliant Cut Diamond and Emerald Ring
13,500 USD

Type: retail
Chanel
Beige Quilted Caviar Jumbo Double Flap Bag Gold Hardware, 2017-2018
9,400 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



LUXURY ITEMS AVAILABLE FOR IMMEDIATE PURCHASE

Type: art
Watches

Type: art
Handbags

Type: art
Jewelry

Type: art
Books & Manuscripts

Type: art
Collectibles

Type: art
Pens & Lighters

Type: art
Sports Memorabilia

Type: art
Sneakers

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


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

SUPPORT
SUPPORT
 * Help Center
 * Locations
 * Download the App

CORPORATE
CORPORATE
 * Press
 * Privacy Policy
 * Corporate Governance
 * Careers

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

(C) 2024 Sotheby's
All alcoholic beverage sales in New York are made solely by Sotheby's Wine (NEW
L1046028)
By clicking “Accept All Cookies”, you agree to the storing of cookies on your
device to enhance site navigation, analyze site usage, and assist in our
marketing efforts.
Cookies Settings Reject All Accept All Cookies



PRIVACY PREFERENCE CENTER

When you visit any website, it may store or retrieve information on your
browser, mostly in the form of cookies. This information might be about you,
your preferences or your device and is mostly used to make the site work as you
expect it to. Because we respect your right to privacy, you can choose not to
allow some types of cookies. Click on the different category headings to find
out more and change our default settings. However, blocking some types of
cookies may impact your experience of the site and the services we are able to
offer.
For more information, see our Cookies Policy.
Allow All


MANAGE CONSENT PREFERENCES

STRICTLY NECESSARY COOKIES

Always Active

These cookies are necessary for the website to function and cannot be switched
off in our systems. They are usually only set in response to actions made by you
which amount to a request for services, such as setting your privacy
preferences, logging in or filling in forms. You can set your browser to block
or alert you about these cookies, but some parts of the site may not then work.

PERFORMANCE COOKIES

Performance Cookies

These cookies allow us to count visits and traffic sources so we can measure and
improve the performance of our site. They help us to know which pages are the
most and least popular and see how visitors move around the site. All
information these cookies collect is aggregated and therefore anonymous. If you
do not allow these cookies we will not know when you have visited our site, and
will not be able to monitor its performance.

FUNCTIONAL COOKIES

Functional Cookies

These cookies enable the website to provide enhanced functionality and
personalisation. They may be set by us or by third party providers whose
services we have added to our pages. If you do not allow these cookies then some
or all of these services may not function properly.

TARGETING COOKIES

Targeting Cookies

These cookies may be set through our site by our advertising partners. They may
be used by those companies to build a profile of your interests and show you
relevant adverts on other sites.

Back Button


COOKIE LIST



Search Icon
Filter Icon

Clear
checkbox label label
Apply Cancel
Consent Leg.Interest
checkbox label label
checkbox label label
checkbox label label

Reject All Confirm My Choices