Wright Auctions Scraper avatar

Wright Auctions Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Wright Auctions Scraper

Wright Auctions Scraper

Scrape Wright (wright20.com) - America's leading auction house for art and design. Search and browse auction lots for mid-century modern furniture, industrial design, decorative arts, and more. Get lot metadata including artist names, estimates, hammer prices, images, and condition reports.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 days ago

Last modified

Share

Scrape Wright (wright20.com) — America's leading auction house for 20th-century design, mid-century modern furniture, industrial design, and decorative arts. Search the full auction archive by keyword or browse recent lots. Extracts complete lot metadata: artist name, lot title, pre-sale estimates, hammer prices, material, condition, year designed, country, images, and direct lot links.

No API key, no proxy, no login required.

What this actor does

  • Search auction archive by artist name, object type, material, or any keyword
  • Browse recent auction lots for an overview of Wright's latest sales
  • Rich metadata per lot — artist, title, material, year designed, country, condition report
  • Capture sold prices (hammer prices), pre-sale estimates, and lot images
  • Withdrawn lots flagged with isWithdrawn: true
  • Empty fields are omitted — clean output, no null values

Output per lot

FieldTypeDescription
lotIdintegerUnique lot ID from Wright's system
lotNumberintegerLot number within the auction
titlestringLot title / object name
artistNamestringCreator / designer name
estimateLowintegerPre-sale low estimate in USD
estimateHighintegerPre-sale high estimate in USD
soldPriceintegerFinal hammer price in USD
currencystringAlways USD when estimates/sold present
materialstringMaterials / medium (e.g. "walnut", "chrome-plated steel")
conditionstringCondition report
descriptionstringExtended description / provenance
yearDesignedstringYear the piece was designed or created
countrystringCountry of origin
imageUrlstringDirect URL to the primary lot image
lotUrlstringDirect link to the lot detail page
isWithdrawnbooleantrue if the lot was withdrawn before sale
scrapedAtstringISO 8601 timestamp of when the record was scraped

Input

FieldTypeDefaultDescription
modestringsearchLotssearchLots — search by keyword; browseLots — browse recent lots
querystringeames chairKeyword to search (required for searchLots)
maxItemsinteger20Maximum number of lots to return (1–1000)

Example: search for Eames furniture

{
"mode": "searchLots",
"query": "eames chair",
"maxItems": 50
}

Example: search by artist name

{
"mode": "searchLots",
"query": "George Nakashima",
"maxItems": 100
}

Example: browse recent auction lots

{
"mode": "browseLots",
"maxItems": 200
}

Example: search by material

{
"mode": "searchLots",
"query": "rosewood",
"maxItems": 30
}

Use cases

  • Design market research — track realized prices for mid-century modern designers (Eames, Nakashima, Judd, etc.)
  • Collector intelligence — search sales history for specific pieces, materials, or periods
  • Auction analytics — compare estimates vs. sold prices to understand design market trends
  • Furniture valuation — use sold prices as comps for appraisal and insurance purposes
  • Gallery & dealer sourcing — monitor Wright's archive for acquisition opportunities
  • Academic research — gather auction data for design history and art market studies
  • Data aggregation — combine with other auction house scrapers for cross-market analysis

FAQ

What is Wright? Wright is a Chicago-based auction house founded in 2000, specializing in post-war and contemporary design, 20th-century furniture, lighting, and decorative arts. It is widely regarded as the premier American auction venue for mid-century modern design.

What kind of objects does Wright sell? Wright specializes in design: furniture (Eames, Nakashima, Aalto, etc.), lighting, ceramics, glass, textiles, industrial design objects, and fine art. It does not focus on traditional fine art categories like Old Masters.

How many results can I get per run? Up to 1,000 lots per run (set maxItems). Wright's archive pages contain all search results on a single page.

What does browseLots do vs searchLots? searchLots searches Wright's archive by your keyword and returns ranked results. browseLots fetches the archive listing without a keyword filter, showing the most recently listed auction lots.

Are the prices hammer prices or including buyer's premium? Prices are as displayed on wright20.com's archive pages. These are typically hammer prices; buyer's premium is applied separately at time of sale.

What does isWithdrawn: true mean? Some lots are withdrawn before the sale date. The actor flags these so you can filter them out if needed.

Do I need a Wright account or API key? No. This actor uses Wright's publicly accessible archive pages and requires no credentials.

How fresh is the data? Results reflect what is publicly accessible on wright20.com at the time of the run. Results are typically posted within days of each auction.