TypeScript 61.9%
HTML 37.2%
SQL 0.7%
1{2 "id": "catawiki",3 "displayName": "Catawiki (closed-lot results & live lots)",4 "sourceId": "catawiki",5 "sourceName": "Catawiki",6 "sourceType": "auction_house",7 "sourceUrl": "https://www.catawiki.com",8 "module": "scrapfly/catawiki",9 "enginePriority": ["scrapfly"],10 "categories": ["pokemon", "magic_the_gathering", "yugioh", "one_piece_card_game", "disney_lorcana", "other_tcg", "basketball_cards", "baseball_cards", "football_cards", "hockey_cards", "soccer_cards", "f1_cards", "non_sport_cards", "rolex", "patek_philippe", "audemars_piguet", "omega", "other_watches", "pens", "lighters", "marvel_comics", "dc_comics", "independent_comics", "manga", "animation_art", "lego_sets", "funko", "model_cars", "model_trains", "action_figures", "vintage_toys", "designer_toys", "dolls", "plush", "video_games", "coins", "banknotes", "stamps", "medals", "wine", "whisky", "rum", "cognac", "music", "movie_posters", "cameras", "sports_memorabilia", "art", "contemporary_art", "photography", "jewelry", "gemstones", "luxury_handbags", "sneakers", "fashion_streetwear", "automobiles", "motorcycles", "automotive_memorabilia", "books", "maps", "historical_documents", "fossils", "minerals", "meteorites", "antiques", "design_furniture"],11 "regions": ["NL", "EU"],12 "languages": ["en"],13 "currency": ["EUR"],14 "supportsListings": false,15 "supportsSold": true,16 "supportsAuctions": true,17 "supportsImages": true,18 "supportsCatalog": false,19 "supportsPopulation": false,20 "supportsLookup": true,21 "refreshFrequencyMinutes": 240,22 "priority": "high",23 "trustScore": 0.8,24 "attributionRequired": true,25 "termsUrl": "https://www.catawiki.com/en/help/terms-of-use",26 "accessNotes": "Scrapfly (asp, NL exit) because catawiki.com returns 403 to non-browser clients. Two-phase crawl: (1) discovery — a rendered category page (render_js, ~6 credits) lists the live themed auctions of the category; each auction page /en/a/<id>-slug is server-rendered (__NEXT_DATA__, 1 credit, no JS) with its full lot list and closeAt; live lots are emitted as auction_lot records and remembered in the cursor; (2) harvest — after an auction closes, each remembered lot page /en/l/<id>-slug (1 credit, no JS) exposes biddingBlockResponse {closed, sold, final bid in EUR, biddingEndTime} plus title/subtitle/specifications/expert estimate/images/seller country, and sold lots become sale records. Robots (via Scrapfly): /*/c/*/* and *lot_id are disallowed — we only use single-segment category URLs, auction pages and lot pages, never the lot_id query. Prices: Catawiki's final bid is the hammer; the buyer pays an additional ~9% buyer protection fee, so buyerPremiumIncluded=false (fee noted in metadata). Sale date = biddingEndTime from the source. Unsold closed lots are discarded.",27 "enabled": true,28 "schemaVersion": "1.0",29 "config": {30 "seeds": [31 { "id": 725, "path": "725-trading-cards", "hint": "cards" },32 { "id": 299, "path": "299-watches-pens-lighters", "hint": "watches" },33 { "id": 139, "path": "139-comics-animation", "hint": "comics" },34 { "id": 363, "path": "363-toys-models", "hint": "toys" },35 { "id": 165, "path": "165-coins-stamps", "hint": "coins" },36 { "id": 720, "path": "720-wine-whisky-spirits", "hint": "wine" },37 { "id": 347, "path": "347-music-movies-cameras", "hint": "music" },38 { "id": 1097, "path": "1097-sports", "hint": "sports" },39 { "id": 714, "path": "714-jewellery-precious-stones", "hint": "jewelry" },40 { "id": 721, "path": "721-fashion", "hint": "fashion" },41 { "id": 85, "path": "85-art", "hint": "art" },42 { "id": 708, "path": "708-classic-cars-motorcycles-automobilia", "hint": "cars" },43 { "id": 863, "path": "863-archaeology-natural-history", "hint": "natural_history" },44 { "id": 1099, "path": "1099-books-historical-memorabilia", "hint": "books" }45 ],46 "maxNewAuctionsPerRun": 30,47 "maxLotFetchesPerRun": 400,48 "pendingCap": 6000,49 "harvestDelayMinutes": 2050 }51}52