Skip to main content
AI Studio  add-on for Spider.
sothebys.com · HTTP 200

Sothebys Scraper

Spider read sothebys.com in 322 ms without a browser and returned 671 lines of clean markdown.

Get your free API key
Free balance on signup No card. Failed requests cost $0.
Response sothebys.com/index.md markdown · 671 lines
Type: auction Category: SELLING EXHIBITION Lillian Bassman: Elegance in Light 11 June–16 August 2026 | New YorkType: auction Category: SELLING EXHIBITION American Views: People and Places 1 July–23 August 2026 | New YorkType: auction Category: SELLING EXHIBITION The Backbeat of America: Historic Musical Instruments and Memorabilia 1 July–23 August 2026 | New YorkType: auction Category: EXHIBITION Sotheby’s X David Webb: Mavericks On Madison Avenue 1 July–23 August 2026 | New YorkType: auction Category: SELLING EXHIBITION The Artists Among Us 21–28 August 2026 | New YorkType: auction Category: SELLING EXHIBITION Irving Norman: Pomp and Circumstance 7–31 August 2026 | New YorkType: auction Category: Upcoming Auction Hollywood Hills Development Site with Dual Access and Unmatched Build Potential 19 August–3 September 2026Type: auction Category: SELLING EXHIBITION Botero in New York 22 July–7 September 2026 | New YorkType: auction Category: Upcoming Auction Chinese Art 16 September 2026Type: auction Category: Upcoming Auction Arcade Sale 21–28 August 2026Type: auction Category: Upcoming Auction Giants of BordeauxFinest and Rarest Wines 27 August–10 September 2026Type: auction Category: Upcoming Auction Handbags & Accessories 28 August–11 September 2026Type: auction Category: Upcoming Auction Collection Rochas, Le bestiaire rêvé 15 September 2026Type: auction Category: Upcoming Auction From Meissen to Paris : The Röbbig CollectionType: auction Category: Upcoming Auction Prints & Multiples 16–23 September 2026The Zurich Auction 26 September 2026Modern & Contemporary South Asian ArtType: auction Category: Upcoming Auction Classic Design 22–29 September 2026Type: auction Category: Upcoming Auction Château Haut-Brion, Domaine Clarence Dillon: Celebrating Our 10th Decade of Family Stewardship 1 October 2026Type: auction Category: Upcoming Auction Fine Watches 23 September–7 October 2026
Code · Fields · Cost · Run it keyless, no account

The same call, in code.

The capture above came back as markdown. These examples add a key, so you get browser rendering, proxies, and concurrency on sothebys.com.

sothebys-com-scraper.ts
import { SpiderBrowser } from "spider-browser";

const spider = new SpiderBrowser({
  apiKey: process.env.SPIDER_API_KEY!,
});

await spider.connect();
const page = spider.page!;
await page.goto("https://sothebys.com");

// No selectors, no schema. Spider reads the page and names the fields.
const data = await page.scrape();

console.log(data);
await spider.close();
ready to run · spider-browser, no selectors

Ready for volume? Get an API key →

Fields you can pull.

Business NameAddressPhoneCategoryRatingWebsite

Spider names these from the page. The capture above came back as markdown; the same call with return_format: "json" returns them as keys.

What sothebys.com costs to scrape.

The capture above cost $0.000874 to fetch. Pricing is $1 per GB of pre-transformation bandwidth plus $0.001 per CPU minute, so a page like this one lands at a fraction of a cent. Failed requests are billed at $0.

  • Free balance on signup
  • No card required to test
  • Balance never expires
See the full pricing →

Run it keyless, no account

curl -X POST https://api.spider.cloud/scrape -H "Content-Type: application/json" -d '{"url": "https://sothebys.com/", "return_format": "markdown"}'

More Directories scrapers.

Start scraping sothebys.com.

You already have the call. A key raises the rate limit and turns on browser rendering, proxies, and concurrency. Balance never expires, and top-ups go through secure checkout.