# Extract Delcampe France postcard auction lot detail

**Use case:** 

Scrape Delcampe.net single postcard auction lot in Ars-sur-Formans with bid history, images, and seller profile.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.delcampe.net/en_US/collectibles/postcards/france/ars-sur-formans/01-ars-n-t2947-g-0105-2482177562.html"
    }
  ],
  "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.