Indiegogo: Get Campaign Comments
Indiegogo via Parse · marketplace
Retrieve public comments on a campaign. Provide either a slug (auto-resolves thread ID) or a thread_id directly. Supports cursor-based pagination via last_id to fetch older comments. Search and retrieve crowdfunding campaigns, rewards, comments, updates, FAQs, categories, and creator profiles from Indiegogo. Fulfilled by Parse from indiegogo.com.
- ecommerce
- finance
- indiegogo
- indiegogo-com
- marketplace
- parse
- platform-key
Price and execution
- Price
- $0.04 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- marketplace
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/80b750af-4178-4720-a348-eca95353f7de/get_campaign_comments
- Interface artifact
- sha256:8829b71c8b0d647b322a8eece41fb401e4b3e5a2e4da4827cd75b55ac8f4f637
- Manifest digest
- sha256:bedd6e627a476c45d5477397376fd7737f05caee572ab9327cebc8208e062395
Request fields
- slug (string): Campaign slug in format 'creator-name/project-name'. Used to auto-resolve comment thread ID.
- last_id (integer): Last fetched comment ID for pagination. Returns comments older than this ID.
- thread_id (integer): Comment thread ID (if known). Takes priority over slug.
Example queries
- {"slug":"earthbiotechnologies/scrapdrain-prevents-clogs-climate-change"}