# Stuller Jewelry Product Full Export

**Use case:** 

Full Export of Stuller Jewelry Product. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.stuller.com/products/2000149/16271027/?groupId=202326"
    }
  ],
  "maxItems": 500,
  "useSitemap": false
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "itemNumber": {
    "label": "Item #",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "metalType": {
    "label": "Metal",
    "format": "text"
  },
  "stoneShape": {
    "label": "Stone Shape",
    "format": "text"
  },
  "stoneDimensions": {
    "label": "Stone dimensions"
  },
  "finish": {
    "label": "Finish"
  },
  "productType": {
    "label": "Type",
    "format": "text"
  },
  "description": {
    "label": "Description"
  },
  "groupId": {
    "label": "Group id"
  },
  "itemId": {
    "label": "Item id"
  },
  "specifications": {
    "label": "Specifications"
  },
  "isDiscontinued": {
    "label": "Is discontinued"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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