Catawiki Auction Lot Scraper avatar

Catawiki Auction Lot Scraper

Pricing

from $5.00 / 1,000 results

Go to Apify Store
Catawiki Auction Lot Scraper

Catawiki Auction Lot Scraper

Scrape Catawiki curated online auctions (art, watches, coins, jewelry, comics, wine, classic cars). Per-lot data: title, current bid (EUR/GBP/USD), expert estimate, category, closing time, seller, location, image, lot URL. Search by query or category URL.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

lulz bot

lulz bot

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Scrape live auction lots from Catawiki — the curated online marketplace for collectibles: art, watches, coins, stamps, jewelry, comics, wine, classic cars, and more.

Search by free-text query or point it at any Catawiki category/browse URL. Each lot is enriched from its detail page with the current bid (in EUR / GBP / USD), expert estimate, category, closing time, seller country and rating, the experts who curated it, full specifications, and a summary — perfect for price research, arbitrage, market monitoring, and collectibles analytics.

What you get per lot

FieldDescription
lotIdCatawiki lot ID
title, subtitle, summary, descriptionLot text
lotUrlDirect link to the lot
imageUrlFull-resolution lot image
categoryName, categoryId, categoryUrlLot category
currentBid, minBid, startBidLocalized bid amounts
bidEUR, bidGBP, bidUSDCurrent bid in three currencies
expertEstimateExpert price estimate (when published)
reservePriceSet, reservePriceMet, sold, closedAuction status flags
biddingStartTime, biddingEndTimeAuction window (ISO)
auctionId, auctionTitle, auctionUrlParent auction
sellerId, sellerShopName, sellerCountry, sellerScoreSeller info
expertsNames of the Catawiki experts who vetted the lot
specificationsStructured attribute list (brand, material, year, etc.)
favoriteCount, hasFreeShipping, buyNowExtras
scrapedAtISO timestamp of capture

Input

{
"searchQueries": ["rolex", "antique coins", "c/333-watches"],
"maxResults": 100,
"scrapeDetails": true,
"proxyConfiguration": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"] }
}
  • searchQueries — search terms and/or Catawiki category URLs (https://www.catawiki.com/en/c/333-watches or shorthand c/333-watches). Each is paginated.
  • maxResults — cap across all queries. 0 = fetch everything via pagination.
  • scrapeDetailstrue (default) enriches each lot from its detail page. Set false for a faster list-only scrape.
  • proxyConfiguration — Catawiki is protected by Akamai bot manager; RESIDENTIAL proxy is the default and recommended.

Output

Records are pushed to the dataset and available as JSON, CSV, Excel, etc.

{
"lotId": 104420902,
"title": "Catena - Chronograph Swiss Made Watch - C805SEA5 - No reserve price",
"categoryName": "Unused Watches",
"currentBid": 1,
"bidUSD": 1,
"biddingEndTime": "2026-06-27T11:43:21.000Z",
"sellerCountry": "France",
"sellerScore": 98.4,
"experts": ["Alfonso Minondo"],
"auctionTitle": "Unused Watches Auction",
"lotUrl": "https://www.catawiki.com/en/l/104420902-catena-...",
"imageUrl": "https://assets.catawiki.nl/assets/.../8d8d901d.jpg",
"scrapedAt": "2026-06-24T21:50:00.000Z"
}

Notes

  • Data is extracted from Catawiki's embedded __NEXT_DATA__ JSON (no brittle HTML scraping).
  • English locale (www.catawiki.com/en). Bid amounts returned in EUR, GBP, and USD.
  • Use responsibly and in line with Catawiki's Terms of Service.