Wright20 Design Auction Results Scraper avatar

Wright20 Design Auction Results Scraper

Pricing

Pay per event

Go to Apify Store
Wright20 Design Auction Results Scraper

Wright20 Design Auction Results Scraper

Scrape Wright auction results — lot data, hammer prices, provenance, literature, and condition reports for 20th-century design objects across 25+ years of Wright sales.

Pricing

Pay per event

Rating

0.0

(0)

Developer

BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

10 days ago

Last modified

Categories

Share

Scrapes Wright auction lot data — hammer prices, designer attribution, provenance, literature citations, condition reports, and catalog images — across all past and upcoming Wright sales. Covers 20th-century design, mid-century modern, Scandinavian design, Italian design, studio furniture, and related categories.

What it does

Wright is the dominant US auction house for 20th-century design. This actor:

  1. Walks the Wright sitemap index (600+ per-auction sitemaps) to discover all lot URLs
  2. Fetches each lot page and extracts the embedded Inertia.js JSON (no browser rendering needed)
  3. Returns a clean, flat record per lot with full provenance, pricing, and image data

Use cases

  • Appraisal research: Cross-reference hammer prices, provenance chains, and exhibition history for attribution and insurance valuation
  • Dealer intelligence: Track price history for specific designers (Nelson, Eames, Bertoia, Saarinen, Knoll, Herman Miller) across years
  • Academic cataloging: Harvest literature citations and exhibition records for design history research
  • Market analytics: Build price indices for MCM design categories, estimate/result ratios, buy-in patterns

Input

FieldTypeDefaultDescription
maxItemsinteger10Maximum number of lot records to return. Set to 0 for no limit (full archive).

Output

Each record in the dataset represents one auction lot:

FieldTypeDescription
lot_idstringWright's internal lot identifier
auction_idstringParent auction identifier
auction_titlestringFull auction title (e.g. "Design and Important Italian Glass")
auction_datestringISO date of the auction session (YYYY-MM-DD)
lot_numberstringCatalog lot number
titlestringObject title and description
designerstringDesigner or maker (primary attribution)
manufacturerstringManufacturer (e.g. Herman Miller, Knoll, Cassina)
circastringDate or period (e.g. "1956", "circa 1952")
dimensionsstringObject dimensions
materialsstringMaterials / techniques
provenancestringProvenance history
literaturestringLiterature citations
exhibitedstringExhibition history
conditionstringCondition report
estimate_lownumberLow pre-sale estimate (USD)
estimate_highnumberHigh pre-sale estimate (USD)
currencystringAlways "USD"
hammer_pricenumberHammer price excluding buyer's premium (null if unsold)
price_realizednumberTotal price including buyer's premium (null if unsold)
is_soldbooleanWhether the lot sold
image_urlsarrayFull-resolution (2000px) catalog image URLs
lot_urlstringDirect URL to the lot page on wright20.com

Example output

{
"lot_id": "192808",
"auction_id": "1326",
"auction_title": "Design and Important Italian Glass",
"auction_date": "2025-12-09",
"lot_number": "389",
"title": "Thin Edge cabinet, model 5723",
"designer": "George Nelson & Associates",
"manufacturer": "Herman Miller",
"circa": "1952",
"dimensions": "33⅜ h × 67¼ w × 19⅜ d in",
"materials": "teak, aluminum",
"provenance": "",
"literature": "George Nelson: Architect, Writer, Designer, Teacher, von Vegesack and Eisenbrand, pg. 244 discusses series",
"exhibited": "",
"condition": "Very good condition. Cabinet has been expertly restored.",
"estimate_low": 4000,
"estimate_high": 6000,
"currency": "USD",
"hammer_price": 3000,
"price_realized": 3810,
"is_sold": true,
"image_urls": [
"https://www.wright20.com/items/index/2000/389_1_design_december_2025_..."
],
"lot_url": "https://www.wright20.com/auctions/2025/12/design/389"
}

Coverage

The actor works across all Wright auction categories visible in the sitemap, including:

  • Design (quarterly flagship sales)
  • Important Design
  • Scandinavian Design
  • Machine Age Design 1925-1950
  • Essential Design
  • American Design
  • Italian Design
  • Studio Furniture
  • Ceramics, glass, art, and specialty sales

Wright's archive spans 25+ years and 50,000+ lots. Set maxItems: 0 to collect the full archive (a complete run takes several hours at the default concurrency).

Technical notes

  • No proxy required — lot pages return 200 with a Chrome User-Agent from Apify datacenter IPs
  • Data is embedded as structured JSON in each page (Inertia.js data-page attribute), so extraction is deterministic and fast
  • The sitemap index lists upcoming and past auctions — the actor collects both
  • hammer_price (sans buyer's premium) equals price_realized divided by approximately 1.27 for standard sales; both fields are provided for flexibility