# Delcampe.net Scraper (`lexis-solutions/delcampe-scraper`) Actor

Delcampe.net scraper for EU/US collectibles: extract listings, prices, bids, seller ratings and shipping for stamps, coins, postcards and antiques, perfect for marketplace research, price analysis and catalog building.

- **URL**: https://apify.com/lexis-solutions/delcampe-scraper.md
- **Developed by:** [Lexis Solutions](https://apify.com/lexis-solutions) (community)
- **Categories:** Automation, AI, E-commerce
- **Stats:** 3 total users, 0 monthly users, 100.0% runs succeeded, 1 bookmarks
- **User rating**: No ratings yet

## Pricing

$29.00/month + usage

To use this Actor, you pay a monthly rental fee to the developer. The rent is subtracted from your prepaid usage every month after the free trial period. You also pay for the Apify platform usage, which gets cheaper the higher Apify subscription plan you have.

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

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
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.
Actors are written with capital "A".

## 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.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## 🏷️ Delcampe.net Scraper

![Delcampe.net Scraper](https://i.postimg.cc/SQDyyt1C/Screenshot-2026-02-11-at-7-24-49-PM.png)

### ❓ What is Delcampe.net Scraper?

Delcampe.net Scraper is a web scraping tool that collects publicly available data from product listing pages on [delcampe.net](https://www.delcampe.net/en_US/collectibles/), one of the largest marketplaces for collectibles, stamps, coins, postcards, and antiques.

The scraper extracts structured information about items for sale, including product details, pricing, seller information, bids, and categories.
It is designed for market research, price analysis, seller analysis, and catalog building for collectibles marketplaces.

### 📚 What data can I extract?

The Delcampe.net Scraper collects publicly available product data and returns it in a structured, machine-readable format.

For each product, the scraper extracts:

##### 🧾 Product metadata

- **id** – Unique product identifier

- **url** – Direct URL to the product page

##### 🏷️ Item information

- **name** – Product title

- **description** – Cleaned product description (paragraphs)

##### 🖼️ Media

- **images** – High-resolution product images

- **thumbnails** – Thumbnail images (if available)

##### 💰 Pricing & sale

- **price** – Listed price

- **sale.start** – Sale start date

- **sale.end** – Sale end date

##### 📊 Engagement

- **visits** – Number of page views

- **watchers** – Number of users watching the item

- **bids.count** – Total number of bids

- **bids.history** – List of bids with bidder, price, and date

##### 👤 Seller information

- **name** – Seller username

- **feedback\_rate** – Positive feedback percentage

- **transactions\_count** – Number of completed transactions

- **status** – Seller status (e.g. PRO)

- **verified** – Verification status (if available)

- **store** – Seller store URL

- **payment\_methods** – Accepted payment methods

- **other\_info** – Additional seller details (connection, joining date, location, etc..)

##### 🚚 Logistics

- **sales\_conditions** – Sale rules and conditions

- **shipping\_destinations** – Countries the seller ships to (if provided)

##### 🗂️ Classification

- **categories** – Product category hierarchy (breadcrumb-based)

This dataset enables detailed analysis of pricing trends, seller behavior, bidding activity, and category distribution on Delcampe.

### 🌍 Why scrape Delcampe.net?

Delcampe hosts millions of collectible listings across many niches.
Scraping Delcampe allows you to:

- Analyze price ranges for collectibles

- Track bidding activity and demand

- Compare sellers and their reputation

- Build collectible catalogs and archives

- Monitor category trends over time

- Discover underpriced or rare items

This is especially useful for collectors, resellers, researchers, and marketplace analysts.

### 📥 Input

```json
{
    "maxItems": 100,
    "startUrls": [
        {
            "url": "https://www.delcampe.net/en_US/collectibles/postcards/switzerland/ge-geneva/"
        }
    ],
    "proxyConfiguration": {
        "useApifyProxy": true,
        "apifyProxyGroups": ["RESIDENTIAL"]
    }
}
```

### 📤 Output

```json
[
    {
        "id": "n°2482177562",
        "url": "https://www.delcampe.net/en_US/collectibles/postcards/france/ars-sur-formans/01-ars-n-t2947-g-0105-2482177562.html",
        "name": "01-ARS-N°T2947-G/0105",
        "price": "€6.00",
        "primaryImageUrl": "https://www.delcampe.net/static/img_large/auction/002/482/177/562_001.jpg?v=2",
        "description": ["Etat et description : Voir scan et verso en 2e photo// Format 14 X 9 cm"],
        "media": {
            "images": [
                "https://www.delcampe.net/static/img_large/auction/002/482/177/562_001.jpg?v=2",
                "https://www.delcampe.net/static/img_large/auction/002/482/177/562_002.jpg?v=2"
            ],
            "thumbnails": [
                "https://www.delcampe.net/static/img_small/auction/002/482/177/562_001.jpg?v=2",
                "https://www.delcampe.net/static/img_small/auction/002/482/177/562_002.jpg?v=2"
            ]
        },
        "sale": {
            "start": "Saturday, February 14, 2026 at 11:41 AM",
            "end": "Thursday, February 26, 2026 at 7:00 PM"
        },
        "engagement": {
            "visits": "21 visits",
            "watchers": "0 watchers",
            "bids": {
                "count": "",
                "history": []
            }
        },
        "seller": {
            "name": "cartalis",
            "feedback_rate": "100%",
            "transactions_count": "(40949x)",
            "status": "PRO",
            "store": "https://www.delcampe.net/en_US/collectibles/search?seller_ids%5B0%5D=1101533",
            "payment_methods": [
                "PayPal",
                "Mangopay",
                "Bank transfer",
                "Visa",
                "MasterCard",
                "Bancontact",
                "iDeal",
                "Maestro"
            ],
            "other_info": [
                {
                    "title": "Surname:",
                    "value": "CARTALIS"
                },
                {
                    "title": "Member since:",
                    "value": "Jun 5, 2016"
                },
                {
                    "title": "Last connection:",
                    "value": "Less than 24 hours"
                },
                {
                    "title": "Language spoken:",
                    "value": "French"
                },
                {
                    "title": "Business address:",
                    "value": "CARTALIS 2 BIS RUE DUPONT DE L'EURE FR-75020 PARIS France"
                }
            ]
        },
        "logistics": {
            "sales_conditions": [
                {
                    "title": "Shipping:",
                    "value": "Shipping after payment"
                },
                {
                    "title": "Costs:",
                    "value": "Payable by the seller"
                },
                {
                    "title": "Terms of payment: PayPalcredit/debit cardbank transfer to top up your balancethe payment system integrated into the websiteMangopay14 days",
                    "value": "All payments are made through the Delcampe website. Depending on the possibilities offered by the seller, you can use PayPal, add a credit/debit card or make a bank transfer to top up your balance."
                },
                {
                    "title": "Guarantee:",
                    "value": "Right of withdrawal | Return costs to be borne by the buyer. To find out about the return and refund time for the item, please see the Delcampe Charter."
                }
            ],
            "shipping_destinations": [
                "New Caledonia",
                "New Zealand",
                "Niue",
                "Norfolk Island",
                "Northern Mariana Islands",
                "Palau",
                "Papua New Guinea",
                "Pitcairn Islands",
                "Uruguay",
                "Venezuela"
            ]
        },
        "categories": [
            {
                "rank": "category_1",
                "name": "Postcards",
                "link": "https://www.delcampe.net/en_US/collectibles/postcards/"
            },
            {
                "rank": "category_2",
                "name": "Europe",
                "link": "https://www.delcampe.net/en_US/collectibles/postcards/europe/"
            },
            {
                "rank": "category_3",
                "name": "France",
                "link": "https://www.delcampe.net/en_US/collectibles/postcards/france/"
            },
            {
                "rank": "category_4",
                "name": "[01] Ain",
                "link": "https://www.delcampe.net/en_US/collectibles/postcards/france/01-ain/"
            },
            {
                "rank": "category_5",
                "name": "Ars-sur-Formans",
                "link": "https://www.delcampe.net/en_US/collectibles/postcards/france/ars-sur-formans/"
            }
        ]
    }
]
```

Image Credits: https://www.delcampe.net

# Actor input Schema

## `startUrls` (type: `array`):

URLs to scrape

## `maxItems` (type: `integer`):

The maximum number of items to fetch

## `proxyConfiguration` (type: `object`):

Your proxy configuration from Apify

## Actor input object example

```json
{
  "startUrls": [
    {
      "url": "https://www.delcampe.net/en_US/collectibles/postcards/history/"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false,
    "apifyProxyGroups": []
  }
}
```

# Actor output Schema

## `overview` (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 = {
    "startUrls": [
        {
            "url": "https://www.delcampe.net/en_US/collectibles/postcards/history/"
        }
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("lexis-solutions/delcampe-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 = { "startUrls": [{ "url": "https://www.delcampe.net/en_US/collectibles/postcards/history/" }] }

# Run the Actor and wait for it to finish
run = client.actor("lexis-solutions/delcampe-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 '{
  "startUrls": [
    {
      "url": "https://www.delcampe.net/en_US/collectibles/postcards/history/"
    }
  ]
}' |
apify call lexis-solutions/delcampe-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,lexis-solutions/delcampe-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/5ccJGfaRhc2Q6yJiD/builds/VXzCJstAdvHeMXUZI/openapi.json
