Creator economy research
Patreonエンドポイントを使えば、「Creator economy research」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
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.
エンドポイントファミリー
3
ドキュメント化されたパラメータ
9
サンプル数
4
ライブカタログスナップショット
稼働エンドポイント
4
メソッド
GET
必須パラメータ
9
スキーマ参照
4
{
"platform": "Patreon",
"endpoint": "patreon-creator",
"method": "GET",
"path": "/patreon/creator",
"auth": "apiKey"
}ユースケース
Get a creator's public Patreon profile, membership tiers, curated topic shelves, and public podcast RSS feeds as structured JSON.
Patreonエンドポイントを使えば、「Creator economy research」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Patreonエンドポイントを使えば、「Membership tier monitoring」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Patreonエンドポイントを使えば、「Podcast feed aggregation」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
マネージド実行
以下の数値はすべて、稼働中のPatreonエンドポイントカタログから取得しています(エンドポイント4件、ドキュメント化されたリクエストパラメータ9個、公開レスポンススキーマ4件)。DocsとPlaygroundが参照しているカタログと同じものです。
Patreonのエンドポイントは4件、3つのリクエストファミリーに分類されています(Creator、Explore、Rss)。
これらのPatreonエンドポイントには9個のリクエストパラメータがドキュメント化されており、うち9個が必須です。統合コードを書く前に入力仕様をすべて確認できます。
4件のPatreonエンドポイントのうち4件が実際のサンプルレスポンスを、4件がドキュメント化されたレスポンススキーマを備えています。最初のリクエストの前に実データの形に合わせて実装できます。
Patreonのエンドポイントは成功時のスキーマに加えてエラーレスポンス(400、404、429、503)もドキュメント化しています。ブロック、レート制限、レコード欠損は空データではなく型付きのエラーとして返ります。
Patreonのエンドポイントは4個のホスト型MCPツールとして提供されており、エージェントは同じパラメータと同じJSON契約のまま、追加の実装なしに同じルートを呼び出せます。
カバレッジマップ
これらのカードは稼働中のエンドポイントカタログから生成されるため、このページはDocsとPlaygroundが使うAPIサーフェスをそのまま反映します。
/patreon/creator
/patreon/explore
/patreon/rss
エンドポイントカタログ
/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ツール 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ツール 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ツール 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ツール patreon_rss
関連API
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.
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.