Scrape Patreon creator profiles, including earnings, patron counts, and detailed metrics across 30+ categories. Perfect for market research and creator analytics.
Powerful scraper for extracting detailed Patreon creator data. Get comprehensive insights into creator performance, earnings, and engagement metrics across all categories.
Each scraped creator profile includes:
Parameter | Type | Description |
---|---|---|
category | String | Category to scrape (e.g., 'games', 'music') |
keyword | String | Optional search term to filter creators |
maxItems | Integer | Maximum number of results to collect |
proxyConfiguration | Object | Proxy settings for the scraper |
A full explanation of an input example in JSON.
1{ 2 "category": "games", 3 "keyword": "3D", 4 "maxItems": 30 5}
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": 88, 4 "creatorName": "BlueRose-sims", 5 "description": "creating cloth/acc content for sims (bluerose3DFashion)", 6 "vanity": "bluerose3DFashion", 7 "profileUrl": "https://www.patreon.com/bluerose3DFashion", 8 "patrons": 393, 9 "earnings": null, 10 "supportPerPatron": null, 11 "patreonPublishedAt": "2018-10-19 18:08:42", 12 "daysRunning": "2246", 13 "category": "games", 14 "scrapedAt": "2024-12-13T00:44:35.264Z" 15 }, 16 { 17 "rank": 197, 18 "creatorName": "Soyo", 19 "description": "creating Assetto Corsa mods, art, 3d models, and other content! (soyo20v)", 20 "vanity": "soyo20v", 21 "profileUrl": "https://www.patreon.com/soyo20v", 22 "patrons": 170, 23 "earnings": null, 24 "supportPerPatron": null, 25 "patreonPublishedAt": "2020-01-31 04:11:08", 26 "daysRunning": "1777", 27 "category": "games", 28 "scrapedAt": "2024-12-13T00:44:35.264Z" 29 }, 30 ... 31]
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!