Patreon Creator Finder
Pricing
from $2.00 / 1,000 results
Patreon Creator Finder
Search for Patreon creators by keywords and get back creator data.
Pricing
from $2.00 / 1,000 results
Rating
0.0
(0)
Developer
Epic Scrapers
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Share
Find Patreon creators by keyword and save normalized creator and campaign details to an Apify dataset.
The actor searches Patreon for each query you provide. It can return creator names, Patreon URLs, audience size, post totals, profile images, content descriptions, and other campaign metadata. When multiple queries find the same campaign, the actor saves that campaign only once.
Use cases
Use Patreon Creator Finder to:
- Discover creators in a topic or niche.
- Build creator outreach and prospecting lists.
- Compare creator audiences across search terms.
- Collect Patreon profile URLs and public campaign metadata.
- Research content categories and creator positioning.
Input
Provide the following fields in the actor input:
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
queries | array of strings | Yes | ["podcast", "art"] | Keywords to use when searching for Patreon creators. Provide at least one query. |
maxResultsPerQuery | integer | No | 100 | Maximum number of creators to request for each query. The allowed range is 1 through 500. |
Example input
{"queries": ["artificial intelligence", "stable diffusion"],"maxResultsPerQuery": 100}
Output
The actor writes one item for each unique Patreon campaign to the default dataset. If different queries return the same campaign, the output includes that campaign only once.
Each dataset item can contain the following fields:
| Field | Type | Description |
|---|---|---|
campaignId | string | Patreon campaign ID. |
name | string or null | Campaign name. |
creatorName | string or null | Creator name. |
creationName | string or null | Description of what the creator makes. |
url | string or null | Patreon campaign URL. |
avatarPhotoUrl | string or null | URL of the creator's avatar. |
avatarPhotoBlurredUrl | string or null | URL of a blurred version of the creator's avatar. |
thumb | string or null | URL of the campaign thumbnail. |
patronCount | integer or null | Number of patrons reported by Patreon. |
postTotal | integer or null | Total number of campaign posts reported by Patreon. |
isNsfw | boolean | Whether Patreon marks the campaign as not safe for work (NSFW). |
primaryThemeColor | string or null | Campaign theme color value. |
summary | string or null | Campaign summary. |
Example output
{"campaignId": "9344203","name": "Aitrepreneur","creatorName": "Aitrepreneur","creationName": "Ai art, Large Language Models, Stable Diffusion, LLAMA, LORA","url": "https://www.patreon.com/aitrepreneur","avatarPhotoUrl": "https://c10.patreonusercontent.com/.../2.png","avatarPhotoBlurredUrl": "https://c10.patreonusercontent.com/.../2.png","thumb": "https://c10.patreonusercontent.com/.../2.png","patronCount": 51011,"postTotal": 152,"isNsfw": false,"primaryThemeColor": "35719","summary": null}
Error handling
The actor requires queries to be a non-empty array. It exits with an error when this requirement isn't met.
Patreon can return fewer records than the requested maximum.