Kickstarter Comments Scraper avatar

Kickstarter Comments Scraper

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Kickstarter Comments Scraper

Kickstarter Comments Scraper

Scrape community comments from any Kickstarter project page. This scraper captures comment text, author details, creation dates, replies, badges, moderation flags, and 20+ additional fields — perfect for community analysis, sentiment tracking, and creator engagement research.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

Stealth mode

Stealth mode

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Kickstarter Comments Scraper: Extract Project Comments & Community Insights


What Is Kickstarter & Why Scrape Comments?

Kickstarter is the world's leading crowdfunding platform, hosting thousands of active projects across creative, technology, design, and innovation categories. Every project page contains a vibrant comments section where backers, curious supporters, and community members discuss ideas, ask questions, and share feedback.

Analyzing comments manually is impractical at scale. The Kickstarter Comments Scraper automates collection of project discussions, enabling you to extract structured comment data for sentiment analysis, community engagement studies, and creator insights — without clicking through hundreds of comment threads.


Overview

The Kickstarter Comments Scraper extracts comment records from any Kickstarter project's comments section, capturing both the discussion content and platform metadata. It is ideal for:

  • Creators & brand managers tracking backer sentiment and engagement
  • Market researchers analyzing community feedback across product categories
  • Data analysts studying crowdfunding dynamics and creator-backer interaction
  • Academics researching online community behavior and funding campaigns
  • Investors evaluating project momentum through community discussion activity

The scraper is highly configurable, allowing bulk collection across multiple projects, with resilient error handling and flexible output limits.


Input Format

The scraper accepts a JSON configuration object with three main parameters:

{
"urls": [
"https://www.kickstarter.com/projects/direwolfdigital/war-of-the-dragon-the-wheel-of-time/comments"
],
"ignore_url_failures": true,
"max_items_per_url": 200
}
FieldTypeDescription
urlsArrayDirect URLs to Kickstarter project comments pages. Use the format: /projects/[creator-username]/[project-slug]/comments
ignore_url_failuresBooleanIf true, the scraper continues running even if some URLs fail. If false, the entire run stops at the first error. Default: true
max_items_per_urlIntegerMaximum number of comments to collect per URL (e.g., 200). Useful for controlling data volume and API usage

Tip: The comments URL is located on each project page. Navigate to the project, scroll to comments, and copy the full URL from your browser address bar.


Output Format

Example Output

{
"id": "Q29tbWVudC00NzQzNTU0OA==",
"body": "Backed to keep an eye on this one. The combination of The Wheel of Time, Dire Wolf, and a grand strategy format is really interesting. I’ve been following the campaign trends on Tabletop Analytics too, curious to see how far this one goes.",
"created_at": 1780491957,
"parent_id": null,
"author": {
"id": "VXNlci0xMjIyNTU3MzY1",
"image_url": "https://i.kickstarter.com/assets/010/500/931/d06078d7136ac3a6993ebd9525ae3fcf_original.png?anim=false&fit=cover&height=200&origin=ugc&q=92&v=1461694076&width=200&sig=ULlrzopFOmZvfTxDDiM1D8xswBU4WFzNAOjSdvZtYJs%3D",
"name": "Nuuko Twilightcatcer",
"url": "https://www.kickstarter.com/profile/1222557365",
"is_blocked": false,
"__typename": "User"
},
"removed_per_guidelines": false,
"author_badges": [],
"can_report": false,
"can_delete": false,
"can_pin": false,
"can_remove_backer": false,
"has_flaggings": false,
"deleted_author": false,
"deleted": false,
"sustained": false,
"pinned_at": null,
"author_canceled_pledge": false,
"is_project_live": true,
"is_project_successful": false,
"author_backing": null,
"replies": {
"total_count": 0,
"nodes": [],
"page_info": {
"start_cursor": null,
"has_previous_page": false,
"__typename": "PageInfo"
},
"__typename": "CommentConnection"
},
"from_url": "https://www.kickstarter.com/projects/direwolfdigital/war-of-the-dragon-the-wheel-of-time/comments"
}

Each scraped comment returns a comprehensive record with 20+ fields capturing the comment content, author metadata, and platform moderation details:

Comment Content & Identification

FieldMeaning
IDUnique identifier for the comment within Kickstarter's system
BodyThe full text content of the comment as written by the author
Created AtISO timestamp when the comment was posted (e.g., 2024-01-15T10:30:00Z)
RepliesNumber of direct replies to this comment, showing engagement depth

Author & Identity

FieldMeaning
AuthorName and profile information of the comment author
Author BadgesArray of badges indicating author status (e.g., "Creator", "Project Backer", "Kickstarter Staff")
Author BackingBacker status for this specific project (whether author pledged funds)
Author Canceled PledgeBoolean flag indicating if the author previously backed but later canceled
Deleted AuthorBoolean flag if the author account was deleted after posting

Comment Hierarchy & Threading

FieldMeaning
Parent IDID of the parent comment if this is a reply; null if it's a top-level comment

Moderation & Community Management

FieldMeaning
Removed Per GuidelinesBoolean indicating if the comment was removed for violating community guidelines
DeletedBoolean flag if the comment was deleted (by author or moderator)
SustainedBoolean flag if a moderation action was upheld after appeal
Has FlaggingsBoolean indicating if community members reported this comment
Pinned AtISO timestamp if a moderator pinned this comment; null if unpinned

Permissions & Capabilities

FieldMeaning
Can ReportBoolean indicating whether the current viewer can report this comment
Can DeleteBoolean indicating whether the current viewer can delete this comment (author or moderator only)
Can PinBoolean indicating whether the current viewer has permission to pin this comment (creator/moderator)
Can Remove BackerBoolean indicating whether the comment author's backer status can be removed by a moderator

Project Context

FieldMeaning
Is Project LiveBoolean indicating whether the project was still active when the comment was posted
Is Project SuccessfulBoolean indicating whether the project's funding goal was met

How to Use

  1. Find a Kickstarter project — Browse Kickstarter.com and select any active or completed project.
  2. Navigate to comments — Click the "Comments" tab or scroll to the comments section on the project page.
  3. Copy the URL — Copy the full comments page URL from your browser (e.g., .../comments).
  4. Prepare your input — Paste the URL into the urls array in the configuration JSON.
  5. Set limits — Adjust max_items_per_url based on your needs (e.g., 50 for sample, 500+ for full dataset).
  6. Run the scraper — Start the actor and monitor progress in the log.
  7. Download results — Export as JSON, CSV, or Excel for analysis.

Best practices:

  • Use ignore_url_failures: true when scraping multiple projects to avoid interruptions.
  • Start with max_items_per_url: 100 to test before scaling to larger collections.
  • Comments are returned in chronological order by default; sort afterward if needed.

Use Cases & Business Value

  • Sentiment analysis: Track backer enthusiasm and concerns across funding stages
  • Competitor research: Monitor community discussions on rival projects
  • Creator feedback: Identify frequently asked questions and improvement suggestions
  • Engagement metrics: Measure comment velocity and reply rates to assess project momentum
  • Academic research: Study crowdfunding dynamics, backer psychology, and community trust patterns

By automating comment collection, you can analyze thousands of conversations in minutes — revealing insights that shape product strategy, community management, and funding outcomes.


Conclusion

The Kickstarter Comments Scraper transforms crowdfunding project discussions into actionable data. Whether you're a creator optimizing backer engagement, a researcher studying community dynamics, or an analyst tracking market trends, this scraper delivers the rich comment data you need — structured, complete, and ready for analysis.