# ShopMy Affiliate Links

**Use case:** 

Collect affiliate and destination links from public ShopMy creator product picks.

## Input

```json
{
  "creatorUrls": [
    {
      "url": "https://shopmy.us/catfoor"
    }
  ],
  "pickType": "popular",
  "maxItems": 100
}
```

## Output

```json
{
  "productName": {
    "label": "Product name",
    "format": "string"
  },
  "brandName": {
    "label": "Brand",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "productImageUrl": {
    "label": "Product image URL",
    "format": "string"
  },
  "productPageUrl": {
    "label": "Product page URL",
    "format": "string"
  },
  "merchantName": {
    "label": "Merchant",
    "format": "string"
  },
  "affiliateUrl": {
    "label": "Affiliate URL",
    "format": "string"
  },
  "destinationUrl": {
    "label": "Destination URL",
    "format": "string"
  },
  "clickCount": {
    "label": "Click count",
    "format": "integer"
  },
  "creatorName": {
    "label": "Creator name",
    "format": "string"
  },
  "creatorHandle": {
    "label": "Creator handle",
    "format": "string"
  },
  "creatorUrl": {
    "label": "Creator profile URL",
    "format": "string"
  },
  "collectionName": {
    "label": "Collection name",
    "format": "string"
  },
  "pickId": {
    "label": "Pick ID",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [ShopMy Creator Scraper](https://apify.com/maximedupre/shopmy) with a specific input configuration. Visit the [Actor detail page](https://apify.com/maximedupre/shopmy) to learn more, explore other use cases, and run it yourself.