# Scrape gifts for him on Uncommon Goods

**Use case:** 

Extract Uncommon Goods for-him gift collection with artisan maker, price, and review ratings.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.uncommongoods.com/for-him"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "id": {
    "label": "Product ID",
    "format": "text"
  },
  "name": {
    "label": "Product Name",
    "format": "text"
  },
  "materials": {
    "label": "Product Materials",
    "format": "array"
  },
  "variants": {
    "label": "Product Variants",
    "format": "array"
  }
}
```

## About this Actor

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