Patreon Creator Finder avatar

Patreon Creator Finder

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Patreon Creator Finder

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

Epic Scrapers

Maintained by Community

Actor 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:

FieldTypeRequiredDefaultDescription
queriesarray of stringsYes["podcast", "art"]Keywords to use when searching for Patreon creators. Provide at least one query.
maxResultsPerQueryintegerNo100Maximum 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:

FieldTypeDescription
campaignIdstringPatreon campaign ID.
namestring or nullCampaign name.
creatorNamestring or nullCreator name.
creationNamestring or nullDescription of what the creator makes.
urlstring or nullPatreon campaign URL.
avatarPhotoUrlstring or nullURL of the creator's avatar.
avatarPhotoBlurredUrlstring or nullURL of a blurred version of the creator's avatar.
thumbstring or nullURL of the campaign thumbnail.
patronCountinteger or nullNumber of patrons reported by Patreon.
postTotalinteger or nullTotal number of campaign posts reported by Patreon.
isNsfwbooleanWhether Patreon marks the campaign as not safe for work (NSFW).
primaryThemeColorstring or nullCampaign theme color value.
summarystring or nullCampaign 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.