# Scrape Delcampe history postcard auctions

**Use case:** 

Extract history postcard auction listings from Delcampe.net with bids, sellers, and condition grades for collectibles research.

## Input

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

## Output

```json
{
  "primaryImageUrl": {
    "label": "Primary Image",
    "format": "image"
  },
  "id": {
    "label": "Item ID",
    "format": "text"
  },
  "name": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "price": {
    "label": "Price",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Delcampe.net Scraper](https://apify.com/lexis-solutions/delcampe-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/lexis-solutions/delcampe-scraper) to learn more, explore other use cases, and run it yourself.