EveryData platform API

Patreon API

Use Patreon for Patreon creator discovery, creator profiles, membership posts, and Explore results only through the 4 listed contracts, such as `search`, `explore`, `profile`, because one view does not inherit another view’s reach.

For matching public results, use Patreon action `search` with `keyword`; for Explore entries, switch to `explore` and `category`, rather than carrying parameters across.

Endpoint
POST /api/v1/social
Capabilities
4
Per 1,000
$1.389

Available capabilities

Compare the Patreon actions by required input, returned data, and price. Use the action identifier exactly as shown in your request.

ActionRequiredOptionalDeliveryLimitPer 1,000Response fields
search

Search

Search public results on Patreon. Accepts these parameters: category and keyword. Returns these fields: post_count, tagline, days_running, and category.

keywordcategorySync deliveryCatalog values: defaultLimit=20, maxLimit=50. A limit can control pages or per-parent expansion for some actions, so it is not always a final row count.$1.39 per 1,000 requestsname · vanity · url · tagline · patron_count · post_count · rank · category · days_running · published_at · avatar_url · platform
explore

Explore

Use the explore action on Patreon. Accepts these parameters: category. Returns these fields: days_running, rank, tagline, and category.

categorySync deliveryCatalog values: defaultLimit=20, maxLimit=50. A limit can control pages or per-parent expansion for some actions, so it is not always a final row count.$1.39 per 1,000 requestsname · vanity · url · tagline · patron_count · post_count · rank · category · days_running · published_at · avatar_url · platform
profile

Details

Retrieve details from Patreon. Accepts these parameters: username and category. Returns these fields: creation_name, offers_paid_membership, patron_count, and currency.

usernamecategorySync delivery$1.39 per 1,000 requestsid · name · vanity · url · creation_name · one_liner · summary · currency · patron_count · paid_member_count · post_count · pay_per · is_monthly · is_nsfw · offers_free_membership · offers_paid_membership · published_at · pledge_url · avatar_url · cover_url · main_video_url · platform
user_posts

Posts by user

Retrieve public posts from Patreon. Accepts these parameters: username and category. Returns these fields: post_type, text, is_public, and title.

usernamecategorySync deliveryCatalog values: defaultLimit=20, maxLimit=50. A limit can control pages or per-parent expansion for some actions, so it is not always a final row count.$1.39 per 1,000 requestsid · title · text · url · post_type · like_count · comment_count · is_public · author_vanity · thumbnail_url · posted_at · platform

What does each Patreon action accept?

Each answer below pairs one callable action with its real inputs. Parameter meanings and allowed values are action-specific; a familiar name does not carry the same meaning across every platform.

Official sources are linked only to clarify the platform term beside them. They do not imply platform authorization or endorsement, and they do not add official-site features to the EveryInfra API contract.

What do the Patreon search parameters mean?

Search public results on Patreon. Accepts these parameters: category and keyword. Returns these fields: post_count, tagline, days_running, and category.

keywordRequired
Specifies creator search terms for the search action. Queries creator landing profile pages rather than full-text post contents behind paywalls.
Patreon: Account Discovery by Creator Name or TopicPatreon supports creator discovery by name or topic, and its native Explore feature includes personalized recommendations. This endpoint handles creator searches; it does not return personalized recommendation history or full-text search results for paid posts.Checked
categoryOptional
Selects the creator directory category for the explore action using exact allowed values such as 3d-printing, crafts-diy, drawing-painting, dance-theater, magazine, top-1000, video, and adult-prefixed categories. Including category in profile, user_posts, or search does not enable category filtering on those actions.
Allowed values:comedycomics_graphic_novelscrafts_diydrawing_paintingeducationgameslifestylemusicpodcastssciencetabletop_gamesvideo_filmvisual_artswriting

What do the Patreon explore parameters mean?

Use the explore action on Patreon. Accepts these parameters: category. Returns these fields: days_running, rank, tagline, and category.

categoryRequired
Selects the creator directory category for the explore action using exact allowed values such as 3d-printing, crafts-diy, drawing-painting, dance-theater, magazine, top-1000, video, and adult-prefixed categories. Including category in profile, user_posts, or search does not enable category filtering on those actions.
Patreon: Category Discovery Separated from Personal Recommendations and Age SettingsPatreon's discovery page combines topics, memberships, and past activity, while applying age and access requirements to adult-only creators and users aged 18 or older. Category values on this endpoint do not equal Patreon's full native category list or personal recommendations, nor do they bypass age or content restrictions.Checked

What do the Patreon profile parameters mean?

Retrieve details from Patreon. Accepts these parameters: username and category. Returns these fields: creation_name, offers_paid_membership, patron_count, and currency.

usernameRequired
Specifies the creator vanity slug for the profile and user_posts actions. Accepts @slug, a raw handle, or a Patreon URL containing /c/slug. Only retrieves public creator profile information, tier structures, and public posts, without accessing gated subscriber-only content.
Patreon: Member Count Snapshot Is Not Processed RevenuePatreon treats member counts and revenue overviews as point-in-time snapshots, placing processed revenue in dedicated reports. Publicly exposed paid_member_count, billing units, and currencies do not provide transaction details and cannot be multiplied directly to calculate actual earnings or settled amounts.Checked
categoryOptional
Selects the creator directory category for the explore action using exact allowed values such as 3d-printing, crafts-diy, drawing-painting, dance-theater, magazine, top-1000, video, and adult-prefixed categories. Including category in profile, user_posts, or search does not enable category filtering on those actions.
Allowed values:comedycomics_graphic_novelscrafts_diydrawing_paintingeducationgameslifestylemusicpodcastssciencetabletop_gamesvideo_filmvisual_artswriting

What do the Patreon user_posts parameters mean?

Retrieve public posts from Patreon. Accepts these parameters: username and category. Returns these fields: post_type, text, is_public, and title.

usernameRequired
Specifies the creator vanity slug for the profile and user_posts actions. Accepts @slug, a raw handle, or a Patreon URL containing /c/slug. Only retrieves public creator profile information, tier structures, and public posts, without accessing gated subscriber-only content.
Patreon: Public Access, Member Access, and Tier-Specific Access PermissionsPatreon separates post access across public, member, and selected paid tier levels, with select posts supporting single purchases. This endpoint reads public previews and does not grant access rights, nor does displaying is_public grant the ability to purchase, switch tiers, or unlock content.Checked
categoryOptional
Selects the creator directory category for the explore action using exact allowed values such as 3d-printing, crafts-diy, drawing-painting, dance-theater, magazine, top-1000, video, and adult-prefixed categories. Including category in profile, user_posts, or search does not enable category filtering on those actions.
Allowed values:comedycomics_graphic_novelscrafts_diydrawing_paintingeducationgameslifestylemusicpodcastssciencetabletop_gamesvideo_filmvisual_artswriting

How to use the Patreon API

  1. 01Read the public catalog and choose a platform action.
  2. 02Send the platform, action, and required parameters to POST /api/v1/social.
  3. 03Handle a synchronous result or poll the returned job ID when the selected action is asynchronous.
  4. 04Store the structured response fields needed by your application.
patreon_search.sh
curl -X POST https://api.everyinfra.com/api/v1/social \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"platform":"patreon","action":"search","params":{"keyword":"<keyword>"}}'

Patreon API questions

What can I retrieve with the Patreon API?

Set platform to patreon. The current catalog lists search, explore, details, and posts by user. These action names identify different Patreon objects or views; they are not interchangeable search modes.

Which input starts a Patreon `search` request?

Specifies creator search terms for the search action. Queries creator landing profile pages rather than full-text post contents behind paywalls. Send it as keyword inside params.

Which fields can Patreon `search` return?

Its declared schema includes name, vanity, tagline, and patron_count. A declared field can still be absent from an individual source record, and every other action has its own field list.

Does every Patreon action return immediately?

No assumption is needed: this page labels each action's delivery mode. The current catalog contains sync delivery; poll a returned job ID only for an action labeled asynchronous.