# Stan.store Creator Scraper — Products, Prices & Profile (`ahmed_jasarevic/stan-store-creator-scraper`) Actor

Extract complete creator storefronts from Stan.store: profile bio, avatar, verified social handles (Instagram/TikTok/YouTube/X), email, full product catalog (courses, memberships, digital downloads, coaching, services), prices, sale prices and store sections.

- **URL**: https://apify.com/ahmed\_jasarevic/stan-store-creator-scraper.md
- **Developed by:** [Ahmed Jasarevic](https://apify.com/ahmed_jasarevic) (community)
- **Categories:** E-commerce, Lead generation, Developer tools
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $5.00 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#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

## Stan.store Creator Storefront Scraper — Products, Prices & Profile

**Extract complete creator storefronts from [Stan.store](https://stan.store)** — the creator-commerce platform used by 100,000+ coaches, course creators and digital-product sellers. Paste usernames, get back each creator's **profile bio, avatar, verified social handles (Instagram/TikTok/YouTube/X), email, full product catalog, prices, sale prices, billing intervals, product reviews, affiliate share percentages and store sections**. No login required.

Try it with 3 clicks: enter a few usernames, run, and download the dataset as JSON, CSV, Excel or HTML — or pull it via the Apify API into your own tools.

### Why use this Actor?

Built for the **creator economy**:

- **Affiliate & brand managers** scouting creators — see what they sell, at what price, and what affiliate commission they offer (share percentages are included).
- **Digital-product market researchers** — benchmark course/membership pricing and offer formats across niches.
- **Agencies prospecting creators** — one record per creator with contact email and storefront structure.
- **Course-seller competitive intelligence** — catalog a competitor's entire offer stack (courses, memberships, digital downloads, coaching, services, links) including sale prices and flexible-payment plans.
- **Creator-economy researchers** — dataset-ready profile + product data at scale.

Because the actor is an Apify Actor, you get scheduling, API access, integrations, and proxy rotation out of the box — and it only needs **plain HTTP requests**, so runs are fast and cheap.

### How to use

1. Open the actor and click **Start**.
2. In the **Input** tab, add Stan.store usernames (or full storefront URLs, e.g. `abigailpeugh` or `https://stan.store/abigailpeugh`).
3. Choose whether to include products, reviews and raw description HTML (defaults are sensible).
4. Click **Start**, wait for the run, then view or download the dataset from the **Dataset** tab.

You can also run it from the command line with the Apify CLI:

```bash
apify call stan-store-creator-scraper --input='{"creators":["abigailpeugh","jayhoovy"]}'
```

### Input

| Field | Type | Default | Description |
|---|---|---|---|
| `creators` | array of strings | — | Stan.store usernames or full storefront URLs. **Required.** |
| `includeProducts` | boolean | `true` | Include the full product catalog for each profile. |
| `includeReviews` | boolean | `true` | Include review objects attached to each product. |
| `includeDescriptionHtml` | boolean | `false` | Also keep raw HTML of product descriptions (increases dataset size). |
| `maxConcurrency` | integer | `5` | How many storefronts to fetch in parallel. |
| `proxyConfiguration` | object | Apify proxy | Proxy for outbound requests; the default datacenter pool is sufficient. |

### Output

One dataset record per creator storefront. Example (trimmed):

```json
{
  "url": "https://stan.store/abigailpeugh",
  "username": "abigailpeugh",
  "full_name": "Abigail Peugh",
  "bio": "",
  "avatar": "https://assets.stanwith.me/live/msc/19821/cafms/aprilfyf25edited10.jpg",
  "brand_color": "#A81803",
  "currency": "USD",
  "email": "hello@abigailpeugh.com",
  "socials": {
    "instagram": { "raw": "abigailpeugh", "url": "https://www.instagram.com/abigailpeugh" },
    "tiktok": { "raw": "abigailpeugh", "url": "https://www.tiktok.com/@abigailpeugh" },
    "youtube": { "raw": "https://www.youtube.com/channel/UCUOHD5Vo5d0-HvMxo48kjJA", "url": "https://www.youtube.com/channel/UCUOHD5Vo5d0-HvMxo48kjJA" },
    "mail_to": { "raw": "hello@abigailpeugh.com", "url": "mailto:hello@abigailpeugh.com" }
  },
  "product_count": 10,
  "sections": [
    { "section_id": -1, "order": 0, "title": null, "products": [] },
    { "section_id": 224415, "order": 41, "title": "THINGS I LOVE (affiliate links)", "products": [] }
  ],
  "products": [
    {
      "page_id": 9,
      "type": "community",
      "slug": "the-rich-girl-community",
      "title": "Rich Girl Community",
      "price": {
        "amount": 77, "currency": "USD", "interval": "month", "membership_duration": 0,
        "membership_id": 28464, "sale_amount": null, "sale_amount_available": false,
        "discount_codes_available": true,
        "flexible_payment": { "amount": null, "enabled": false, "duration": null, "interval": null }
      },
      "reviews_count": 4,
      "reviews": [{ "name": "@doctor.rosi", "image": "...", "rating": 5, "description": "100% recommend..." }],
      "product_url": "https://stan.store/abigailpeugh/the-rich-girl-community"
    }
  ]
}
```

You can download the dataset in various formats such as JSON, HTML, CSV, or Excel.

### Data fields

| Field | Description |
|---|---|
| `username`, `full_name`, `bio`, `avatar` | Profile identity |
| `email` | Creator contact email (from the storefront's `mail_to`) |
| `socials` | Instagram/TikTok/YouTube/X/LinkedIn/Pinterest/etc. handles + normalized URLs |
| `store` | Store id, type (`linksite`/funnel), status, slug, theme colors |
| `sections` | Store layout: section titles + ordering |
| `products` | Full catalog: type, title, description, image, price, sale price, billing interval, flexible-payment plan, link URL, course table-of-contents, coaching/meeting details, inventory, purchase questions, reviews, affiliate shares |

If a creator's store returns nothing (non-existent username), the actor emits a record with an `error` field (`NOT_FOUND`/`PARSE_ERROR`/`REQUEST_FAILED`) so your pipeline can skip it.

### How much does it cost?

The actor uses **plain HTTP requests only** (no browsers), so runs are very cheap — typically well under 1 compute unit for 100 creators. The free tier is capped at **10 creators per run**; paying users can scrape unlimited creators.

To keep costs down: leave `includeDescriptionHtml` off unless you need the raw HTML, and run smaller batches when you only need pricing structure.

### Tips & advanced options

- **Scale up safely**: Stan.store does not aggressively rate-limit, but keep `maxConcurrency` at 5–10 for large runs and use the default Apify proxy pool to avoid IP throttling.
- **Reviews**: product reviews shown on the storefront are included. If a product has hundreds of reviews, only the ones rendered on the storefront page are returned.
- **Verified badges**: Stan does not expose a "verified" flag in the storefront payload — the social handles shown on the profile are captured, but badge status is not part of the data.

### FAQ, disclaimers & support

- **Is this legal?** This actor scrapes **public, unauthenticated storefront pages** only. No login, no PII beyond what creators publish themselves. Always respect Stan.store's Terms of Service and the site's `robots.txt` when using the data.
- **A creator's page changed/empty?** Creators can hide or unpublish stores — if a store is unpublished the actor returns a `NOT_FOUND` record.
- **Custom needs?** Want funnels, follower counts, historical pricing or full-text search over product descriptions? Open an issue or contact us — custom versions of this actor are available.

# Actor input Schema

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

List of Stan.store usernames or full storefront URLs (e.g. "abigailpeugh" or "https://stan.store/abigailpeugh"). Each entry yields one profile record with its full product catalog.

## `includeProducts` (type: `boolean`):

Include the full product catalog (courses, memberships, digital downloads, coaching, services, links) for each profile.

## `includeReviews` (type: `boolean`):

Include the review objects attached to each product (name, rating, description).

## `includeDescriptionHtml` (type: `boolean`):

Also keep the raw HTML of product descriptions (in addition to the plain-text version). Increases dataset size.

## `maxConcurrency` (type: `integer`):

How many creator storefronts to fetch in parallel.

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

Proxy used for outbound requests. Stan.store does not block aggressively, so the default Apify datacenter proxy pool is sufficient.

## Actor input object example

```json
{
  "creators": [
    "abigailpeugh",
    "jayhoovy",
    "hothighpriestess"
  ],
  "includeProducts": true,
  "includeReviews": true,
  "includeDescriptionHtml": false,
  "maxConcurrency": 5,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

# Actor output Schema

## `dataset` (type: `string`):

No description

## `run` (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": [
        "abigailpeugh",
        "jayhoovy",
        "hothighpriestess"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("ahmed_jasarevic/stan-store-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": [
        "abigailpeugh",
        "jayhoovy",
        "hothighpriestess",
    ] }

# Run the Actor and wait for it to finish
run = client.actor("ahmed_jasarevic/stan-store-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": [
    "abigailpeugh",
    "jayhoovy",
    "hothighpriestess"
  ]
}' |
apify call ahmed_jasarevic/stan-store-creator-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,ahmed_jasarevic/stan-store-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/7H3sx0GefK3S4lf0j/builds/2UUtY9gGN8nOCp6L5/openapi.json
