# ShopMy Scraper: Creator Picks, Brands & Clicks (`getascraper/shopmy-creator-scraper`) Actor

Scrape creator product picks from ShopMy. For any creator, get curated products with brand, merchant, price, image, destination link, and total engagement clicks. Filter by latest, popular, or paid collaborations, then export to Excel, Google Sheets, CSV, or JSON.

- **URL**: https://apify.com/getascraper/shopmy-creator-scraper.md
- **Developed by:** [GetAScraper](https://apify.com/getascraper) (community)
- **Categories:** E-commerce, Social media, Automation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $2.99 / 1,000 product picks

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

## ShopMy Creator Scraper

Get any ShopMy creator's product picks, brands, prices, merchants, and clicks, ready for your spreadsheet in under 60 seconds. No login needed.

Hand the scraper a ShopMy username and it returns that creator's curated picks as clean rows. Each row carries the product name, brand, merchant, price, image, destination link, and engagement clicks. Pull the latest picks, the most-clicked picks, or paid collaborations only.

### What this Actor does

ShopMy is where creators publish the products they recommend to their audience. This scraper turns a creator's public picks into a structured dataset you can sort, filter, and analyze.

- Pull picks for one creator or a whole list of creators in a single run.
- Choose latest picks, most popular by clicks, or paid collaborations only.
- See which products drive the most clicks for each creator.
- Read the brand, merchant, category, price, and product image for every pick.
- Export to Excel, CSV, JSON, or Google Sheets in one click.

Commission and payout figures are not part of ShopMy's public data, so they are not included. The merchant name is read from each product's destination link.

### Who uses this Actor

* **I am an affiliate marketer** studying which products top beauty creators push this month, so I can pick brands and merchants that already convert before I apply to their programs.
* **I am a brand partnership scout** building a shortlist of creators who already recommend products in my category, ranked by the clicks their picks pull.
* **I am an influencer commerce analyst** tracking how a creator's most popular picks shift week to week, so I can report on what their audience actually buys.
* **I am a competitive research lead** pulling every paid collaboration a rival's creators run, so my team knows which merchants are paying for placement.
* **I am a retail buyer** scanning what curators in my niche recommend, so I can spot rising brands and merchants before they reach mainstream shelves.

### Input

Give the scraper one or more ShopMy usernames, pick which picks you want, and set a cap per creator. The defaults work for a first run.

| Field | Type | Required | Description |
| --- | --- | --- | --- |
| `creators` | array of strings | Yes | ShopMy creator usernames or full profile links, for example `katiejanehughes`. Add as many as you want. |
| `tab` | enum | No | Which picks to pull from each creator: latest picks, most popular by clicks, or paid collaborations only. Defaults to latest picks. |
| `maxItems` | integer | No | The most product picks to return for each creator. Defaults to 100. |
| `proxyConfiguration` | object | No | Connection settings. Datacenter proxies are fast and work reliably for ShopMy, so the defaults suit most runs. |

### Output

Every product pick becomes one flat row. Below is a sample of two picks from a single creator run.

```json
[
  {
    "creator_username": "katiejanehughes",
    "creator_name": "Katie Jane Hughes",
    "creator_image": "https://cdn.shopmy.us/uploads/creators/katiejanehughes.jpg",
    "product_id": "8842017",
    "item_id": "31204886",
    "product_title": "Lash Slick Tubing Mascara",
    "brand": "Saie",
    "merchant_name": "sephora",
    "category": "Mascara",
    "department": "Makeup",
    "industry": "Beauty & Personal Care",
    "price": 24,
    "currency": "USD",
    "daily_clicks": 38,
    "weekly_clicks": 210,
    "monthly_clicks": 905,
    "yearly_clicks": 9874,
    "total_clicks": 14820,
    "num_promoters": 412,
    "elite_promoters": 37,
    "is_sponsored": false,
    "is_monetized": true,
    "created_at": "2025-11-08T15:42:11.000Z",
    "images_count": 2,
    "images": "https://cdn.shopmy.us/uploads/pins/saie-lash-slick-1.jpg, https://cdn.shopmy.us/uploads/pins/saie-lash-slick-2.jpg",
    "image_url": "https://cdn.shopmy.us/uploads/pins/saie-lash-slick-1.jpg",
    "affiliate_url": "https://shopmy.us/p/saie-lash-slick",
    "product_url": "https://www.sephora.com/product/saie-lash-slick-tubing-mascara",
    "scraped_at": "2026-06-25T09:12:44.000Z"
  },
  {
    "creator_username": "katiejanehughes",
    "creator_name": "Katie Jane Hughes",
    "creator_image": "https://cdn.shopmy.us/uploads/creators/katiejanehughes.jpg",
    "product_id": "7710042",
    "item_id": "29981177",
    "product_title": "Cloud Paint Liquid Blush",
    "brand": "Glossier",
    "merchant_name": "glossier",
    "category": "Blush",
    "department": "Makeup",
    "industry": "Beauty & Personal Care",
    "price": 20,
    "currency": "USD",
    "daily_clicks": 21,
    "weekly_clicks": 142,
    "monthly_clicks": 588,
    "yearly_clicks": 6203,
    "total_clicks": 9340,
    "num_promoters": 286,
    "elite_promoters": 19,
    "is_sponsored": true,
    "is_monetized": true,
    "created_at": "2025-09-22T11:05:48.000Z",
    "images_count": 1,
    "images": "https://cdn.shopmy.us/uploads/pins/glossier-cloud-paint.jpg",
    "image_url": "https://cdn.shopmy.us/uploads/pins/glossier-cloud-paint.jpg",
    "affiliate_url": "https://shopmy.us/p/glossier-cloud-paint",
    "product_url": "https://www.glossier.com/products/cloud-paint",
    "scraped_at": "2026-06-25T09:12:44.000Z"
  }
]
````

### Data fields

| Field | Type | Description |
| --- | --- | --- |
| `creator_username` | string | ShopMy handle of the creator who made the pick. |
| `creator_name` | string | Display name of the creator. |
| `creator_image` | string | Link to the creator's avatar image. |
| `product_id` | string | Identifier for the product. |
| `item_id` | string | Identifier for this specific pick. |
| `product_title` | string | Name of the product the creator picked. |
| `brand` | string | Brand behind the product. |
| `merchant_name` | string | Store the product links to, for example sephora. |
| `category` | string | Product category, for example Mascara. |
| `department` | string | Broader department, for example Makeup. |
| `industry` | string | Top-level industry, for example Beauty & Personal Care. |
| `price` | number | Listed product price. |
| `currency` | string | Currency of the price, for example USD. |
| `daily_clicks` | number | Clicks the pick drew in the last day. |
| `weekly_clicks` | number | Clicks the pick drew in the last week. |
| `monthly_clicks` | number | Clicks the pick drew in the last month. |
| `yearly_clicks` | number | Clicks the pick drew in the last year. |
| `total_clicks` | number | All-time clicks the pick has earned. |
| `num_promoters` | number | How many creators promote this product. |
| `elite_promoters` | number | How many elite creators promote this product. |
| `is_sponsored` | boolean | True when the pick is a paid collaboration. |
| `is_monetized` | boolean | True when the pick earns through an affiliate link. |
| `created_at` | string | When the pick was first created. |
| `images_count` | number | How many images are attached to the pick. |
| `images` | string | All image links for the pick. |
| `image_url` | string | Link to the main product image. |
| `affiliate_url` | string | ShopMy destination link shoppers open. |
| `product_url` | string | Merchant page the pick sends shoppers to. |
| `scraped_at` | string | Date and time the pick was collected. |

### Pricing

Pay per result. You are billed per product pick saved to your dataset, and empty runs cost nothing. There are no subscriptions and no fixed monthly fees.

Each saved pick is one Product pick event, carrying the price, brand, and clicks.

- **Free tier:** about $3.99 per 1,000 results, so 100 picks cost about $0.40 and 1,000 picks cost about $3.99.
- **Business (GOLD) plan:** about $2.99 per 1,000 results.

### Frequently asked questions

##### Does it get blocked?

ShopMy does not run aggressive challenges, so the scraper reads public creator picks reliably. Standard datacenter proxies are enough, and the defaults handle most runs without extra setup.

##### Does it show commission or payout earnings?

No. ShopMy does not expose commission or payout figures in its public data, so the scraper cannot return them. You get product names, brands, merchants, prices, and clicks instead.

##### How fresh is the data?

Every run pulls each creator's picks live at the moment you start it. The `scraped_at` field on each row records the exact collection time, so you always know how current the data is.

##### Can I scrape many creators at once?

Yes. Add as many ShopMy usernames to the `creators` list as you need. The scraper works through each creator in turn and returns every pick in one combined dataset.

# Actor input Schema

## `creators` (type: `array`):

ShopMy creator usernames or full profile links, for example katiejanehughes or carolinehirons.

## `tab` (type: `string`):

Which product picks to pull from each creator.

## `maxItems` (type: `integer`):

The most product picks to return for each creator.

## `proxyConfiguration` (type: `object`):

Datacenter proxies are fast, cheap, and work reliably for ShopMy.

## Actor input object example

```json
{
  "creators": [
    "katiejanehughes"
  ],
  "tab": "latest",
  "maxItems": 100,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": []
  }
}
```

# Actor output Schema

## `results` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "creators": [
        "katiejanehughes"
    ],
    "tab": "latest",
    "maxItems": 100,
    "proxyConfiguration": {
        "useApifyProxy": true,
        "apifyProxyGroups": []
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("getascraper/shopmy-creator-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "creators": ["katiejanehughes"],
    "tab": "latest",
    "maxItems": 100,
    "proxyConfiguration": {
        "useApifyProxy": True,
        "apifyProxyGroups": [],
    },
}

# Run the Actor and wait for it to finish
run = client.actor("getascraper/shopmy-creator-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "creators": [
    "katiejanehughes"
  ],
  "tab": "latest",
  "maxItems": 100,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": []
  }
}' |
apify call getascraper/shopmy-creator-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=getascraper/shopmy-creator-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "ShopMy Scraper: Creator Picks, Brands & Clicks",
        "description": "Scrape creator product picks from ShopMy. For any creator, get curated products with brand, merchant, price, image, destination link, and total engagement clicks. Filter by latest, popular, or paid collaborations, then export to Excel, Google Sheets, CSV, or JSON.",
        "version": "0.1",
        "x-build-id": "rUcl0QzlQ6krzzlgx"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/getascraper~shopmy-creator-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-getascraper-shopmy-creator-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/getascraper~shopmy-creator-scraper/runs": {
            "post": {
                "operationId": "runs-sync-getascraper-shopmy-creator-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/getascraper~shopmy-creator-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-getascraper-shopmy-creator-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "required": [
                    "creators",
                    "proxyConfiguration"
                ],
                "properties": {
                    "creators": {
                        "title": "Creators",
                        "type": "array",
                        "description": "ShopMy creator usernames or full profile links, for example katiejanehughes or carolinehirons.",
                        "items": {
                            "type": "string"
                        },
                        "default": [
                            "katiejanehughes"
                        ]
                    },
                    "tab": {
                        "title": "Picks To Show",
                        "enum": [
                            "latest",
                            "popular",
                            "collabs"
                        ],
                        "type": "string",
                        "description": "Which product picks to pull from each creator.",
                        "default": "latest"
                    },
                    "maxItems": {
                        "title": "Max Items per Creator",
                        "minimum": 1,
                        "type": "integer",
                        "description": "The most product picks to return for each creator.",
                        "default": 100
                    },
                    "proxyConfiguration": {
                        "title": "Proxy Configuration",
                        "type": "object",
                        "description": "Datacenter proxies are fast, cheap, and work reliably for ShopMy.",
                        "default": {
                            "useApifyProxy": true,
                            "apifyProxyGroups": []
                        }
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
