Catawiki Search Scraper 🔍 avatar

Catawiki Search Scraper 🔍

Try for free

2 hours trial then $19.99/month - No credit card required now

Go to Store
Catawiki Search Scraper 🔍

Catawiki Search Scraper 🔍

easyapi/catawiki-search-scraper
Try for free

2 hours trial then $19.99/month - No credit card required now

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.

Features ✨

  • Scrapes detailed auction lot information from Catawiki search results
  • Supports multiple search URLs in a single run
  • Handles pagination automatically
  • Built-in proxy support
  • Random delays and stealth mode for reliable scraping
  • Configurable maximum items limit

Use Cases 💡

  • Market research and price analysis
  • Track auction trends
  • Monitor specific categories or items
  • Competitive analysis
  • Historical price data collection

Input Parameters 📝

The actor accepts the following input parameters:

FieldTypeDescription
searchUrlsArrayList of Catawiki search URLs to scrape
maxItemsIntegerMaximum number of items to scrape
proxyConfigurationObjectProxy settings (optional)

Output 📊

The actor outputs detailed information for each auction lot, including:

  • Lot title and description
  • Current price and reserve price
  • Bidding information
  • Item condition
  • Seller details
  • Shipping information
  • Category and tags
  • Image URLs

Tips 💪

  • Use specific search filters in URLs for more targeted results
  • Adjust maxItems based on your needs
  • Enable proxy for better reliability
  • Consider rate limits and be respectful to the website

Limitations ⚠️

  • Respects Catawiki's robots.txt
  • Rate limiting and random delays implemented
  • Some auction details may vary based on lot type

Need help? Feel free to reach out! 🤝

Input Example

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 }

Output sample

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]
Developer
Maintained by Community

Actor Metrics

  • 1 monthly user

  • 0 No stars yet

  • Created in Dec 2024

  • Modified 10 hours ago