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

Submitted URL: http://sothebysdiamonds.com/
Effective URL: https://www.sothebys.com/en/buy-now/sothebys-diamonds
Submission: On November 16 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="Module63431">
      <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="Module84104">
      <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="Module13416">
      <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="Module13416">
      <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-kg2jt5hsheo" 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=-ZG7BC9TxCVEbzIO2m429usb&amp;size=invisible&amp;badge=inline&amp;cb=vy7vp3139xbz"></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 New York Sales
A Legacy of Beauty: The Collection of Sydell Miller
Chinese Art | Hong Kong
The Luxury Sales
Old Masters Paris
The Epicurean's Atlas
Old Masters London
View All
Buy Now
Bags & Fashion
Collectibles & More
Jewelry
Books & Manuscripts
Watches
Discover
Shop All
Bags & Fashion
Hermès
Chanel
Goyard
Louis Vuitton
Accessories & Apparel
All Handbags
Collectibles & More
Game-Worn NBA Jerseys
Sneakers
Vintage Posters
Entertainment & Music Memorabilia
Sports Memorabilia
Automobiles
All Collectibles
Jewelry
High Jewelry
Van Cleef & Arpels
Cartier
Tiffany & Co.
Bvlgari
The Bridal Shop
Diamonds
All Jewelry
Books & Manuscripts
First Editions
Art & Design Books
Literature & Children's
Maps, Botanicals & More
Abbeville & Sotheby's
All Books
Watches
Rolex
Patek Philippe
Audemars Piguet
Cartier
Bucherer Certified
All Watches
Discover
Wine & Spirits
New Arrivals
The Gift Guide
Art & Decor
Vintage Finds
Private Sales
Sell
Finance
Log In
Preferred Access
About
Stories
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
Stories
Sotheby's Magazine
Stories & Videos
Sotheby's Magazine
Stories & Videos
Services
Fiduciary Client Group
Art Restitution
Valuations
Sotheby's Collectors Group
Tax, Heritage & UK Museums
Collection Sale Management
Museum and Corporate Art Group
All Services
Fiduciary Client Group
Art Restitution
Valuations
Sotheby's Collectors Group
Tax, Heritage & UK Museums
Collection Sale Management
Museum and Corporate Art Group
All Services
How to Buy & Sell
Language
繁體中文
简体中文
français
Deutsch
italiano
繁體中文
简体中文
français
Deutsch
italiano
Items in Shopping Bag:0
Top Searches
Items in Shopping Bag:0

01 / 04
Exceptional diamonds curated for the discerning collector.
Shop all Sotheby's Diamonds
02 / 04
A contemporary collection of modern masterpieces weaving the most desirable
diamonds with cutting-edge design and superlative craftsmanship.
Shop all Sotheby's Diamonds
03 / 04
Each creation is inspired by an aspect of Sotheby’s expertise and experience:
art, architecture, sculpture and of course the diamond itself.
More
04 / 04
Featuring works by guest designers who excel in showcasing the modern majesty of
diamonds.
Shop all collections
01 / 04
Exceptional diamonds curated for the discerning collector.
Shop all Sotheby's Diamonds
02 / 04
A contemporary collection of modern masterpieces weaving the most desirable
diamonds with cutting-edge design and superlative craftsmanship.
Shop all Sotheby's Diamonds
03 / 04
Each creation is inspired by an aspect of Sotheby’s expertise and experience:
art, architecture, sculpture and of course the diamond itself.
More
04 / 04
Featuring works by guest designers who excel in showcasing the modern majesty of
diamonds.
Shop all collections




SHOP BY CATEGORY

Type: art
Earrings

Type: art
Rings

Type: art
Bracelets

Type: art
Necklaces

View All
Type: art
Brooches

Type: art
Shop All



SHOP BY COLLECTION

Type: art
Sotheby's Diamonds by Lily Gabriella

Type: art
The Steel Collection

Type: art
The Thistle Collection

Type: art
Sotheby's Diamonds by Nicholas Lieou


> At Sotheby’s Diamonds, the diamond is the muse, theme and inspiration, an
> endless story. Each jewel starts with the stone—the concept and design revolve
> around a particular diamond, which becomes the hero and shining light.

More




ABOUT THE SOTHEBY'S DIAMONDS TEAM

Alessandro Borruso, Head of Sales Sotheby’s Diamonds, is a Fellow of the
Gemmological Association and a Fellow of the Institute of Registered Valuers, he
has over 18 years of experience working with diamonds and fine jewellery. From
sales of antique, vintage jewels and modern bespoke creations to insurance
valuations including grading all the diamonds used in ‘For the Love of God’,
Damien Hirst’s diamond-encrusted skull.


CONTACT US

Type: specialist
Category: Contact
Alessandro Borruso
Account Manager, Jewellery
London

alessandro.borruso@sothebys.com +44 207 293 5806




SHOP BY CATEGORY

Type: art
Handbags & Accessories
Iconic designer handbags, accessories and men’s leather goods to own now

Type: art
Watches
Ready-to-buy watches from Rolex, Audemars Piguet, Patek Philippe and more

Type: art
Fine Art
From Old Masters to modern marvels, experience exclusive access to authenticated
artworks

Type: art
Jewelry
Explore pieces by Tiffany & Co., Bulgari, Van Cleef & Arpels, Cartier and more

Type: art
Sneakers
Explore our ready-to-buy, collection-worthy sneakers and accessories

Type: art
Collectibles
Rare gems: Books, sports memorabilia, typewriters, vintage games and more

Type: art
Decorative Arts & Objects
From serveware to stylish vases, find your perfect piece of finishing-touch
décor

Type: art
Interiors
Discover fine furniture from private collectors and the most prestigious brands



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