# Scrape pre-owned sovereign gold coins from Atkinsons Bullion

**Use case:** 

Collect pre-owned half sovereign and sovereign coin listings with specs and images from Atkinsons Bullion.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://atkinsonsbullion.com/gold/gold-coins/gold-sovereign-coins/pre-owned-half-sovereign-gold-coin-mixed-dates"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "features": {
    "label": "Features",
    "format": "array"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "sku": {
    "label": "SKU",
    "format": "text"
  },
  "additionalAttributes": {
    "label": "Additional Attributes",
    "format": "object"
  },
  "images": {
    "label": "Images",
    "format": "array"
  },
  "priceValues": {
    "label": "Price Values",
    "format": "array"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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