Stan.store Creator Scraper — Products, Prices & Profile avatar

Stan.store Creator Scraper — Products, Prices & Profile

Pricing

Pay per usage

Go to Apify Store
Stan.store Creator Scraper — Products, Prices & Profile

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

Pay per usage

Rating

0.0

(0)

Developer

Venkatesh Sekar

Venkatesh Sekar

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

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

FieldTypeRequiredDescription
creatorsstring listYesUsernames or full URLs, e.g. sarahchetrit or https://stan.store/sarahchetrit
includeProductsbooleanNoInclude full product details (default: true)
includeRawBlocksbooleanNoInclude raw page-block layout, useful for full-fidelity extraction (default: false)
maxConcurrencyintegerNoParallel fetches (default: 5, max: 20)
proxyConfigurationobjectNoApify Proxy config (default Apify datacenter pool, sufficient for Stan.store)

Output fields

FieldDescription
urlCanonical storefront URL
usernameStan handle
full_nameDisplay name
bioCreator bio
user_imageAvatar image URL
color_codeBrand hex colour
instagram / tiktok / youtube / twitter / mail_toSocial links
currency / languageStore locale
store_id / store_status / store_slugStore metadata
payment_methodsEnabled payment processors (Stripe, PayPal, Adyen)
product_countNumber of products on the storefront
section_countNumber of product sections
products[]Array of products — see product fields below

Product fields (inside products[])

FieldDescription
product_id / product_typeStan product ID and type (membership, course, digital, coaching, …)
titleProduct name
imageProduct card image URL
description_htmlFull description (HTML)
price_amountListed price
price_sale_amountSale / discounted price
price_currencyISO currency code
price_intervalBilling interval: null (one-time), month, year
price_membership_durationFixed membership term length (0 = unlimited)
price_flexible_paymentInstalment plan config
inventoryStock management settings
questionsCustom checkout questions
reviewsAttached reviews
affiliate_sharesAffiliate commission percentage
countdown_timerScarcity timer config
section_id / section_titleWhich section this product is in (if applicable)
page_created_at / page_updated_atTimestamps

Pricing

Charged per creator profile returned. Pricing uses the Apify Pay-Per-Event model — you only pay for successful results.

  • 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 error field.