Patreon Creators Scraper - Members, Tiers & Prices
Scrape public Patreon creator profiles. Get creator name, what they create, total members (patrons), paid-member count, membership tiers with prices, post count, launch date, connected social links and campaign artwork. Export the dataset to JSON, CSV or Excel.
{ "inputHandle": "tim", "campaignUrl": "https://www.patreon.com/tim", "error": "no public campaign data (creator not found or …", "source": "Patreon", "observedAt": "2026-07-25T11:53:57.610Z" }
每次运行都返回干净、带类型的记录,可直接用于你的 CRM、表格或数据库。
- 每个结果对应一条干净记录,已去重并规范化
- JSON、CSV 或 Excel 的稳定结构,也可通过 Apify API 读取
- 在云端按用量付费,无需安装或维护
一条真实的示例记录,正是你收到的结构。
| Input Handle | Campaign Url |
|---|---|
| tim | https://www.patreon.com/tim |
| kurzgesagt | https://www.patreon.com/Kurzgesagt |
{ "inputHandle": "tim", "campaignUrl": "https://www.patreon.com/tim", "error": "no public campaign data (creator not found or …", "source": "Patreon", "observedAt": "2026-07-25T11:53:57.610Z" }
常见问题
Why is the member count sometimes empty?
Some creators choose to hide their member count on their public page. When it is hidden, `patronCount` and `paidMemberCount` come back empty while the rest of the profile (tiers, prices, launch date, socials) is still filled.
Are the tier prices accurate?
Yes. Every paid membership tier is read from the creator's public page, so `tierPrices`, `lowestTierPriceUsd` and `highestTierPriceUsd` reflect what a new patron would pay at run time.
Do I need a Patreon account or login?
No. The actor reads only public creator pages. No account, cookie or key is required.
How fresh is the data?
Every record is read live at run time, so it reflects the creator's page at the moment of the run (see `observedAt`).