# Scrape Royal Mint 2026 silver sixpence detail

**Use case:** 

Extract Royal Mint 2026 silver sixpence gift product with fineness, packaging, and limited mintage data.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.royalmint.com/gifts/sixpence/2026-silver-sixpence/"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "link"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "sku": {
    "label": "SKU",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "priceCurrency": {
    "label": "Currency",
    "format": "text"
  },
  "availability": {
    "label": "Availability",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "ratingValue": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  }
}
```

## About this Actor

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