This website requires JavaScript.

Indiegogo Discussions Exporter

Download every Indiegogo discussion — questions, owner replies, vote counts, backer-status, timestamps — to Excel, CSV, or JSON.

Common workflows

  • FAQ candidate mining — sort by vote_count desc — these are the questions other backers want answered. Promote top 5 to your campaign FAQ.
  • Unanswered-question audit — filter owner_reply_text IS NULL; reply rate signals campaign health.
  • Pre-launch concern map — for upcoming campaigns, pull your competitors' discussions to see what backers are most worried about (shipping, customs, refunds, …).
  • Owner-reply latency — compute owner_reply_at - created_at; long latency drags trust.

Discussions vs Comments

Indiegogo splits backer engagement into two surfaces: free-form Comments (general chatter) and structured Discussions (Q&A with vote-able threads). This page covers Discussions — for Comments use /download-indiegogo-comments.

Plan limits

Per-campaign size scales with your plan. Free (no signup): up to 100 threads per campaign. Personal: 5,000. Premium: 50,000. Business: 250,000 — see pricing for the full feature comparison and API tiers for the API-specific limits.

FAQ

Indiegogo Discussions Exporter — FAQ

Is the Indiegogo discussions exporter free?
The free tier (no signup) returns up to 100 threads per campaign. Larger threads and CSV/JSON require a paid plan: Personal 5,000, Premium 50,000, Business 250,000. See pricing.
Discussions vs Comments — what's the difference?
Discussions are vote-able Q&A threads; Comments are free-form chatter. Both have separate Indiegogo URLs and we expose them as separate exporters.
Are owner replies included?
Yes — owner_reply_text + owner_reply_at. Empty rows = unanswered questions.
Are vote counts included?
Yes — vote_count. Sort desc to surface the questions most other backers want answered.
Can I export many campaigns at once?
Yes — bulk URL upload on a paid plan processes each URL as a separate export and bundles the resulting files in one ZIP (one file per URL).
Is there an API?
Yes — JSON-over-HTTP API on Premium and Business plans.