Retrieve the full public profile of any Patreon creator page. Returns campaign metadata, patron counts, membership tiers, creator details, cover images, and campaign summary as structured JSON via request-mode crawling.
GET https://api.piloterr.com/v2/patreon/profile/info?query=https://www.patreon.com/cfemen
| Parameter |
Type |
Required |
Description |
query |
string |
yes |
Patreon profile URL or creator vanity name |
| Field |
Type |
Description |
id |
string |
Patreon campaign ID |
url |
string |
Canonical Patreon page URL |
name |
string |
Campaign vanity name |
cover |
string |
Cover image URL |
avatar |
string |
Campaign avatar URL |
creator |
object |
Creator account details |
creator.id |
string |
Creator user ID |
creator.url |
string |
Creator Patreon page URL |
creator.full_name |
string |
Creator display name |
creator.about |
string | null |
Creator bio when available |
creator.avatar |
string |
Creator avatar URL |
creator.social_connections |
object | null |
Linked social accounts |
is_nsfw |
boolean |
NSFW campaign flag |
rewards |
array |
Membership tiers |
rewards[].id |
string |
Tier ID |
rewards[].title |
string | null |
Tier name |
rewards[].description |
string |
Tier benefits (HTML) |
rewards[].amount_cents |
integer |
Monthly price in cents |
rewards[].url |
string | null |
Checkout URL for the tier |
rewards[].published |
boolean | null |
Whether the tier is published |
rewards[].patron_count |
integer | null |
Patrons on this tier |
summary |
string |
Campaign description (HTML) |
currency |
string |
Billing currency (e.g. USD) |
one_liner |
string | null |
Short tagline when available |
created_at |
string |
Campaign creation timestamp (ISO 8601) |
published_at |
string |
Campaign publish timestamp (ISO 8601) |
is_monthly |
boolean |
Whether billing is monthly |
patron_count |
integer |
Total patrons |
paid_member_count |
integer |
Number of paying members |
creation_name |
string |
Campaign category label |
creation_count |
integer |
Number of creations/posts tracked |
- Tier descriptions and campaign summary may contain HTML markup.
- Some tiers (e.g.
Everyone) use sentinel IDs like -1 with zero price.
- Analyze creator monetization tiers and pricing strategy
- Enrich influencer databases with live patron counts
- Monitor membership tier changes over time
- Build competitive intelligence dashboards for creator economy research