Stan.store Creator Scraper — Products, Prices & Profile
Pricing
from $0.00005 / actor start
Stan.store Creator Scraper — Products, Prices & Profile
Extract complete creator storefronts from Stan.store — full profile, all products (digital, courses, memberships, coaching, services), prices, billing intervals, sale amounts, social links, and affiliate config. No login required. Works on all active creators.
Pricing
from $0.00005 / actor start
Rating
0.0
(0)
Developer
Venkatesh Sekar
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
24 days ago
Last modified
Categories
Share
Extract complete creator storefronts from Stan.store — the fastest-growing creator commerce platform used by 100,000+ coaches, course creators, and digital product sellers.
No login. No API key. Just paste usernames and get data.
What you get
For each creator, the actor returns:
- Profile — full name, bio, avatar, brand colour, verified social handles (Instagram, TikTok, YouTube, Twitter/X, email)
- Full product catalog — every product card on the storefront: digital downloads, online courses, memberships, coaching sessions, community access, 1:1 bookings, affiliate/external links
- Pricing details — amount, currency, billing interval (one-time / monthly / annual), sale price, flexible-payment instalment plans
- Product metadata — description HTML, custom button text, countdown timers, affiliate share percentages, inventory, purchase questions, community integration
- Reviews — review objects attached to each product
- Store structure — section titles, display order, store slug
Example output
{"url": "https://stan.store/sarahchetrit","username": "sarahchetrit","full_name": "Sarah","bio": "Your Neurowhimsy Mom oversharing so you don't have to go through it alone","user_image": "https://assets.stanwith.me/...","instagram": "neuro.whimsy","currency": "USD","product_count": 3,"products": [{"product_type": "membership","title": "Soft Support - for your workday","price_amount": 9,"price_currency": "USD","price_interval": "month","price_sale_amount": 5,"description_html": "<h2><strong>Your neurowhimsy work mom in your pocket...</strong></h2>..."},{"product_type": "course","title": "ADHD Launchpad: Start Getting Support","price_amount": 15,"price_currency": "USD","price_interval": null}]}
Use cases
- Brand / affiliate research — which creators are selling products in your niche? What prices and formats?
- Competitive intelligence — map a competitor creator's full product catalogue, pricing tiers, and bundle strategy
- Lead generation for SaaS — find active Stan creators by niche to pitch email tools, course platforms, or coaching frameworks
- Market research — track pricing trends across digital product categories (course vs membership vs coaching)
- Agency prospecting — identify high-volume creators who lack professional branding, web copy, or design
Input
| Field | Type | Required | Description |
|---|---|---|---|
creators | string list | Yes | Usernames or full URLs, e.g. sarahchetrit or https://stan.store/sarahchetrit |
includeProducts | boolean | No | Include full product details (default: true) |
includeRawBlocks | boolean | No | Include raw page-block layout, useful for full-fidelity extraction (default: false) |
maxConcurrency | integer | No | Parallel fetches (default: 5, max: 20) |
proxyConfiguration | object | No | Apify Proxy config (default Apify datacenter pool, sufficient for Stan.store) |
Output fields
| Field | Description |
|---|---|
url | Canonical storefront URL |
username | Stan handle |
full_name | Display name |
bio | Creator bio |
user_image | Avatar image URL |
color_code | Brand hex colour |
instagram / tiktok / youtube / twitter / mail_to | Social links |
currency / language | Store locale |
store_id / store_status / store_slug | Store metadata |
payment_methods | Enabled payment processors (Stripe, PayPal, Adyen) |
product_count | Number of products on the storefront |
section_count | Number of product sections |
products[] | Array of products — see product fields below |
Product fields (inside products[])
| Field | Description |
|---|---|
product_id / product_type | Stan product ID and type (membership, course, digital, coaching, …) |
title | Product name |
image | Product card image URL |
description_html | Full description (HTML) |
price_amount | Listed price |
price_sale_amount | Sale / discounted price |
price_currency | ISO currency code |
price_interval | Billing interval: null (one-time), month, year |
price_membership_duration | Fixed membership term length (0 = unlimited) |
price_flexible_payment | Instalment plan config |
inventory | Stock management settings |
questions | Custom checkout questions |
reviews | Attached reviews |
affiliate_shares | Affiliate commission percentage |
countdown_timer | Scarcity timer config |
section_id / section_title | Which section this product is in (if applicable) |
page_created_at / page_updated_at | Timestamps |
Pricing
Charged per creator profile returned. Pricing uses the Apify Pay-Per-Event model — you only pay for successful results.
Related actors in this suite
- Beacons.ai Commerce Block Scraper — extract product blocks from Beacons pages
- Mavely Creator Scraper — brand affiliations and products from Mavely creator profiles
- ShopMy Creator Scraper — brand picks, commissions, and picks data
- LTK Creator Scraper — posts, linked products, and brand attribution
Notes
- Scrapes public, unauthenticated pages only. No user login or PII beyond what creators publish.
- Stan.store does not aggressively rate-limit; the default Apify datacenter proxy pool is sufficient.
- If a creator's store returns a 404, the output record includes an
errorfield.