# All Categories Rio Grande Jewelry Supply

**Use case:** 

Extract Rio Grande Jewelry Supply data filtered by All Categories. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.riogrande.com/product/metals/wire--rod/"
    }
  ],
  "search": "",
  "category": "",
  "onlyOnSale": false,
  "onlyNew": false,
  "maxItems": 10
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "string"
  },
  "title": {
    "label": "Product",
    "format": "string"
  },
  "sku": {
    "label": "SKU",
    "format": "string"
  },
  "productCode": {
    "label": "Product Code",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "string"
  },
  "priceRange": {
    "label": "Price Range",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "brand": {
    "label": "Brand",
    "format": "string"
  },
  "starRating": {
    "label": "Rating",
    "format": "number"
  },
  "dimensions": {
    "label": "Dimensions",
    "format": "string"
  },
  "isNew": {
    "label": "New",
    "format": "boolean"
  },
  "onSale": {
    "label": "On Sale",
    "format": "boolean"
  },
  "wholesaleOnly": {
    "label": "Wholesale Only",
    "format": "boolean"
  },
  "specifications": {
    "label": "Specifications",
    "format": "object"
  },
  "images": {
    "label": "Images",
    "format": "array"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "string"
  },
  "error": {
    "label": "Error",
    "format": "string"
  }
}
```

## About this Actor

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