# 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:** 8 total users, 2 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: 5.00 out of 5 stars

## 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/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
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.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — 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,%20https://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.

### ⭐ Enjoying ShopMy Creator Scraper?

<table width="100%">
<tr>
<td style="padding:20px 24px 14px;background:#FDF0F7;border:1px solid #FDF0F7;border-left:5px solid #DB2777;border-radius:10px 10px 0 0">
<span style="font-size:20px;letter-spacing:4px">⭐ ⭐ ⭐ ⭐ ⭐</span><br>
<span style="font-size:17px;font-weight:800;color:#1C1917">Skip scrolling creator profiles by hand and get every product pick and click count in one run.</span><br>
<span style="font-size:14px;color:#57534E">A 5-star rating takes 10 seconds and helps other affiliate marketers and brand partnership scouts find it. Your feedback also tells us what to build next.</span>
</td>
</tr>
<tr>
<td style="padding:0;background:#DB2777;border:1px solid #FDF0F7;border-top:none;border-radius:0 0 10px 10px;text-align:center">
<a href="https://apify.com/getascraper/shopmy-creator-scraper/reviews" style="display:block;padding:13px 16px;color:#FFFFFF;text-decoration:none;font-weight:800;font-size:15px;letter-spacing:0.3px">★&nbsp;&nbsp;Rate this Actor on Apify</a>
</td>
</tr>
</table>

### ❓ 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.

### 🔗 Other actors

- [Viewstats YouTube Analytics & Rankings Scraper](https://apify.com/getascraper/viewstats-scraper) ↗ - tracks creator channel growth, views, and rankings on YouTube.
- [Kick.com Scraper](https://apify.com/getascraper/kick-scraper) ↗ - extracts streams, clips, and channel data from Kick.
- [Twitch Scraper](https://apify.com/getascraper/twitch-scraper) ↗ - extracts channels, live streams, clips, and games from Twitch.
- [Whatnot Scraper](https://apify.com/getascraper/whatnot-scraper) ↗ - extracts live shopping show products and seller data from Whatnot.

# 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(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).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": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,getascraper/shopmy-creator-scraper"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/JMOFLaOzILay2xVjq/builds/OUAZcm2nSDcQyvqPq/openapi.json
