Patreon Creator Details Scraper avatar

Patreon Creator Details Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Patreon Creator Details Scraper

Patreon Creator Details Scraper

Extract creator profile data, patron counts, earnings, and social links from Patreon campaign pages. Powered by Patreon Scraper.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Nifty

Nifty

Maintained by Community

Actor stats

1

Bookmarked

5

Total users

1

Monthly active users

2 days ago

Last modified

Share

This actor extracts Creator details from Patreon campaign pages. It collects profile metadata, membership statistics, and social media links from specific creator URLs. The data includes patron counts, earnings, and campaign configuration settings.


Want more from Patreon?

This actor covers Creators only. The full Patreon Scraper browser extension also includes Creators, Memberships, Posts, Comments with unlimited personal use, real-time scraping with your logged-in sessions, CSV/Excel/JSON export, field customization, and scheduled monitoring.

Get the Patreon Scraper extension


Data Fields

Field NameDescriptionExample
Creator NameDisplay name of the creator"Jane Doe Art"
Creator URLFull URL to the profile"https://www.patreon.com/janedoe"
Creator VanityProfile slug"janedoe"
Creation NameTitle of what they are creating"Digital Illustrations"
SummaryProfile description text"I create weekly art tutorials..."
Avatar URLLink to profile image"https://c10.patreonusercontent.com/avatar.jpg"
Cover Photo URLLink to banner image"https://c10.patreonusercontent.com/cover.jpg"
Theme ColorBrand hex code"#FF424D"
CurrencyDefault currency code"USD"
Total Patron CountTotal number of followers and members1250
Paid Member CountNumber of paying subscribers850
Post CountTotal posts published450
Collection CountNumber of post collections12
Earnings (cents)Monthly earnings in cents450000
Created DateAccount creation timestamp"2020-01-15T10:00:00Z"
Published DateCampaign launch timestamp"2020-02-01T12:00:00Z"
Is MonthlyBilling cycle typetrue
Is NSFWAdult content flagfalse
Is PausedCurrent campaign statusfalse
Has DiscordDiscord integration statustrue
Discord Server IDLinked Discord ID"123456789012345678"
Has RSSRSS feed availabilitytrue
Has TagsTagging enabledtrue
Has ShopPatreon shop statusfalse
Has CommunityCommunity tab statustrue
Offers Free MembershipFree tier availabilitytrue
Offers Paid MembershipPaid tier availabilitytrue
Free Membership PausedFree tier statusfalse
Shows EarningsPublic earnings visibilityfalse
Shows Patron CountPublic patron visibilitytrue
YouTubeLinked YouTube URL"https://youtube.com/c/janedoe"
TwitterLinked Twitter handle"janedoe_art"
Owner IDInternal user ID"9876543"
Owner NameLegal or account owner name"Jane Doe"
Owner Image URLOwner profile photo"https://c10.patreonusercontent.com/owner.jpg"
Owner URLOwner profile link"https://www.patreon.com/user?u=9876543"

Input

Example Input

{
"urls": ["https://www.patreon.com/examplecreator"],
"maxItems": 1
}

Example Output

[
{
"creatorName": "Example Creator",
"creatorUrl": "https://www.patreon.com/examplecreator",
"creatorVanity": "examplecreator",
"creationName": "Podcasts",
"summary": "A weekly podcast about technology.",
"avatarUrl": "https://c10.patreonusercontent.com/avatar.jpg",
"coverPhotoUrl": "https://c10.patreonusercontent.com/cover.jpg",
"themeColor": "#052D49",
"currency": "USD",
"totalPatronCount": 500,
"paidMemberCount": 400,
"postCount": 150,
"collectionCount": 5,
"earningsCents": 200000,
"createdDate": "2021-05-10T08:00:00Z",
"publishedDate": "2021-06-01T08:00:00Z",
"isMonthly": true,
"isNsfw": false,
"isPaused": false,
"hasDiscord": true,
"discordServerId": "888777666",
"hasRss": true,
"hasTags": true,
"hasShop": false,
"hasCommunity": true,
"offersFreeMembership": true,
"offersPaidMembership": true,
"freeMembershipPaused": false,
"showsEarnings": false,
"showsPatronCount": true,
"youtube": "https://youtube.com/example",
"twitter": "example_tw",
"ownerId": "112233",
"ownerName": "John Smith",
"ownerImageUrl": "https://c10.patreonusercontent.com/user.jpg",
"ownerUrl": "https://www.patreon.com/user?u=112233"
},
{
"creatorName": "Second Creator",
"creatorUrl": "https://www.patreon.com/second",
"creatorVanity": "second",
"creationName": "Music",
"summary": "Independent music production.",
"avatarUrl": "https://c10.patreonusercontent.com/avatar2.jpg",
"coverPhotoUrl": "https://c10.patreonusercontent.com/cover2.jpg",
"themeColor": "#FF0000",
"currency": "EUR",
"totalPatronCount": 1200,
"paidMemberCount": 1100,
"postCount": 300,
"collectionCount": 20,
"earningsCents": 550000,
"createdDate": "2019-03-12T14:00:00Z",
"publishedDate": "2019-04-01T14:00:00Z",
"isMonthly": true,
"isNsfw": false,
"isPaused": false,
"hasDiscord": false,
"discordServerId": null,
"hasRss": false,
"hasTags": true,
"hasShop": true,
"hasCommunity": true,
"offersFreeMembership": false,
"offersPaidMembership": true,
"freeMembershipPaused": false,
"showsEarnings": true,
"showsPatronCount": true,
"youtube": null,
"twitter": "second_music",
"ownerId": "445566",
"ownerName": "Jane Smith",
"ownerImageUrl": "https://c10.patreonusercontent.com/user2.jpg",
"ownerUrl": "https://www.patreon.com/user?u=445566"
}
]

Disclaimer

This tool extracts publicly available data. Users are responsible for compliance with applicable terms of service.