Extract detailed rankings and earnings data for top Patreon creators across 30+ categories. Track historical performance, monitor competitor growth, and gain valuable insights into the creator economy. 🚀
Scrape top Patreon creators' rankings and earnings data across different categories. Get detailed insights into creator performance, earnings, and patron counts.
For each creator, you'll get:
category
: Choose from 30+ categories (default: top-50)month
: Historical data in YYYY-MM format (optional)proxyConfiguration
: Proxy settings for reliable scrapingA full explanation of an input example in JSON.
1{ 2 "category": "games", 3 "month": "2024-11" 4}
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.
1[ 2 { 3 "rank": "1", 4 "creatorName": "Worlds Beyond Number", 5 "vanity": "worldsbeyondnumber", 6 "profileUrl": "https://www.patreon.com/worldsbeyondnumber", 7 "description": "we play games to make stories out of sound", 8 "paidMembers": "30,701", 9 "earnings": "", 10 "perPatron": "", 11 "launchedDate": "Feb 2023", 12 "isAdult": false, 13 "scrapedAt": "2024-12-13T01:52:18.506Z" 14 }, 15 { 16 "rank": "2", 17 "creatorName": "Crime In Sports / Small Town Murder", 18 "vanity": "CrimeInSports", 19 "profileUrl": "https://www.patreon.com/CrimeInSports", 20 "description": "BONUS CONTENT! Every other week!!", 21 "paidMembers": "28,163", 22 "earnings": "", 23 "perPatron": "", 24 "launchedDate": "May 2016", 25 "isAdult": false, 26 "scrapedAt": "2024-12-13T01:52:18.506Z" 27 }, 28 ... 29]
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!