/kickstarter/projects/comments
/kickstarter
/kickstarter/projects/comments
Get the comments of a Kickstarter project by slug or URL
Price: 10 credits per 25 results
💡 AI Hint: Get the comments of a Kickstarter project by slug or URL, newest first. Each comment returns its text, creation date, and author (with a flag for whether the author is the project creator).
⚠️ Common errors: 412: Project not found
POST
/kickstarter/projects/comments
Authorizations
API token from the dashboard
Headers
Body
application/json
Project slug ('creator/project-name') or full project URL
Minimum string length:
1Example:
"elanlee/exploding-kittens"
Number of comments to return
Required range:
x >= 1Max scrapping execution timeout (in seconds)
Required range:
20 <= x <= 1500