Patreon Post Comments Scraper avatar

Patreon Post Comments Scraper

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Patreon Post Comments Scraper

Patreon Post Comments Scraper

Collect public Patreon post comments and optional replies with authors, dates, likes and parent-comment relationships.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

ScrapingMonkey

ScrapingMonkey

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Collect public Patreon post comments and optional replies, with one comment or reply per dataset row. Patreon Post Comments Scraper returns text, author references, dates, visible votes and parent-comment links.

Build a discussion dataset for manual feedback review or your own text analysis. Main comments and replies share one view, and parent identifiers preserve their relationships.

At a glanceDetails
📥 InputEnter numeric post IDs or Patreon post URLs. Unavailable comment bodies are skipped; replies are optional.
📤 OutputOne comment or reply per success row with the input source retained
📄 PaginationResult pages per input; page sizes and availability are controlled by Patreon
🔐 Login requiredNo
⚡ ProcessingUp to 5 HTTP requests concurrently; up to 5 attempts for temporary failures
💾 DeliveryOne Apify dataset view with individual records and complete nested JSON

What the Patreon post comments scraper collects 💬

The Actor paginates the public conversation feed of selected posts. Optional reply collection uses available continuation cursors and removes repeated comment IDs within the source post.

Data can include:

  • Comment ID, text, creation time and source-post context
  • Public commenter names, profile links and avatar references
  • Visible votes, reply counts and creator-interaction indicators
  • Parent-comment relationships for individual reply rows
  • Availability state without inventing text for removed or inaccessible comments
SettingResult
sort: "popular"Main conversations in the website’s popular order
sort: "newest"Main conversations in newest order
includeReplies: trueAvailable replies become individual rows with parent links

pageSize applies to main-comment and reply requests. replyPagesPerThread limits additional reply pages for each thread; replies already returned with a main-comment page do not consume that continuation budget.

How to collect post comments from Patreon 🚀

  1. Enter one or more supported inputs.
  2. Set the page budget and any collection option you need.
  3. Start the Actor.
  4. Open the Comments dataset view and review success or failed rows.
  5. Export the dataset or retrieve records from your application.
{
"inputList": [
"https://www.patreon.com/posts/163588644"
],
"pagesPerPost": 1,
"includeReplies": true,
"replyPagesPerThread": 1,
"pageSize": 10,
"sort": "popular"
}

Main-comment pages and reply continuation are controlled by the input settings. A post’s total comment counter can include replies and unavailable records, so it need not equal the number of saved main comments.

Patreon post comments output fields 📦

FieldTypeMeaning
inputstringOriginal submitted input.
statusstringsuccess for a collected entity; failed for an invalid, unavailable or exhausted input.
idstring or nullId when supplied by Patreon.
typestring or nullType when supplied by Patreon.
post_idstring or nullPost id when supplied by Patreon.
post_urlstring or nullPost url when supplied by Patreon.
post_titlestring or nullPost title when supplied by Patreon.
bodystring or nullBody when supplied by Patreon.
body_textstring or nullBody text when supplied by Patreon.
created_atstring or nullCreated at when supplied by Patreon.
deleted_atstring or nullDeleted at when supplied by Patreon.
like_countinteger or nullLike count when supplied by Patreon.
reply_countinteger or nullReply count when supplied by Patreon.
is_liked_by_creatorboolean or nullIs liked by creator when supplied by Patreon.
is_replied_to_by_creatorboolean or nullIs replied to by creator when supplied by Patreon.
visibility_statestring or nullVisibility state when supplied by Patreon.
parent_comment_idstring or nullParent comment ID for a reply; null for a main comment.
is_replyboolean or nullWhether this row is a reply to another comment.
thread_idstring or nullConversation thread identifier used to associate main comments and replies.
authorobject or nullAuthor when supplied by Patreon.
mediaarray or nullMedia when supplied by Patreon.
pageinteger or nullOne-based main result page. Null for an individual detail lookup.
reply_pageinteger or nullOne-based additional reply page. Null for main comments and replies already included with them.

Nested field structure:

  • author: id, name, url, image_url.
  • media[]: id, media_type, file_name, mime_type, size_bytes, state, url, download_url, width, height, duration_seconds, thumbnail_url, image_versions.
  • media[].image_versions[]: name, url.

The examples below use normalized public response data. Values are snapshots and may change; every top-level output field is included. Different media variants and nested objects remain inside the same row.

Complete representative success result:

{
"input": "https://www.patreon.com/posts/163588644",
"status": "success",
"id": "218253776",
"type": "comment",
"post_id": "163588644",
"post_url": "https://www.patreon.com/posts/163588644",
"post_title": "It's Bridgerton day! ",
"body": "i used to pray for times like this ",
"body_text": "i used to pray for times like this",
"created_at": "2026-07-12T09:31:53.846+00:00",
"deleted_at": null,
"like_count": 19,
"reply_count": 0,
"is_liked_by_creator": false,
"is_replied_to_by_creator": false,
"visibility_state": "visible",
"parent_comment_id": null,
"is_reply": false,
"thread_id": "ci_218253776_th",
"author": {
"id": "u214482034-context_cids:12196794-context_owner_user_id:128634315",
"name": "Loz",
"url": "https://www.patreon.com/user?u=214482034",
"image_url": "https://c8.patreon.com/4/120/214482034/L"
},
"media": [],
"page": 1,
"reply_page": null
}

Complete reply result:

{
"input": "https://www.patreon.com/posts/163588644",
"status": "success",
"id": "218270004",
"type": "comment",
"post_id": "163588644",
"post_url": "https://www.patreon.com/posts/163588644",
"post_title": "It's Bridgerton day! ",
"body": "do you know if the reactions are watch along format or the episodes edited onto the reaction? ",
"body_text": "do you know if the reactions are watch along format or the episodes edited onto the reaction?",
"created_at": "2026-07-12T14:54:29.882+00:00",
"deleted_at": null,
"like_count": 0,
"reply_count": 0,
"is_liked_by_creator": false,
"is_replied_to_by_creator": false,
"visibility_state": "visible",
"parent_comment_id": "218267725",
"is_reply": true,
"thread_id": "ci_218267725_th",
"author": {
"id": "u53192112-context_cids:12196794-context_owner_user_id:128634315",
"name": "Halima",
"url": "https://www.patreon.com/user?u=53192112",
"image_url": "https://c10.patreonusercontent.com/4/patreon-media/p/user/53192112/4f13345bace540718ebab0cf91aab422/eyJ3IjoxMjB9/1.jpeg?token-hash=ajfN8zn75WgyHOem2wlHKznkpevcD_Tmf9kzZ8ioUY8%3D&token-time=1790380800"
},
"media": [],
"page": 17,
"reply_page": null
}

Complete failed dataset item:

{
"input": "https://www.patreon.com/posts/163588644",
"status": "failed",
"id": null,
"type": null,
"post_id": null,
"post_url": null,
"post_title": null,
"body": null,
"body_text": null,
"created_at": null,
"deleted_at": null,
"like_count": null,
"reply_count": null,
"is_liked_by_creator": null,
"is_replied_to_by_creator": null,
"visibility_state": null,
"parent_comment_id": null,
"is_reply": null,
"thread_id": null,
"author": null,
"media": null,
"page": null,
"reply_page": null
}

A failed row preserves input, sets status to failed, and sets every other top-level field to null. The reason is written to the run log. Optional successful values remain null or empty when Patreon omits them. The single dataset view exposes object fields as useful columns; arrays are kept in their parent row rather than expanded into additional rows or views.

Input and pagination settings ⚙️

ParameterTypeRequiredDefaultRules
inputListarray of stringsYesNoneEnter numeric post IDs or Patreon post URLs. Unavailable comment bodies are skipped; replies are optional.
pagesPerPostintegerNo1Maximum result pages per input. Preparation requests do not count. A short page can still have a continuation. Minimum 1.
includeRepliesbooleanNotrueSave replies already included with comments and fetch their available continuations. Comments and replies share one table.
replyPagesPerThreadintegerNo1Maximum additional reply pages per comment thread. Already included replies do not consume this limit. Ignored when Include replies is disabled. Minimum 1.
pageSizeintegerNo10Requested number of main comments or continuation replies per page. The site may return fewer. Minimum 1. Maximum 10.
sortstringNo"popular"Order of main comments. Reply continuations follow chronological order. Allowed: popular, newest.

Enter supported post URLs or positive post IDs. Select the available sort and reply options; creator URLs are not comment-feed inputs.

Use supported Patreon paths on www.patreon.com or patreon.com. HTTPS is required for full URLs; those two hosts can also be entered without the scheme. URLs with credentials, custom ports or unsupported paths are not accepted.

Duplicate normalized inputs are processed once. A returned identifier is deduplicated within the pagination of one source input; the same object found under different source inputs retains each source relationship.

The first result request counts as page 1. Source validation and preparation requests do not consume result pages. A short or filtered page can continue if it supplies a usable cursor. Collection stops at the page budget or the end of pagination; a repeated cursor does not trigger an endless loop. Main-comment pages count toward pagesPerPost. Each thread has its own replyPagesPerThread budget for additional reply requests. Already loaded replies can be saved without a separate continuation request; the total number of rows is not fixed by either budget.

Patreon post comments use cases 🎯

Audience feedback review

Export comment text, dates and author references from a chosen post. Review the records manually or apply your own analysis after collection.

Conversation structure analysis

Include replies and join records by parent identifiers to inspect public discussions without losing the source post.

Creator interaction snapshots

Review visible creator-like and reply indicators together with comment text. These fields are source snapshots rather than a complete moderation history.

Pricing and saved-result behavior 💰

Check the Actor’s Pricing tab for the active charging model and current rate. Store settings may change, so this README does not state an unverified fixed price or runtime.

Under dataset-item pricing:

  • Each unique success result represents one comment or reply for its source input.
  • An invalid or unavailable input, an input with no accessible results, or a request that exhausts retries can produce a failed row.
  • Retry attempts and supporting metadata requests do not create extra dataset rows by themselves.
  • Nested media, tiers, poll choices and source fields stay inside their parent result when relevant.
  • A normal empty continuation after earlier successes creates no additional result row.
  • Saved failed rows are not assumed to be free. Check the active pricing configuration for their treatment.

Larger page budgets and more inputs can produce more saved rows. Start with a small run and check actual usage before increasing the workload.

Patreon post comments API 🔌

Replace $ACTOR_ID with the identifier shown in this Actor’s API tab and $APIFY_TOKEN with your Apify token.

curl -X POST "https://api.apify.com/v2/acts/$ACTOR_ID/runs?token=$APIFY_TOKEN" \
-H "Content-Type: application/json" \
-d '{"inputList":["https://www.patreon.com/posts/163588644"],"pagesPerPost":1,"includeReplies":true,"replyPagesPerThread":1,"pageSize":10,"sort":"popular"}'

Download JSON, CSV, Excel, XML or other formats available in the Console, or retrieve the dataset through the Apify API. Schedules, webhooks and Apify integrations can connect results to Google Sheets, Make, Zapier, n8n, cloud storage or your own backend. These are connection options rather than integrations already configured by the Actor.

Reliability, retries, and public-data limits ⚠️

Collection uses pure HTTP with up to five concurrent requests. Invalid syntax and confirmed missing, removed or inaccessible targets stop without unnecessary retries. Temporary network or proxy failures, timeouts, blocking responses, malformed data, throttling and server errors are retried up to five total attempts per request.

Earlier successful pages remain saved when a later request fails. A normal end after previously saved results is not retried. An input that produces no accessible results can receive a failed row; this does not by itself prove the underlying account or collection does not exist. A later exhausted request can append a failed row while keeping earlier output.

Patreon controls public availability, ranking, fields and pagination. Private, deleted, restricted or otherwise unavailable data can be omitted. Counts can change during collection, and media links can expire. Successful HTTP research confirms the supported request paths and pagination on tested sources, rather than future availability or exhaustive coverage.

Only publicly returned discussion records are available. Deleted or unavailable comment placeholders do not reveal their original text. Reply counts, post comment totals and saved row counts can differ. The Actor neither posts comments nor retrieves a list of post likers.

An invalid string within a valid input list does not stop other inputs. A configuration that fails validation, such as a non-string list item or an invalid page-count type, exits before requests start. Infrastructure errors such as startup failure, unavailable dataset storage or an unrecoverable result-save error can stop the whole run. A failed dataset save is not retried as a new scraping request.

Frequently asked questions ❓

Are replies separate rows?

Yes, when reply collection is enabled and they are publicly returned. Replies share the comments view and retain their parent-comment relationship.

Can I collect newest comments first?

Use the supported sorting option for the website’s newest conversation order. Sorting controls main comments; replies preserve their own conversation order.

Does it recover deleted comments?

No. An unavailable placeholder cannot supply deleted text. The Actor retains only supported information actually returned by the source.

Does it require Patreon login or personal cookies?

No. The Actor uses HTTP requests from the public website. It does not require a Patreon account, password or personal session cookie, and does not launch a browser.

What happens to invalid or unavailable inputs?

Invalid individual inputs are saved as failed rows without a source request. Confirmed unavailable targets stop without unnecessary retries. Temporary failures allow up to five total attempts; other inputs and previously saved results remain available.

Can I export results or schedule runs?

Yes. Download the default dataset in supported formats or retrieve it through the Apify API. Apify schedules and completion webhooks can connect repeated runs to your own workflow.

For a reproducible issue, use the Actor’s Issues tab and provide the run ID, approximate time, safe public input, expected behavior and actual result. Include the selected mode or page count when applicable. Do not share access tokens, cookies or proxy credentials.

Use public data responsibly and follow applicable privacy, copyright, contractual and platform requirements before storing, analyzing or redistributing collected information.