Sellfy Creator Scraper — Products, Prices & Profile avatar

Sellfy Creator Scraper — Products, Prices & Profile

Pricing

Pay per usage

Go to Apify Store
Sellfy Creator Scraper — Products, Prices & Profile

Sellfy Creator Scraper — Products, Prices & Profile

Extract complete creator storefronts from Sellfy — full profile, all products (eBooks, videos, subscriptions, print-on-demand), prices, descriptions, and thumbnails. Supports both username.sellfy.com and sellfy.com/username formats. No login required.

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

3 days ago

Last modified

Categories

Share

Sellfy Creator Scraper

Extract complete creator storefronts from Sellfy — profile, bio, and full product catalog (eBooks, videos, subscriptions, print-on-demand) — no login required.

What it scrapes

FieldDescription
urlCanonical subdomain storefront URL (https://<username>.sellfy.com)
usernameNormalised Sellfy username
creator_nameCreator's display name
bioCreator bio / store description
product_countTotal number of products found
products[]Array of product objects (see below)

Product fields

FieldDescription
titleProduct title
pricePrice string ("$9.99", "free")
typeInferred type: ebook, course, video, audio, subscription, print_on_demand, software, template, preset, bundle, digital_download
descriptionShort description (if visible on the storefront listing)
imageThumbnail / cover image URL
urlDirect product URL

Input

{
"creators": [
"sellfydemo",
"https://username.sellfy.com",
"https://sellfy.com/username"
],
"maxConcurrency": 5,
"proxyConfiguration": { "useApifyProxy": true }
}
ParameterTypeDefaultDescription
creatorsstring[]Sellfy usernames or full storefront URLs (subdomain or path form)
maxConcurrencyinteger5Parallel fetch limit (1–20)
proxyConfigurationproxyApify ProxyOutbound proxy settings

URL format support

Both Sellfy URL formats are accepted and normalised automatically:

InputResolved as
usernamehttps://username.sellfy.com
https://username.sellfy.comhttps://username.sellfy.com
https://sellfy.com/usernamehttps://username.sellfy.com (redirect followed)

Technical notes

  • Sellfy serves server-rendered HTML with optional JSON-LD structured data.
  • The parser extracts application/ld+json Product items first (fast, structured).
  • Falls back to CSS card parsing with selectolax (lexbor engine) when JSON-LD is absent.
  • Creators with private stores or bot-blocked pages are returned with an error field instead of crashing the run.