# Catawiki Scraper 🛒 $0.9/1k (`123webdata/catawiki-scraper`) Actor

$0.9/1k 💰 | Fast ⚡️ | Quick Support 🚀 | Scrape Catawiki lot and category pages; get current bids and expert estimates, lot specifications, seller and auction details, and full product galleries. Export JSON or CSV for auction research.

- **URL**: https://apify.com/123webdata/catawiki-scraper.md
- **Developed by:** [Milán Vásárhelyi](https://apify.com/123webdata) (community)
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $0.80 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

An Actor is a serverless cloud program that runs on the Apify platform. It has two run modes.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.

Apify vocabulary and the platform model are defined once, in the agent quickstart at https://apify.com/agents.md.

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For examples already wired to this Actor's own input schema, see the [API](#api) section below.

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).

# README

## Catawiki Scraper

Collect structured auction-lot data from Catawiki lot, category, and filtered collection URLs.

### Issues and feature requests

If you encounter an issue or need a field added, open an issue on the Actor page or write to hello@123webdata.com.

### Output Example (simplified)

The overview shows the most useful fields in a table. Product images are displayed as thumbnails when the website provides them.

| Image | Product URL | Product ID | Product name | Current price | Currency | In stock | Brand | Seller | Scraped at |
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
| <img src="https://assets.catawiki.nl/assets/2025/7/26/c/8/e/c8e0a0b8-b0e0-4252-8507-42965ada752c.jpg" style="max-width: 100px; max-height: 100px; object-fit: contain;"> | https://www.catawiki.com/en/l/105910026-bulova-no-reserve-price-collezione-surveyor-surveyor-automatic-skeleton-black-no-reserve-price-men-2026 | 105910026 | Bulova - "NO RESERVE PRICE" - Collezione Surveyor - Surveyor Automatic Skeleton BLACK - No reserve price - Men - 2026 | 221 | EUR | false | Bulova | Gold\&Watches | 2026-08-20T09:38:29.101Z |

### How to scrape supported list pages

This Actor accepts individual product links in `productUrls`. It accepts category pages and filtered result pages in `categoryUrls`.

1. Open a supported list page in your browser.
2. Choose a category and apply the filters you need.
3. Copy the final URL from the address bar and paste it into `categoryUrls`.

The Actor follows the products shown on that page.

### Features

- Scrapes detailed curated auction lot information from Catawiki product pages
- Accepts individual product URLs and category pages and filtered result pages
- Lets you limit the number of saved products and choose whether to continue through additional result pages
- Returns structured current bids and expert estimates, lot specifications, seller and auction details, and full product galleries for viewing, export, and analysis

### Pricing

This Actor uses pay-per-event pricing. Its running costs are included.

- **Actor start:** $0.02 once per run — One fixed charge for starting a run.
- **Result:** $0.00089 each ($0.89 per 1,000) — A product record collected directly from a supported list page.
- **Product detail:** $0.00199 each ($1.99 per 1,000) — A full product record collected from its product page.

The start charge applies once per run. Each saved product is charged either as a Result or a Product detail, never both.

| Results in one run | Result | Product detail |
| ---: | ---: | ---: |
| 100 | $0.11 | $0.22 |
| 1,000 | $0.91 | $2.01 |

[Apify's Free plan](https://apify.com/pricing) currently includes $5 in monthly usage credits. If the full $5 is available for this Actor, one run covers about 5,595 Results or 2,502 Product details. Other Apify usage reduces the available credit.

### Input

The Actor accepts the following input parameters:

| Field | Type | Description |
| --- | --- | --- |
| `productUrls` | array | Product URLs to scrape |
| `categoryUrls` | array | Supported list pages: category pages and filtered result pages |
| `maxResultsPerScrape` | integer | Maximum number of product records to save |
| `usePagination` | boolean | Whether to continue through additional result pages |
| `scrapeProductDetails` | boolean | Enabled returns Product detail records with the product-page fields listed below. Disabled returns Result records with the list-level fields. |

### What data you get in each mode

Every saved product is stored as one record. `scrapeProductDetails` decides which mode you receive; the lists below name every field each mode can return. A field is empty when the website does not show that information.

#### Result

A list-level product record with 17 declared fields:

`url`, `product_id`, `sku`, `name`, `price`, `currency`, `in_stock`, `main_image`, `images`, `features`, `attributes`, `auction_id`, `favorite_count`, `closes_at`, `buy_now_price`, `buy_now_currency`, `scraped_at`

#### Product detail

A full product record with 39 declared fields:

`url`, `product_id`, `name`, `price`, `currency`, `in_stock`, `sku`, `brand`, `category`, `breadcrumbs`, `breadcrumb_urls`, `main_image`, `images`, `description`, `description_html`, `material`, `weight`, `features`, `attributes`, `seller_name`, `seller_url`, `canonical_url`, `scraped_at`, `buy_now_price`, `buy_now_currency`, `auction_id`, `auction_status`, `auction_title`, `bid_count`, `closes_at`, `condition`, `estimate_max`, `estimate_min`, `expert_name`, `favorite_count`, `seller_country`, `seller_objects_sold`, `seller_review_count`, `seller_score`

### Output Example (full)

The Actor stores one structured record per product. Card-only records contain only fields available on the list; detail-only fields are omitted.

```json
{
  "url": "https://www.catawiki.com/en/l/105910026-bulova-no-reserve-price-collezione-surveyor-surveyor-automatic-skeleton-black-no-reserve-price-men-2026",
  "product_id": "105910026",
  "name": "Bulova - \"NO RESERVE PRICE\" - Collezione Surveyor - Surveyor Automatic Skeleton BLACK - No reserve price - Men - 2026",
  "price": 221,
  "currency": "EUR",
  "in_stock": false,
  "sku": "105910026",
  "brand": "Bulova",
  "category": "Unused Watches",
  "breadcrumbs": [
    "Watches, Pens & Lighters",
    "Watches",
    "Unused Watches"
  ],
  "breadcrumb_urls": [
    "https://www.catawiki.com/en/c/299-watches-pens-lighters",
    "https://www.catawiki.com/en/c/333-watches",
    "https://www.catawiki.com/en/c/759-unused-watches"
  ],
  "main_image": "https://assets.catawiki.nl/assets/2025/7/26/c/8/e/c8e0a0b8-b0e0-4252-8507-42965ada752c.jpg",
  "images": [
    "https://assets.catawiki.nl/assets/2025/7/26/c/8/e/c8e0a0b8-b0e0-4252-8507-42965ada752c.jpg",
    "https://assets.catawiki.nl/assets/2025/7/26/d/9/5/d9528c44-d0cd-4554-bc73-6ae280a2b5ef.jpg",
    "https://assets.catawiki.nl/assets/2025/7/26/c/9/9/c99b28a0-8400-4c49-a1c0-915829826bce.jpg",
    "https://assets.catawiki.nl/assets/2025/7/26/2/b/9/2b90c364-ee91-405e-ae19-b8782a58ad9d.jpg",
    "https://assets.catawiki.nl/assets/2025/7/26/5/e/b/5eb52ae1-39f4-4412-9aa1-9704c0f44dfa.jpg",
    "https://assets.catawiki.nl/assets/2025/7/19/4/7/3/47307b2a-85fb-4530-8dc7-bfbe9e9893ca.jpg",
    "https://assets.catawiki.nl/assets/2025/7/26/c/c/7/cc7c62c6-0a06-4205-9973-0af995fad893.jpg",
    "https://assets.catawiki.nl/assets/2025/7/26/0/1/0/0109bdf1-778e-4d6e-b624-5cfde2d746cd.jpg",
    "https://assets.catawiki.nl/assets/2023/2/1/2/5/8/25824343-94ee-4791-ae87-aa994580e44a.jpg",
    "https://assets.catawiki.nl/assets/2023/2/1/1/7/2/172586cc-3299-4531-b3be-1aa8070fcc6f.jpg",
    "https://assets.catawiki.nl/assets/2025/7/26/1/f/0/1f0a3763-2b41-48a8-844a-e4587f2cf8bb.jpg",
    "https://assets.catawiki.nl/assets/2025/7/26/8/7/2/8720cadd-19ee-4b69-91ef-9fb62a2442b5.jpg",
    "https://assets.catawiki.nl/assets/2025/7/19/8/9/8/8985ec9b-3d28-485e-8a48-195ace48f29e.jpg",
    "https://assets.catawiki.nl/assets/2025/7/26/6/2/1/6217701e-2182-4db3-af04-4d3f1168affb.jpg",
    "https://assets.catawiki.nl/assets/2023/2/1/b/d/3/bd34a5fd-592c-4fa0-9e47-90dd507be0c9.jpg",
    "https://assets.catawiki.nl/assets/2023/2/1/3/8/e/38ec6fe7-11cf-4b92-ad63-9f2dd7f43817.jpg",
    "https://assets.catawiki.nl/assets/2025/7/26/5/b/1/5b12b050-c24e-4a23-bd34-32845fd15261.jpg",
    "https://assets.catawiki.nl/assets/2025/7/19/f/4/2/f422e6d2-9d64-41d9-93b0-708f37fc7461.jpg",
    "https://assets.catawiki.nl/assets/2025/7/19/8/c/a/8ca4b686-151a-435b-856b-588e58144588.jpg",
    "https://assets.catawiki.nl/assets/2025/7/19/3/8/a/38a47d9b-9eed-4a05-ba77-b176c510140d.jpg",
    "https://assets.catawiki.nl/assets/2025/7/19/9/2/d/92d40a6c-88b1-46ac-a677-f18db53ed430.jpg",
    "https://assets.catawiki.nl/assets/2025/7/19/4/f/f/4ff41f62-f8ee-4264-a73e-75b2971e58d6.jpg",
    "https://assets.catawiki.nl/assets/2025/7/26/9/b/a/9baa1b33-66f0-49e8-b87c-9a85ba8fbb79.jpg"
  ],
  "description": "We are putting up for auction this special Bulova watch, the SURVEYOR Sutton Scheleton Automatic collection, with automatic movement, in IP316L Silver steel.\n\nThe watch is new, complete with all original Bulova accessories.\n\nFor our Catawiki customers, 2+3 years of International Warranty.\n\nTechnical Specifications\n\nStainless steel polished case with IP 316L Silver treatment\nBlack dial, with a viewable movement\nIndices and hands in IP 316L Silver steel\nDial type: analog transparent\nFunctions: time\nLuminous hands with high night-visibility\nAutomatic movement with 21 jewels\nPower reserve: 40 hours\nScratch-resistant sapphire mineral glass with high thermal resistance\nDisplay back: transparent case back with view of the movement\nScrew-down crown\nCase diameter: 41.00 mm\nCase thickness: 12.00 mm\nLug width: 20.00 mm\nWeight: 146.00 g\nCase shape: round\nBracelet in IP Silver steel\nJewelry clasp\nWater resistance: 3 Atmospheres\nStandard men’s strap length.\n\nWhat you see is what you get in the photo.\nThe watch is accompanied by official 2+3 year warranty, box and papers.\nWe ship worldwide with insured trackable package.\nDelivery times: 3/8 days\nPlease read the terms of sale carefully.\nCheck out our other listings on Catawiki and have fun.",
  "description_html": "<p>We are putting up for auction this special Bulova watch, the SURVEYOR Sutton Scheleton Automatic collection, with automatic movement, in IP316L Silver steel.<br><br>The watch is new, complete with all original Bulova accessories.<br><br>For our Catawiki customers, 2+3 years of International Warranty.<br><br>Technical Specifications<br><br>Stainless steel polished case with IP 316L Silver treatment<br>Black dial, with a viewable movement<br>Indices and hands in IP 316L Silver steel<br>Dial type: analog transparent<br>Functions: time<br>Luminous hands with high night-visibility<br>Automatic movement with 21 jewels<br>Power reserve: 40 hours<br>Scratch-resistant sapphire mineral glass with high thermal resistance<br>Display back: transparent case back with view of the movement<br>Screw-down crown<br>Case diameter: 41.00 mm<br>Case thickness: 12.00 mm<br>Lug width: 20.00 mm<br>Weight: 146.00 g<br>Case shape: round<br>Bracelet in IP Silver steel<br>Jewelry clasp<br>Water resistance: 3 Atmospheres<br>Standard men’s strap length.<br><br>What you see is what you get in the photo.<br>The watch is accompanied by official 2+3 year warranty, box and papers.<br>We ship worldwide with insured trackable package.<br>Delivery times: 3/8 days<br>Please read the terms of sale carefully.<br>Check out our other listings on Catawiki and have fun.</p>",
  "material": null,
  "weight": null,
  "features": [
    "Automatic - Steel"
  ],
  "attributes": {
    "Brand": "Bulova",
    "Gender": "Men",
    "Model": "\"NO RESERVE PRICE\" - Collezione Surveyor - Surveyor Automatic Skeleton BLACK",
    "Band material": "Steel",
    "Shipped insured": "Yes",
    "Band length": "Regular (180–200 mm)",
    "Period": "2020+",
    "Repainted dial": "No",
    "Movement": "Automatic",
    "Case material": "Steel",
    "Original box included": "Yes",
    "Original papers included": "Yes",
    "Case diameter": "41 mm",
    "Original warranty included": "Yes",
    "Condition": "New",
    "Year": "2026"
  },
  "seller_name": "Gold&Watches",
  "seller_url": "https://www.catawiki.com/en/u/4338273-gold-watches",
  "canonical_url": "https://www.catawiki.com/en/l/105910026-bulova-no-reserve-price-collezione-surveyor-surveyor-automatic-skeleton-black-no-reserve-price-men-2026",
  "scraped_at": "2026-08-20T09:38:29.101Z",
  "auction_id": "1263818",
  "auction_status": "closed",
  "auction_title": "Unused Watches Auction (Japanese)",
  "bid_count": 10,
  "closes_at": "2026-08-14T18:00:00Z",
  "condition": "New",
  "estimate_max": null,
  "estimate_min": null,
  "expert_name": "Pasquale Picca",
  "favorite_count": 37,
  "seller_country": "Italy",
  "seller_objects_sold": 10262,
  "seller_review_count": 2756,
  "seller_score": 99.06
}
```

### Use Cases

- Track auction bids and estimates
- Compare lot specifications and sellers
- Build collectibles market datasets

### Integrate with AI and automation

#### Use with AI through MCP

Connect your AI assistant to the [Apify MCP server](https://docs.apify.com/integrations/mcp). It can discover and run Actors, then access the results in the same conversation. For example, ask your assistant to scrape a list of products from Catawiki, compare prices, or summarize the collected data.

#### Run on a schedule

After one successful run, use [Apify Schedules](https://docs.apify.com/actors/running/schedules) to repeat the same task hourly, daily, weekly, or with a custom cron schedule. Saved tasks are useful when you want to keep the same URLs and settings for every run.

#### Connect with n8n

[Create an n8n account](https://n8n.partnerlinks.io/ezvl1qy3f990) and add the verified Apify node to a workflow. Choose **Run an Actor and Get Dataset** when the workflow should start this Actor, wait for completion, and receive the product rows for the next node. See the [Apify integration for n8n](https://n8n.io/integrations/apify/).

#### Connect with Make

[Create a Make account](https://www.make.com/en/register?pc=vasarmilan) and add the Apify **Run an Actor** module. Follow it with **Get Dataset Items** to pass the product rows to Google Sheets, a database, email, or another Make module. For longer runs, use **Watch Actor Runs** followed by **Get Dataset Items**.

[Read the Make integration guide](https://docs.apify.com/integrations/make).

# Actor input Schema

## `productUrls` (type: `array`):

Product URLs on Catawiki.

## `categoryUrls` (type: `array`):

Category URLs on Catawiki.

## `maxResultsPerScrape` (type: `integer`):

Maximum number of product records to save.

## `usePagination` (type: `boolean`):

Enqueue the bounded pagination lookahead exposed by this actor.

## `scrapeProductDetails` (type: `boolean`):

Enabled returns Product detail records with the product-page fields listed in the README. Disabled returns Result records with the list-level fields.

## Actor input object example

```json
{
  "productUrls": [
    "https://www.catawiki.com/en/l/105910026-bulova-no-reserve-price-collezione-surveyor-surveyor-automatic-skeleton-black-no-reserve-price-men-2026"
  ],
  "categoryUrls": [
    "https://www.catawiki.com/en/c/333-watches?po=search&poq=no+reserve+price%2A"
  ],
  "maxResultsPerScrape": 20,
  "usePagination": true,
  "scrapeProductDetails": true
}
```

# Actor output Schema

## `dataset` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "productUrls": [
        "https://www.catawiki.com/en/l/105910026-bulova-no-reserve-price-collezione-surveyor-surveyor-automatic-skeleton-black-no-reserve-price-men-2026"
    ],
    "categoryUrls": [
        "https://www.catawiki.com/en/c/333-watches?po=search&poq=no+reserve+price%2A"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("123webdata/catawiki-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "productUrls": ["https://www.catawiki.com/en/l/105910026-bulova-no-reserve-price-collezione-surveyor-surveyor-automatic-skeleton-black-no-reserve-price-men-2026"],
    "categoryUrls": ["https://www.catawiki.com/en/c/333-watches?po=search&poq=no+reserve+price%2A"],
}

# Run the Actor and wait for it to finish
run = client.actor("123webdata/catawiki-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "productUrls": [
    "https://www.catawiki.com/en/l/105910026-bulova-no-reserve-price-collezione-surveyor-surveyor-automatic-skeleton-black-no-reserve-price-men-2026"
  ],
  "categoryUrls": [
    "https://www.catawiki.com/en/c/333-watches?po=search&poq=no+reserve+price%2A"
  ]
}' |
apify call 123webdata/catawiki-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,123webdata/catawiki-scraper"
        }
    }
}
```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/CB2K57Oa8vMRkvNo4/builds/ap4qWkx53wnRgrDbz/openapi.json
