Search Patreon creators by keyword and retrieve structured campaign cards with profile URLs, patron counts, post counts, creation category, and NSFW flags. Piloterr handles Patreon access via request-mode crawling and returns clean JSON.
GET https://api.piloterr.com/v2/patreon/search?query=creator
| Parameter |
Type |
Required |
Description |
query |
string |
yes |
Search keyword (e.g. creator name, niche, or topic) |
| Field |
Type |
Description |
query |
string |
Echo of the search keyword |
results |
array |
Matching creator campaigns |
results[].id |
string |
Patreon campaign ID |
results[].url |
string |
Public Patreon page URL |
results[].name |
string |
Campaign display name |
results[].thumb |
string |
Campaign thumbnail image URL |
results[].avatar |
string |
Avatar image URL |
results[].is_nsfw |
boolean |
Whether the campaign is marked NSFW |
results[].summary |
string | null |
Short campaign summary when available |
results[].post_count |
integer |
Number of published posts |
results[].creator_name |
string |
Creator display name |
results[].patron_count |
integer | null |
Total patrons when exposed |
results[].creation_name |
string |
Campaign category label |
results[].primary_theme_color |
string | null |
Theme color identifier |
pagination.page |
integer |
Current page number |
pagination.pages_total |
integer |
Total number of pages |
pagination.hits_total |
integer |
Total matching results |
pagination.has_next_page |
boolean |
Whether another page exists |
pagination.has_prev_page |
boolean |
Whether a previous page exists |
pagination.next |
string | null |
Next page API URL |
pagination.prev |
string | null |
Previous page API URL |
patron_count may be null when Patreon hides the count on search cards.
- Pagination metadata is returned under
pagination.
- Discover creators in a niche for influencer outreach
- Monitor patron growth across competitor campaigns
- Build creator discovery tools with live Patreon search data
- Feed CRM or marketing workflows with campaign URLs and metrics