Patreon Scraper avatar

Patreon Scraper

Pricing

from $2.50 / 1,000 creators

Go to Apify Store
Patreon Scraper

Patreon Scraper

[๐Ÿ’ฐ $2.5/1K creators + $0.4/1K posts] Extract Patreon creators and their public posts โ€” patron/member counts, membership tiers, pricing, NSFW flags, plus post titles, likes, comments, and teasers. Paste URLs, search by keyword, or browse a category. For creator research and brand-deal scouting.

Pricing

from $2.50 / 1,000 creators

Rating

0.0

(0)

Developer

SolidCode

SolidCode

Maintained by Community

Actor stats

0

Bookmarked

7

Total users

1

Monthly active users

10 days ago

Last modified

Share

Pull Patreon creators and their public posts at scale โ€” every membership tier with its monthly price, post engagement, full post archives, and patron counts where Patreon still publishes them, all as clean structured rows. Start from a creator link, a keyword, or one of 10 browseable categories. Built for creator-economy researchers, brand and sponsorship scouts, and agencies analyzing membership businesses who need hard numbers on who is monetizing what โ€” without copying figures off pages by hand.

Why This Scraper?

  • Two linked record types in one run โ€” a creator row for every campaign and a post row for every public post, joined by creator id and handle so you can pivot from a creator straight to their content.
  • Every membership tier with its monthly price โ€” the full tier ladder (title, monthly amount in cents and dollars, currency, per-tier patron count, benefits text, shipping flag) for each creator, often 6 or more tiers, so you can read their exact pricing strategy.
  • Like and comment counts on every post โ€” real engagement metrics per post, plus post type (image, video, audio, text, poll, or link), publish date, public/paid flags, and thumbnail.
  • 10 browseable categories โ€” Podcasts & Shows, Music, Visual Arts, Video Games, Tabletop Games, Writing, Handicrafts & DIY, Apps & Software, Social Impact, and Lifestyle, ranked by popularity.
  • Three ways to start โ€” paste creator or individual post links, search creators by keyword, or browse a category. Mix all three in a single run; no rigid "mode" to pick first.
  • Patron and paid-member counts where Patreon still publishes them โ€” for creators reached by a direct creator-page link these come through; for many creators surfaced via search or category browsing Patreon no longer exposes the counts publicly, so those rows carry them as empty (every other field still lands).
  • Deep post archives, newest first โ€” pull a creator's full public history, hundreds to thousands of posts, or cap it per creator to keep runs lean.
  • Creator-only fast mode โ€” flip posts off to map an entire category of creators and their tiers in one cheap pass before deciding which ones deserve a deep post dive.
  • Adult-content toggle โ€” NSFW creators are excluded by default and opt-in when you need them, so category results stay clean.

Use Cases

Creator-Economy Research

  • Map tier pricing strategies across a whole category โ€” entry price, top tier, number of tiers
  • Compare patron and paid-member counts where Patreon publishes them (typically creators reached by direct link)
  • Track how a creator's post cadence and content mix grow over time
  • Size a niche by browsing its category and tallying tiers, post volume, and engagement

Brand & Sponsorship Scouting

  • Find creators in a topic and judge fit from their tiers, post types, and engagement
  • Rank prospects by paid-member count where it is published โ€” paste creator links to pull those counts
  • Read post titles, types, and any available teaser to judge content fit before outreach
  • Shortlist by engagement โ€” likes and comments per post โ€” not size alone

Competitive & Membership Analysis

  • Reverse-engineer a competitor's tier ladder and monthly price points
  • Compare free-vs-paid membership mix across rival creators
  • Spot which post types (video, audio, podcast) drive the most engagement
  • Watch a competitor's post archive for cadence and format shifts

Lead Generation & Outreach

  • Build creator lists by category or keyword with handle, page URL, and tiers
  • Filter to creators who already run paid memberships
  • Enrich a prospect list with tier pricing, post volume, and engagement signals

Trend & Content Intelligence

  • Surface the most-engaged public posts in a category
  • Track emerging creators in Apps & Software or Social Impact
  • Feed creator and post data into dashboards and market reports

Getting Started

Single Creator

The simplest run โ€” one creator and its 20 most recent public posts:

{
"startUrls": ["https://www.patreon.com/PhilosophyTube"]
}

Browse a Category

Pull the top creators in a category, with a few posts each, skipping adult content:

{
"category": "music",
"maxResults": 50,
"maxPostsPerCreator": 5,
"includeNsfw": false
}

Search, Creators Only (Fast Map)

Find creators by keyword and grab just their profiles and tiers โ€” no posts โ€” for a quick, cheap category map:

{
"searchQuery": "true crime podcast",
"includePosts": false,
"maxResults": 100
}

Deep Archive of Specific Creators

Mix several handles and one post link, and pull every public post each creator has:

{
"startUrls": [
"https://www.patreon.com/PhilosophyTube",
"leftofphilosophy",
"https://www.patreon.com/posts/title-159731976"
],
"includePosts": true,
"maxPostsPerCreator": 0,
"maxResults": 10
}

Input Reference

What to Scrape

ParameterTypeDefaultDescription
startUrlsstring[]["https://www.patreon.com/PhilosophyTube"]One or more Patreon links or handles. A creator page or bare handle returns that creator plus its public posts; an individual post link returns just that post. Mix both in one list.
searchQuerystring""Find creators by topic, e.g. "true crime podcast" or "watercolor art". Leave blank when using links or a category.
categorystring""Browse top creators in a category. One of: Podcasts & Shows, Music, Visual Arts, Video Games, Tabletop Games, Writing, Handicrafts & DIY, Apps & Software, Social Impact, Lifestyle.

Posts

ParameterTypeDefaultDescription
includePostsbooleantrueAlso collect each creator's public posts. Turn off for faster, cheaper creator-only runs.
maxPostsPerCreatorinteger20Maximum public posts per creator, newest first. Set to 0 to pull a creator's full archive (up to a safety maximum). Each post is its own row.
includeNsfwbooleanfalseInclude creators marked adult/NSFW in category results (and in search where Patreon exposes them). Off by default.

Limits

ParameterTypeDefaultDescription
maxResultsinteger100Maximum creators to collect across all links, searches, and categories. Set to 0 for no limit. Posts are limited separately by Max Posts Per Creator.

Output

Every row carries a recordType field โ€” creator or post. Each post links back to its creator via creatorId and creatorVanity, so you can join the two streams downstream.

Creator (recordType: "creator")

{
"recordType": "creator",
"id": "133349",
"vanity": "PhilosophyTube",
"url": "https://www.patreon.com/PhilosophyTube",
"name": "Philosophy Tube",
"summary": "I make videos about philosophy and related topics.",
"oneLiner": "Video essays on philosophy",
"creationName": "videos",
"currency": "USD",
"patronCount": 4821,
"paidMemberCount": 4612,
"creationCount": 318,
"payPerName": "month",
"isMonthly": true,
"isNsfw": false,
"offersFreeMembership": true,
"offersPaidMembership": true,
"publishedAt": "2015-04-01T12:00:00.000+00:00",
"avatarPhotoUrl": "https://c10.patreonusercontent.com/avatar.jpg",
"coverPhotoUrl": "https://c10.patreonusercontent.com/cover.jpg",
"pledgeUrl": "/join/PhilosophyTube",
"creatorFullName": "Abigail Thorn",
"tiers": [
{
"id": "459382",
"title": "Supporter",
"amountCents": 300,
"amountUsd": "3.00",
"currency": "USD",
"patronCount": 1840,
"requiresShipping": false,
"imageUrl": null
}
]
}

Core Fields

FieldTypeDescription
recordTypestringAlways "creator"
idstringCreator (campaign) id โ€” join key for posts
vanitystringHandle / slug used in the page URL
urlstringPublic creator page URL
namestringCreator or campaign display name
creatorFullNamestringFull name of the person who owns the page
summarystringAbout / description text
oneLinerstringShort tagline
creationNamestringWhat the creator makes (e.g. "videos", "a podcast")
publishedAtstringDate the creator page launched (ISO 8601)

Membership & Audience

FieldTypeDescription
patronCountnumberTotal patrons following the creator
paidMemberCountnumberMembers on a paid tier
creationCountnumberNumber of posts the creator has published
currencystringPayout currency code (e.g. USD)
payPerNamestringBilling unit label โ€” "month" or "creation"
isMonthlybooleantrue for monthly billing, false for per-creation
offersFreeMembershipbooleanHas a free tier
offersPaidMembershipbooleanHas at least one paid tier
isNsfwbooleanMarked adult / NSFW
avatarPhotoUrlstringAvatar image URL
coverPhotoUrlstringCover image URL
pledgeUrlstringJoin / pledge link
tiersobject[]Membership tiers โ€” see below

Tier Fields (inside tiers[])

FieldTypeDescription
idstringTier id
titlestringTier name
descriptionstringTier benefits text
amountUsdstringMonthly price as a decimal string
amountCentsnumberMonthly price in cents
currencystringTier currency code
patronCountnumberPatrons on this tier
requiresShippingbooleanTier ships a physical reward
imageUrlstringTier image URL

Post (recordType: "post")

{
"recordType": "post",
"id": "159731976",
"creatorId": "133349",
"creatorVanity": "PhilosophyTube",
"title": "Why I Make Video Essays",
"publishedAt": "2024-11-18T16:30:00.000+00:00",
"url": "https://www.patreon.com/posts/why-i-make-video-159731976",
"postType": "video_external_file",
"isPaid": false,
"isPublic": true,
"patronCount": 4821,
"likeCount": 1203,
"commentCount": 187,
"teaserText": "A look behind the scenes at how each essay comes together...",
"content": "<p>Full public post body โ€” returned when you paste the post link directly.</p>",
"thumbnailUrl": "https://c10.patreonusercontent.com/post-thumb.jpg"
}
FieldTypeDescription
recordTypestringAlways "post"
idstringPost id
creatorIdstringParent creator id โ€” join key
creatorVanitystringParent creator handle
titlestringPost title
publishedAtstringPublish date (ISO 8601)
urlstringPublic post URL
postTypestringImage, video, audio, text, poll, or link
isPaidbooleanPatron-only paid post
isPublicbooleanVisible to the public
patronCountnumberPatron count recorded on the post
likeCountnumberNumber of likes
commentCountnumberNumber of comments
teaserTextstringPublic teaser snippet, where Patreon attaches one to the post
contentstringFull post body. Returned when you paste an individual post link; for posts pulled in bulk it is included wherever Patreon exposes the body publicly, and is empty otherwise
thumbnailUrlstringPost thumbnail / cover image URL

Tips for Best Results

  • Map a category cheaply first. Run with includePosts off to pull every creator and their tiers in one fast pass, then re-run with posts on for only the handful worth a deep dive. This is the cheapest way to survey a whole niche.
  • Set maxPostsPerCreator to 0 for a full archive. Prolific creators can have thousands of public posts โ€” leave the cap on for sampling, drop it to 0 only when you genuinely need the complete history.
  • Paste creator links when you need patron and paid-member counts. Patreon publishes those counts on direct creator pages but no longer exposes them for many creators surfaced through search or category browsing โ€” so when audience-size numbers matter, feed creator handles or page links directly rather than relying on discovery alone. Where both appear, paidMemberCount (the number actually paying) is a truer revenue signal than patronCount (which includes free followers).
  • Read the tiers array for pricing intelligence. The lowest amountUsd is the entry price and the highest is the premium tier; the spread reveals exactly how a creator packages their membership. Tiers come through on every creator, however they were discovered.
  • Mix entry methods in one run. Combine a category browse, a keyword search, and a few pasted handles in a single run to assemble a broad, deduplicated creator list in one go โ€” the same creator is never collected twice.
  • Categories return up to ~120 creators each. A category browse tops out around 120 of its most popular creators โ€” pair it with a search keyword or pasted handles to cast a wider net across a niche.
  • Paste a post link to get its full body. A pasted individual post link returns that post with its complete content; posts pulled in bulk carry titles, types, engagement, and any teaser, with the body included wherever Patreon exposes it publicly.

Pricing

Pay only for what you collect โ€” from $2.50 per 1,000 creators and $0.40 per 1,000 posts. Patreon results split into two kinds, so you are billed two ways: once per creator profile and once per public post. No compute or time-based charges โ€” you pay per creator and per post collected, plus a small fixed per-run start fee. Bronze, Silver, and Gold subscribers pay progressively less; discount tiers apply automatically based on your Apify plan.

Per-Event Rates

EventNo discountBronzeSilverGold
Per 1,000 creators$3.00$2.80$2.65$2.50
Per 1,000 posts$0.48$0.45$0.43$0.40

Example Run Costs (Gold tier)

Total cost is always creators ร— creator rate plus posts ร— post rate:

Run profileCreatorsPostsTotal
10 creators ร— ~20 posts$0.025$0.08$0.11
100 creators ร— ~25 posts$0.25$1.00$1.25
1,000 creators ร— ~25 posts$2.50$10.00$12.50
Creator-only mode, 1,000 creators$2.50$0.00$2.50

Turn posts off (includePosts: false) and you pay for creators alone โ€” no post charges at all. The post counts above assume the default maxPostsPerCreator: 20; full-archive runs (maxPostsPerCreator: 0) on prolific creators can multiply the post count โ€” and the post charge โ€” by 10ร— or more, so set a cap unless you genuinely need every post. Platform fees (storage, data transfer) depend on your Apify plan and are additional.

Integrations

Export data in JSON, CSV, Excel, XML, or RSS. Connect to 1,500+ apps via:

  • Zapier / Make / n8n โ€” Workflow automation
  • Google Sheets โ€” Direct spreadsheet export
  • Slack / Email โ€” Notifications on new results
  • Webhooks โ€” Trigger custom APIs on run completion
  • Apify API โ€” Full programmatic access

This actor collects only public Patreon data โ€” creator pages, public membership tiers, and posts a creator has made publicly visible. It does not access patron-only content, private posts, or any data behind a login. Users are responsible for complying with applicable laws and Patreon's terms of service, including making reasonable-rate requests and respecting how creator content and personal data may be used. Do not use collected data for spam, harassment, or any unlawful purpose.