Patreon Creators, Tiers & Posts - API Scraper avatar

Patreon Creators, Tiers & Posts - API Scraper

Pricing

from $1.00 / 1,000 result rows

Go to Apify Store
Patreon Creators, Tiers & Posts - API Scraper

Patreon Creators, Tiers & Posts - API Scraper

Look up a Patreon creator by handle, URL, or search query and extract public creator info (name, about, patron/post counts, launch date, social links), membership tiers (name + price) and recent public posts (title, teaser, date, like/comment counts, media type). No account required.

Pricing

from $1.00 / 1,000 result rows

Rating

0.0

(0)

Developer

R.L.

R.L.

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Patreon Creator, Tiers & Posts Scraper πŸ—‚οΈ β€” Look up a Patreon creator by handle, URL, or search query and extract public creator info (name, about,…

Patreon Creator, Tiers & Posts Scraper β€” Look up a Patreon creator by handle, URL, or search query and extract public creator info (name, about, patron/post counts, launch date, social links), membership tiers (name + price) and recent public posts (title, teaser, date, like/comment counts, media type). No account required. It reads Patreon Creator, Tiers & Posts's own API directly, so it's fast, reliable and complete β€” no flaky HTML parsing, no headless browser. Export to JSON, CSV, Excel, or an API.


✨ Why use this Patreon Creator, Tiers & Posts Scraper?

  • 🟒 No code required β€” set your input, click Start, download your data.
  • ⚑ Fast & accurate β€” reads Patreon Creator, Tiers & Posts's own private API and returns structured JSON, not scraped HTML.
  • 🧾 Rich, structured data β€” every field below, clean and ready to use.
  • πŸ” Full pagination β€” collects results to your maxItems cap.
  • πŸ’Έ Transparent pay-per-result pricing β€” pay only for the rows you get.
  • πŸ“€ Export anywhere β€” JSON, CSV, Excel, XML, or pull it live via the Apify API.

🎯 What can you do with Patreon Creator, Tiers & Posts data?

  • Market & competitor research β€” analyse Patreon Creator, Tiers & Posts records at scale.
  • Price & availability monitoring β€” track changes over time.
  • Data science & trend analysis β€” build clean datasets.
  • Lead generation & enrichment β€” feed Patreon Creator, Tiers & Posts data into your own tools.

πŸ“₯ What data does the Patreon Creator, Tiers & Posts Scraper extract?

Each row includes: type, id, name, url, handle, campaignId, creatorName, creatorUrl, about, creationName, patronCount, postCount, currency, isMonthly …and more. See the full Data table below.


πŸš€ How to scrape www.patreon.com (3 steps)

  1. Set your input β€” provide handleOrUrl or q (see the table below; defaults work out of the box).
  2. Pick options β€” filters, a proxyConfiguration, and a maxItems cap.
  3. Run & export β€” click Start, then download the dataset as JSON/CSV/Excel or fetch it via the API.

βš™οΈ Input

FieldTypeDefaultDescription
handleOrUrlstringgamegrumpsA Patreon creator handle (e.g. gamegrumps) or URL (e.g. https://www.patreon.com/gamegrumps).
qstring–Free-text search for creators (used when no handle/URL is given), e.g. 'retro gaming'.
maxItemsinteger100Maximum number of result rows (creator + tier + post rows combined) to return. 0 = unlimited.
maxPostsPerCreatorinteger50Maximum recent posts fetched per matched creator.
proxyConfigurationobjectApify ProxyRoute requests through a proxy. Defaults to Apify residential proxy (recommended; Patreon's CDN may block datacenter IPs).

Example input

{
"handleOrUrl": "gamegrumps",
"maxItems": 100,
"maxPostsPerCreator": 50,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": [
"RESIDENTIAL"
]
}
}

πŸ“€ Output

Each result is a JSON object like this:

{
"type": "creator",
"id": "77144",
"name": "LGR",
"url": "https://www.patreon.com/LazyGameReviews",
"handle": "LazyGameReviews",
"campaignId": "77144",
"creatorName": "LGR",
"creatorUrl": "https://www.patreon.com/LazyGameReviews",
"about": "Creating Videos about retro computers and vintage tech",
"creationName": "Creating Videos about retro computers and vintage tech",
"patronCount": 6644,
"postCount": 1426,
"currency": "USD",
"isMonthly": true,
"isNsfw": false,
"launchDate": "2014-01-03T23:20:41.000+00:00",
"socialLinks": {
"instagram": "https://www.instagram.com/lgr"
}
}

🧾 Data table

FieldTypeDescription
typetextRow type
idtextID
nametextName
urllinkURL
handletextHandle
campaignIdtextCampaign ID
creatorNametextCreator name
creatorUrllinkCreator URL
abouttextAbout
creationNametextCategory / creation
patronCountnumberPatron count
postCountnumberPost count
currencytextCurrency
isMonthlybooleanMonthly
isNsfwbooleanNSFW
launchDatetextLaunch date
socialLinksobjectSocial links
avatarUrllinkAvatar URL
coverUrllinkCover URL
tierTitletextTier title
amountCentsnumberPrice (cents)
amountnumberPrice
isFreeTierbooleanFree tier
descriptiontextDescription
publishedAttextPublished date
titletextPost title
teasertextTeaser
likeCountnumberLike count
commentCountnumberComment count
postTypetextPost type
mediaTypetextMedia type
imageUrllinkImage URL

πŸ’° Pricing β€” pay per result

This actor uses pay-per-event pricing: you pay only for the rows it delivers.

You scrapePrice
Result row$1.00 per 1,000 rows

πŸ”Œ Use the Patreon Creator, Tiers & Posts Scraper via API

Run it programmatically with the Apify API:

curl -X POST "https://api.apify.com/v2/acts/patreon-api-scraper/runs?token=YOUR_TOKEN" \
-H 'Content-Type: application/json' \
-d '{
"maxItems": 100,
"maxPostsPerCreator": 50,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": [
"RESIDENTIAL"
]
}
}'

Or with the Apify CLI: apify call patreon-api-scraper -i input.json -o.


❓ FAQ

Do I need an account or API key for Patreon Creator, Tiers & Posts?

No. The actor talks to Patreon Creator, Tiers & Posts's public/mobile API for you β€” you only need an Apify account.

Do I need a proxy?

A proxy is recommended for reliable runs; set proxyConfiguration (Residential is safest for geo-restricted or bot-protected sites).

What export formats are supported?

JSON, CSV, Excel, XML, JSONL, RSS, or live via the Apify API and dataset endpoints.

Is scraping this legal?

You are responsible for how you use the data. Scrape only public record data and comply with www.patreon.com's Terms and applicable law (e.g. GDPR/CCPA for personal data).


πŸ› οΈ How it works

The actor impersonates Patreon Creator, Tiers & Posts's official app/site and calls its private API the same way the app does, then normalises each response into the flat record above. No browser, no HTML scraping β€” just clean, structured data.


πŸ“Œ Good to know

  • Scrape only public record data and respect www.patreon.com's Terms of Service and robots policy.
  • For personal data, comply with GDPR/CCPA and applicable law β€” you are the data controller.
  • Fields can be null when Patreon Creator, Tiers & Posts doesn't expose them for a given record.

⭐ Found this useful?

Give the Patreon Creator, Tiers & Posts Scraper a star on Apify and check out my other apify-*-api-scraper actors.