# Silver APMEX Precious Metals and Bullion

**Use case:** 

Extract APMEX Precious Metals and Bullion data filtered by Silver. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "startUrl": "https://www.apmex.com/category/19000/gold-bars-rounds",
  "maxItems": 10,
  "metalType": "silver"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "title": {
    "label": "Title"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "price": {
    "label": "Price"
  },
  "originalPrice": {
    "label": "Original Price"
  },
  "asLowAs": {
    "label": "As Low As"
  },
  "metalType": {
    "label": "Metal"
  },
  "weight": {
    "label": "Weight"
  },
  "badge": {
    "label": "Badge"
  },
  "productId": {
    "label": "Product ID"
  }
}
```

## About this Actor

This example demonstrates how to use [APMEX Precious Metals and Bullion Scraper](https://apify.com/parseforge/apmex-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/apmex-scraper) to learn more, explore other use cases, and run it yourself.