Patreon Creator Scraper ๐ŸŽฏ avatar
Patreon Creator Scraper ๐ŸŽฏ

Pricing

$29.99/month + usage

Go to Apify Store
Patreon Creator Scraper ๐ŸŽฏ

Patreon Creator Scraper ๐ŸŽฏ

Scrape Patreon creator profiles, including earnings, patron counts, and detailed metrics across 30+ categories. Perfect for market research and creator analytics.

Pricing

$29.99/month + usage

Rating

0.0

(0)

Developer

EasyApi

EasyApi

Maintained by Community

Actor stats

2

Bookmarked

40

Total users

4

Monthly active users

5 days ago

Last modified

Share

Graphtreon Creator Scraper ๐ŸŽฏ

Powerful scraper for extracting detailed Patreon creator data. Get comprehensive insights into creator performance, earnings, and engagement metrics across all categories.

๐ŸŽฏ Use Cases

  • Market Research & Analysis
  • Creator Performance Tracking
  • Competitive Intelligence
  • Content Strategy Planning
  • Niche Market Identification

โœจ Features

  • Scrape data from 30+ creator categories
  • Filter creators by keywords
  • Detailed metrics including earnings and patron counts
  • Clean, structured data output
  • Proxy support for reliable scraping
  • Customizable results limit

๐Ÿ“Š Output Data

Each scraped creator profile includes:

  • Rank in category
  • Creator name and vanity URL
  • Profile description
  • Number of patrons
  • Monthly earnings
  • Average support per patron
  • Account age and creation date
  • Category classification
  • Timestamp of data collection

๐Ÿ” Input Parameters

ParameterTypeDescription
categoryStringCategory to scrape (e.g., 'games', 'music')
keywordStringOptional search term to filter creators
maxItemsIntegerMaximum number of results to collect
proxyConfigurationObjectProxy settings for the scraper

โš™๏ธ Technical Details

  • Implements stealth plugins to avoid detection
  • Handles rate limiting and pagination automatically
  • Optimized for reliable data extraction

๐Ÿš€ Getting Started

  1. Set your desired category from the available options
  2. Optionally add a keyword filter
  3. Configure the maximum number of results
  4. Run the actor and get structured creator data

๐Ÿ“ˆ Limitations

  • Rate limited to prevent overloading
  • Some creator data may be incomplete if not publicly available

Input Example

A full explanation of an input example in JSON.

{
"category": "games",
"keyword": "3D",
"maxItems": 30
}

Output sample

The results will be wrapped into a dataset which you can always find in theย Storageย tab. Here's an excerpt from the data you'd get if you apply the input parameters above:

And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

[
{
"rank": 88,
"creatorName": "BlueRose-sims",
"description": "creating cloth/acc content for sims (bluerose3DFashion)",
"vanity": "bluerose3DFashion",
"profileUrl": "https://www.patreon.com/bluerose3DFashion",
"patrons": 393,
"earnings": null,
"supportPerPatron": null,
"patreonPublishedAt": "2018-10-19 18:08:42",
"daysRunning": "2246",
"category": "games",
"scrapedAt": "2024-12-13T00:44:35.264Z"
},
{
"rank": 197,
"creatorName": "Soyo",
"description": "creating Assetto Corsa mods, art, 3d models, and other content! (soyo20v)",
"vanity": "soyo20v",
"profileUrl": "https://www.patreon.com/soyo20v",
"patrons": 170,
"earnings": null,
"supportPerPatron": null,
"patreonPublishedAt": "2020-01-31 04:11:08",
"daysRunning": "1777",
"category": "games",
"scrapedAt": "2024-12-13T00:44:35.264Z"
},
...
]