Creator economy research
Use Patreon endpoints to turn creator economy research into repeatable API requests with documented inputs and JSON responses.
Turn Patreon's public creator pages into structured JSON — creator identity and public earnings snapshot, published membership tiers and benefits, curated creator shelves by topic, and canonical public podcast RSS feeds.
Get a creator's public Patreon profile, membership tiers, curated topic shelves, and public podcast RSS feeds as structured JSON.
Endpoint families
3
Documented params
9
Examples
4
Live catalog snapshot
Active endpoints
4
Methods
GET
Required params
9
Schema refs
4
{
"platform": "Patreon",
"endpoint": "patreon-creator",
"method": "GET",
"path": "/patreon/creator",
"auth": "apiKey"
}Use cases
Get a creator's public Patreon profile, membership tiers, curated topic shelves, and public podcast RSS feeds as structured JSON.
Use Patreon endpoints to turn creator economy research into repeatable API requests with documented inputs and JSON responses.
Use Patreon endpoints to turn membership tier monitoring into repeatable API requests with documented inputs and JSON responses.
Use Patreon endpoints to turn podcast feed aggregation into repeatable API requests with documented inputs and JSON responses.
Managed execution
Every figure below is read from the live Patreon endpoint catalog — 4 endpoints, 9 documented request parameters, and 4 published response schemas — the same catalog Docs and Playground run against.
4 documented Patreon endpoints, grouped into 3 request families — Creator, Explore and Rss.
9 request parameters are documented across those Patreon endpoints, 9 of them required — the full input contract is public before you write any integration code.
4 of the 4 Patreon endpoints ship a recorded example response, and 4 carry a documented response schema — you can code against the real JSON before the first request.
Patreon endpoints document their error responses (400, 404, 429 and 503) alongside the success schema, so a block, a rate limit, or a missing record comes back as a typed error rather than silently empty data.
4 hosted MCP tools back the Patreon endpoints, so an agent can call the same routes with the same parameters and the same JSON contract, with no custom glue.
Coverage map
These cards are generated from the active endpoint catalog, so the landing page reflects the same API surface used by Docs and Playground.
/patreon/creator
/patreon/explore
/patreon/rss
Endpoint catalog
/patreon/creatorReturns public profile metadata from a creator's Patreon page: creator identity, summary, images, membership and creation counts, public earnings snapshot, membership/RSS availability flags, and public external profile links. handle is the creator's page handle, e.g. CachyOS for patreon.com/CachyOS.
MCP tool patreon_creator
/patreon/creator/tiersReturns published membership tiers and their published benefits from a creator's public Patreon page. It excludes member-only entitlements, tier capacity, and member counts. handle is the creator's page handle, e.g. CachyOS for patreon.com/CachyOS.
MCP tool patreon_creator_tiers
/patreon/exploreReturns Patreon's public curated creator shelves for one topic: Top creators, Popular this week, and New on Patreon. topic must be one of podcasts_and_shows, visual_arts, tabletop_games, video_games, music, lifestyle, writing, handicrafts, apps_and_software, social_impact.
MCP tool patreon_explore
/patreon/rssReturns public podcast channel metadata and episodes from Patreon's canonical public RSS feed. campaign_id and show_id are the numeric IDs in the public feed URL. Private member feeds and authentication URLs are not supported.
MCP tool patreon_rss
Related APIs
Social & Creator Platforms
Build creator intelligence, video research, transcript, and audience-comment workflows without maintaining YouTube scrapers.
Social & Creator Platforms
Turn Twitch's public channel, stream, clip, and team data into structured JSON — live status and viewer counts, top games, clips, VODs, and team rosters — as normalized JSON. Credential-free.
Social & Creator Platforms
Track creator, content, hashtag, music, trend, and public ad creative signals from TikTok with production-ready API routes.
How to scrape Patreon
Crawlora's Patreon endpoints read a creator's public Patreon page and return normalized JSON with one API key — no membership or login required.
Pass a creator's page handle (e.g. CachyOS for patreon.com/CachyOS) to /patreon/creator for public identity, summary, images, membership and creation counts, a public earnings snapshot, and membership/RSS availability flags.
Call /patreon/creator/tiers with the same handle for published tiers and their published benefits. Member-only entitlements, tier capacity, and member counts are excluded.
Use /patreon/explore with a topic (e.g. podcasts_and_shows, music, video_games) for Patreon's curated Top, Popular, and New creator shelves, or /patreon/rss with a campaign_id and show_id for a creator's public podcast RSS feed and episodes.
FAQ
Pass the creator's page handle to /patreon/creator for their public profile, or /patreon/creator/tiers for their published membership tiers — both return structured JSON with no login or membership required.
Yes — /patreon/rss returns public podcast channel metadata and episodes from a creator's canonical public RSS feed, using the campaign_id and show_id from the public feed URL. Private member feeds and authentication URLs are not supported.
No — Patreon endpoints return only what a creator has made public: profile summary, published tier benefits, curated topic shelves, and public RSS feeds. Member-only entitlements, member counts, and account data are excluded.