Christies Lots Search Scraper
Pricing
from $2.00 / 1,000 results
Christies Lots Search Scraper
Scrape Christie's auction lot search results with ease. This scraper collects lot details including titles, estimates, prices realized, auction dates, and 27+ fields per lot — perfect for collectors, dealers, researchers, and auction market analysts.
Pricing
from $2.00 / 1,000 results
Rating
0.0
(0)
Developer
Stealth mode
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Christie's Lots Search Scraper: Extract Auction Data Instantly
What Is Christie's and Why Scrape It?
Christie's is the world's leading auction house for fine art, jewelry, collectibles, and decorative objects. Their catalog contains thousands of active and historical lots with pricing, estimates, and detailed descriptions. Manually collecting this data across multiple searches is tedious — the Christie's Lots Search Scraper automates the extraction, delivering structured auction data for analysis, market research, and business intelligence.
Overview
The Christie's Lots Search Scraper extracts auction lot listings from Christie's search results pages, converting unstructured catalog data into clean, machine-readable records. It is designed for:
- Art dealers & collectors tracking market prices and comparable sales
- Appraisers researching valuation benchmarks
- Auction analysts monitoring trends across product categories
- Researchers studying art market dynamics and auction patterns
- Data aggregators building comprehensive art market databases
Key strengths include configurable item limits per search URL, graceful error handling, and comprehensive field coverage spanning lot metadata, pricing, auction status, and bidding information.
Input Format
The scraper accepts a JSON configuration object with three main parameters:
{"urls": ["https://www.christies.com/en/search?entry=blue&page=1&sortby=relevance&tab=sold_lots"],"ignore_url_failures": true,"max_items_per_url": 200}
Input Parameters Explained
| Parameter | Type | Description |
|---|---|---|
urls | Array | Direct links to Christie's lot search result pages (e.g., category catalogs, keyword searches). Add one or multiple URLs. |
ignore_url_failures | Boolean | If true, the scraper continues if a URL fails. If false, the run stops on the first failure. Default: true. |
max_items_per_url | Integer | Maximum number of lot items to extract per URL. Set to 200 for full catalogs or lower for partial data collection. |
Output Format
Sample output
{"object_id": "6569607","lot_id_txt": "476","analytics_id": "24592.476","event_type": "Sale","start_date": "2026-02-13T00:00:00","end_date": "2026-02-13T00:00:00","url": "https://www.christies.com/en/lot/lot-6569607","is_auction_over": true,"is_in_progress": false,"title_primary_txt": "A PAIR OF GEORGE III ORMOLU-MOUNTED BLUE JOHN CANDLE-VASES","title_secondary_txt": "BY MATTHEW BOULTON, CIRCA 1775","title_tertiary_txt": "","consigner_information": "","description_txt": "A PAIR OF GEORGE III ORMOLU-MOUNTED BLUE JOHN CANDLE-VASES<br> BY MATTHEW BOULTON, CIRCA 1775<br> Each surmounted by a removable top with pinecone finial above a spreading domed acanthus base and pearled neck, the top reversing to form a baluster-shaped stiff-leaf candle nozzle with removable drip pan, the ovoid body with reeded rim flanked by scrolled handles cast with rosettes, husk trails and acanthus sprays, above an acanthus cup and fluted spreading circular socle with laurel collar and square base<br> 12 ¾ in. (32.4 cm.) high<br> ","image": {"image_src": "https://www.christies.com/img/lotimages/2026/NYR/2026_NYR_24592_0476_000(a_pair_of_george_iii_ormolu-mounted_blue_john_candle-vases_by_matthew021459).jpg?mode=max","image_mobile_src": "https://www.christies.com/img/lotimages/2026/NYR/2026_NYR_24592_0476_000(a_pair_of_george_iii_ormolu-mounted_blue_john_candle-vases_by_matthew021459).jpg?mode=max","image_tablet_src": "https://www.christies.com/img/lotimages/2026/NYR/2026_NYR_24592_0476_000(a_pair_of_george_iii_ormolu-mounted_blue_john_candle-vases_by_matthew021459).jpg?mode=max","image_desktop_src": "https://www.christies.com/img/lotimages/2026/NYR/2026_NYR_24592_0476_000(a_pair_of_george_iii_ormolu-mounted_blue_john_candle-vases_by_matthew021459).jpg?mode=max","image_alt_text": "A PAIR OF GEORGE III ORMOLU-MOUNTED BLUE JOHN CANDLE-VASES"},"estimate_visible": true,"estimate_on_request": false,"lot_estimate_txt": "","price_on_request": false,"estimate_txt": "USD 200,000 - 300,000","lot_withdrawn": false,"price_realised_txt": "USD 355,600","current_bid": null,"current_bid_txt": null,"is_saved": false,"show_save": true,"sale": {"id": "31234","number": "24592","location": "New York","type": "NormalSale"},"from_url": "https://www.christies.com/en/search?entry=blue&page=1&sortby=relevance&tab=sold_lots"}
Each scraped lot returns a comprehensive record with 27 fields covering identification, auction details, pricing, and metadata:
Lot Identification & Metadata
| Field | Meaning |
|---|---|
Object ID | Unique identifier for the lot object in Christie's system |
Lot ID | Specific lot number within an auction event |
Analytics ID | Internal tracking ID for analytics and reporting |
URL | Direct link to the individual lot page on Christie's website |
Auction Event Information
| Field | Meaning |
|---|---|
Event Type | Type of auction (e.g., sale, online auction, estimate request) |
Start Date | Official start date/time of the auction |
End Date | Official end date/time when bidding closes |
Sale | Name or reference of the specific sale/auction event |
Is Auction Over | Boolean flag indicating if the auction has ended |
Is In Progress | Boolean flag indicating if the auction is currently active |
Lot Titles & Descriptions
| Field | Meaning |
|---|---|
Primary Title | Main title of the lot (e.g., artwork name, artist, period) |
Secondary Title | Additional descriptive title or subtitle |
Tertiary Title | Further classification or detail (e.g., edition, series) |
Description | Full HTML description including provenance, condition, and historical context |
Consigner Information | Details about the consigner (owner submitting the lot) |
Image | URL to the primary lot image |
Valuation & Pricing
| Field | Meaning |
|---|---|
Lot Estimate | Estimated lot value range (typically in format "low–high USD") |
Estimate Visible | Boolean indicating if the estimate is publicly displayed |
Estimate On Request | Boolean indicating if the estimate requires contacting Christie's |
Estimate | Parsed or formatted estimate value |
Price On Request | Boolean flag for lots with prices not publicly listed |
Price Realised | Actual hammer price (sale price) after bidding closes |
Current Bid | Highest bid amount during an active auction |
Current Bid Text | Formatted current bid display (e.g., "€150,000") |
Lot Withdrawn | Boolean flag indicating if the lot was removed from auction |
User Interaction & Status
| Field | Meaning |
|---|---|
Is Saved | Boolean indicating if the lot is saved in the user's watchlist |
Show Save | Boolean indicating if the save button should display |
How to Use
- Navigate Christie's — Browse to a Christie's category page or use the search function (e.g.,
https://www.christies.com/en/search?entry=blue&page=1&sortby=relevance&tab=sold_lots). - Copy the search URL — Grab the full page URL from the address bar.
- Configure the scraper — Paste the URL(s) into the
urlsarray. Setmax_items_per_urlto the number of lots you need (up to the page limit). - Set error handling — Use
ignore_url_failures: truefor robust bulk runs. - Run the scraper — Execute and monitor the progress log in real-time.
- Export & analyze — Download results as JSON, CSV, or Excel for analysis, comparison, or database import.
Best practices:
- Use category URLs or filtered search results to target specific lot types.
- Set
max_items_per_url: 200to capture full catalog pages (adjust if the page has fewer items). - Export data regularly for large scraping jobs to avoid timeout issues.
Use Cases & Business Value
- Price comparisons: Research hammer prices across auctions to inform valuations
- Market trends: Identify demand patterns by analyzing lot estimates vs. realized prices
- Competitive intelligence: Monitor competitor lots, pricing strategies, and auction activity
- Research projects: Build historical datasets for academic or industry studies
- Automated aggregation: Populate internal databases or platforms with up-to-date auction catalogs
The Christie's Lots Search Scraper transforms hours of manual data collection into minutes, enabling faster research, better market insights, and data-driven decision-making for professionals in the art, collectibles, and auction industries.
Conclusion
The Christie's Lots Search Scraper is an essential tool for anyone working with auction data. With 27 detailed fields per lot and flexible URL configuration, it streamlines the collection of pricing, estimates, and lot metadata at scale. Whether you're an appraiser, dealer, researcher, or data analyst, this scraper delivers the structured intelligence you need to stay competitive in the dynamic art market.