Scrape Catawiki auction search results efficiently. Extract detailed lot information including titles, prices, descriptions and more from any Catawiki search URL. Perfect for auction data analysis and market research.
The actor accepts the following input parameters:
Field | Type | Description |
---|---|---|
searchUrls | Array | List of Catawiki search URLs to scrape |
maxItems | Integer | Maximum number of items to scrape |
proxyConfiguration | Object | Proxy settings (optional) |
The actor outputs detailed information for each auction lot, including:
maxItems
based on your needsNeed help? Feel free to reach out! 🤝
A full explanation of an input example in JSON.
1{ 2 "searchUrls": [ 3 "https://www.catawiki.com/en/s?q=card&filters=reserve_price%255B%255D%3D1" 4 ], 5 "maxItems": 30 6 }
The results will be wrapped into a dataset which you can always find in the Storage tab. Here's an excerpt from the data you'd get if you apply the input parameters above:
And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.
1[ 2 { 3 "id": 90274765, 4 "title": "2024 Keepsake Keepsake Bruce Lee - 1 x Bruce Lee Relic Card per Box! + 5 Card Pack + Light Box + Stand - 1 Card - Near Mint (NM)", 5 "subtitle": "English - Memorabilia card, Parallel card", 6 "thumbImageUrl": "https://assets.catawiki.nl/assets/2024/5/31/9/8/f/thumb2_98f1f591-869a-4b22-a103-6504be248f68.jpg", 7 "originalImageUrl": "https://assets.catawiki.nl/assets/2024/5/31/9/8/f/98f1f591-869a-4b22-a103-6504be248f68.jpg", 8 "favoriteCount": 0, 9 "url": "https://www.catawiki.com/en/l/90274765-2024-keepsake-keepsake-bruce-lee-1-x-bruce-lee-relic-card-per-box-5-card-pack-light-box-stand-1-card-near-mint-nm", 10 "localized": true, 11 "translatedTitle": null, 12 "translatedSubtitle": null, 13 "auctionId": 1048091, 14 "pubnubChannel": "CWAUCTION-production-1048091", 15 "useRealtimeMessageFallback": false, 16 "use_realtime_message_fallback": false, 17 "isContentExplicit": false, 18 "reservePriceSet": true, 19 "biddingStartTime": "2024-12-11T11:00:00+00:00", 20 "bidding_start_time": "2024-12-11T11:00:00+00:00", 21 "buyNow": null, 22 "isVectorSearchResult": false, 23 "description": null, 24 "sellerId": null, 25 "sellerShopName": null, 26 "live": { 27 "id": 90274765, 28 "reservePriceMet": false, 29 "bid": { 30 "EUR": 30, 31 "USD": 32, 32 "GBP": 25 33 }, 34 "biddingEndTime": 1734548460000, 35 "biddingStartTime": 1733914800000, 36 "highestBidderToken": "bc269d91c71475de9cdb315637db900a727f0aa7", 37 "favoriteCount": 3, 38 "winnerToken": null, 39 "closeStatus": "Open", 40 "isBuyNowAvailable": false 41 } 42 }, 43 ... 44]
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!