Patreon Membership Scraper avatar

Patreon Membership Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Patreon Membership Scraper

Patreon Membership Scraper

Extract tier titles, descriptions, pricing, and availability from Patreon creator pages. Powered by Patreon Scraper.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Nifty

Nifty

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Introduction

This actor extracts Creator Memberships from Patreon. It collects tier details including pricing, descriptions, availability, and included items from creator campaign pages. It provides structured data for market research and creator analysis.

Data Fields

Field NameDescriptionExample
Membership TitleThe name of the membership tierGold Patron
Membership DescriptionText describing the tier benefitsAccess to exclusive behind the scenes content.
Membership AmountThe cost of the tier15.00
Membership CurrencyThe currency code for the priceUSD
Membership Is FreeBoolean indicating if the tier is freefalse
Membership Post CountNumber of posts locked to this tier142
Membership RemainingNumber of slots left in a limited tier5
Membership URLDirect link to the tier checkouthttps://www.patreon.com/checkout/creator?rid=123
Membership Image URLURL of the tier cover imagehttps://c10.patreonusercontent.com/image.jpg
Membership ItemsList of specific perks included["Early Access", "Discord Role"]

Input

Example Input

{
"urls": ["https://www.patreon.com/example-creator"],
"maxItems": 10
}

Example Output

[
{
"membershipTitle": "Digital Supporter",
"membershipDescription": "Get access to our private feed and monthly updates.",
"membershipAmount": "5.00",
"membershipCurrency": "USD",
"membershipIsFree": false,
"membershipPostCount": 85,
"membershipRemaining": null,
"membershipUrl": "https://www.patreon.com/checkout/example?rid=101",
"membershipImageUrl": "https://c10.patreonusercontent.com/tier1.jpg",
"membershipItems": ["Private Feed Access"]
},
{
"membershipTitle": "Free Member",
"membershipDescription": "Follow for public updates.",
"membershipAmount": "0.00",
"membershipCurrency": "USD",
"membershipIsFree": true,
"membershipPostCount": 12,
"membershipRemaining": null,
"membershipUrl": "https://www.patreon.com/checkout/example?rid=000",
"membershipImageUrl": "https://c10.patreonusercontent.com/free.jpg",
"membershipItems": []
}
]

Want more from Patreon?

This actor only covers Creator Memberships. The full Patreon Scraper browser extension also includes Search Results, Creator Details, Creator Posts, Post 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

Disclaimer

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