Catawiki Search Scraper ๐Ÿ” avatar
Catawiki Search Scraper ๐Ÿ”

Pricing

$19.99/month + usage

Go to Apify Store
Catawiki Search Scraper ๐Ÿ”

Catawiki Search Scraper ๐Ÿ”

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.

Pricing

$19.99/month + usage

Rating

0.0

(0)

Developer

EasyApi

EasyApi

Maintained by Community

Actor stats

2

Bookmarked

35

Total users

0

Monthly active users

a year ago

Last modified

Share

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.

{
"searchUrls": [
"https://www.catawiki.com/en/s?q=card&filters=reserve_price%255B%255D%3D1"
],
"maxItems": 30
}

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.

[
{
"id": 90274765,
"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)",
"subtitle": "English - Memorabilia card, Parallel card",
"thumbImageUrl": "https://assets.catawiki.nl/assets/2024/5/31/9/8/f/thumb2_98f1f591-869a-4b22-a103-6504be248f68.jpg",
"originalImageUrl": "https://assets.catawiki.nl/assets/2024/5/31/9/8/f/98f1f591-869a-4b22-a103-6504be248f68.jpg",
"favoriteCount": 0,
"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",
"localized": true,
"translatedTitle": null,
"translatedSubtitle": null,
"auctionId": 1048091,
"pubnubChannel": "CWAUCTION-production-1048091",
"useRealtimeMessageFallback": false,
"use_realtime_message_fallback": false,
"isContentExplicit": false,
"reservePriceSet": true,
"biddingStartTime": "2024-12-11T11:00:00+00:00",
"bidding_start_time": "2024-12-11T11:00:00+00:00",
"buyNow": null,
"isVectorSearchResult": false,
"description": null,
"sellerId": null,
"sellerShopName": null,
"live": {
"id": 90274765,
"reservePriceMet": false,
"bid": {
"EUR": 30,
"USD": 32,
"GBP": 25
},
"biddingEndTime": 1734548460000,
"biddingStartTime": 1733914800000,
"highestBidderToken": "bc269d91c71475de9cdb315637db900a727f0aa7",
"favoriteCount": 3,
"winnerToken": null,
"closeStatus": "Open",
"isBuyNowAvailable": false
}
},
...
]