ParseForge Scrapers

Indiegogo Campaign Scraper

parseforge/indiegogo-scraper

AutomationDeveloper toolsOther

Scrapes Indiegogo campaigns by search term, category, and sort order. Returns each campaign as a flat row with funding progress, backer count, and description. Export to CSV, JSON, Excel, or XML.

Run this scraper See the API call
Total users
6
Monthly active
0
Total runs
197
Bookmarked
0
Rating
Not rated yet
Last modified
9 days ago

Overview

ParseForge

Indiegogo Campaign Scraper

Scrape Indiegogo campaigns by keyword, category, or trending sort, up to a million per run. Every campaign comes with its funding progress, backer count, category, and full description. No API key or login required. Export to CSV, JSON, Excel, or XML.

Indiegogo's official API requires a partner application and rate limits that slow down bulk research. This reads the public campaign listings directly, filtered by search term, category, and sort order, and returns each match in one fixed schema. You get the same campaign data a visitor sees on the browse and search pages, structured and ready for analysis.

Who uses it What they scrape Indiegogo for
Product developers Which features and price points competing crowdfunding campaigns are offering this quarter.
Market researchers How much funding similar products are raising and what backer demographics look like.
Journalists Finding the most funded or trending campaigns in a category for a roundup story.
E-commerce buyers Spotting early-stage products with strong backer traction before they hit retail.

What it does

This Actor collects Indiegogo campaigns by keyword search, category filter, and sort order, and returns each one as a flat row.

  • ๐Ÿ” Keyword search: enter a term like 'electric bike' or 'solar charger' and get matching campaigns.
  • ๐Ÿ“‚ Category filter: narrow results to Technology, Home, Health, Fashion, and 14 other Indiegogo categories.
  • ๐Ÿ“Š Sort control: order results by trending, most funded, newest, or ending soon campaigns.
  • ๐Ÿ›‘ Hard limit: set a maximum number of campaigns and the run stops cleanly when it reaches that count.

Results export to CSV, JSON, Excel, or XML, or straight from the API.

What you can do with Indiegogo data

๐Ÿ“ˆ Monitor competitor launches.

A product manager searches 'smart home' weekly, sorted by newest, to track feature claims and funding velocity of rival campaigns.

๐Ÿ’ฐ Find high-traction products.

An e-commerce scout filters the Technology category by most funded to identify products with proven backer demand for wholesale or licensing deals.

๐Ÿ“ Research a market before launching.

A startup founder searches their product category and reads campaign descriptions and funding levels to gauge market saturation and price tolerance.

๐Ÿ“ฐ Build a trending roundup.

A tech journalist runs the Actor with the trending sort and no category filter to pull the top campaigns for a weekly crowdfunding highlights article.

Why choose this scraper

What you get
No API key Reads public Indiegogo pages directly, no registration or approval needed.
Fixed schema Every campaign arrives with the same fields, so your pipeline never breaks on a missing column.
Bulk ready Collect up to a million campaigns per run for large-scale market analysis.
Flexible export Download as CSV, JSON, Excel, or XML for your existing tools and databases.

How it compares

This Actor focuses on search and browse discovery with keyword, category, and sort filters, while other Indiegogo scrapers target comments, creator contacts, or direct URL input.

Feature ParseForge Indiegogo Projects Search Scraper Indiegogo Scraper - Creator Leads, Contacts & Launch Monitor Indiegogo Comments Scraper
Keyword search Yes Yes Not listed Not listed
Category filter Yes, 18 categories Not listed Yes Not listed
Sort order control Yes, 4 sort options Not listed Not listed Not listed
Creator contact info Not listed Not listed Yes Not listed
Campaign comments Not listed Not listed Not listed Yes
Hard max items limit Yes Not listed Not listed Not listed

Configure the run

Drive the Actor from a keyword search, a category pick, and a sort order, alone or together, and the max items limit stops the run once enough campaigns are collected. The Input tab lists every parameter.

A first run with the defaults:

{
 "maxItems": 10
}

A larger pull:

{
 "maxItems": 200
}

Pricing

Pay-per-result: $0.021 per result collected. You pay only for the results written to your dataset.

Results collected Approximate cost
100 results $2.10
1,000 results $21.00
10,000 results $210.00

New Apify accounts start with $5 in free credit.

Free users

Free-plan runs return up to 10 results as a preview. Upgrade your Apify plan to collect up to 1,000,000 results per run.

Run it

  1. Create a free Apify account with $5 in credit.
  2. Open the Indiegogo Campaign Scraper.
  3. Set your inputs and any filters, then click Start.
  4. Export the results as CSV, Excel, JSON, or XML from the Dataset tab.

Run it programmatically through the Apify API (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.

Use with AI agents (MCP)

Give an AI agent live access to Indiegogo through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:

claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/indiegogo-scraper"

Then prompt it in plain language to run the scraper and read back the results.

Troubleshooting

Why am I getting no results?

Check that your search term is not too specific and that the category filter is not too narrow. Try a broader keyword or set the category to 'All Categories' first, then narrow down once you confirm results are available.

The run stopped before reaching my maxItems limit.

This happens when Indiegogo's search or browse pages return fewer campaigns than your limit. Try a broader search term, remove the category filter, or switch to a different sort order to surface more campaigns.

Some campaign fields are empty in the output.

Indiegogo does not always populate every field on every campaign listing. If a campaign owner left a field blank on their page, the Actor returns an empty value for that field. This is expected behavior.

The run is taking a long time.

Large maxItems values mean more pages to visit. The Actor respects Indiegogo's servers by pacing requests. Reduce maxItems or narrow your filters if you need faster results.

I got blocked or received an error.

The Actor uses Apify's proxy infrastructure to avoid blocks. If you still see errors, try running with a higher proxy tier or contact support with the run ID for investigation.

FAQ

Question Answer
Can I scrape a specific Indiegogo campaign by URL? This Actor is built for search and browse discovery, not direct URL input. To scrape a single known campaign, provide its exact title as the search term and set maxItems to 1.
Does this scrape campaign comments or backer lists? No, this Actor collects campaign-level data from the search and browse pages. It does not scrape individual campaign comments or backer details.
What data fields does each campaign row include? Each row includes the campaign title, description, funding goal, current funding, backer count, category, and other fields visible on the listing page. The exact field list is shown in the sample output on the Actor's page.
Do I need an Indiegogo account or API key? No. The Actor reads publicly available pages and requires no login, account, or API key.
Can I filter by funding percentage or backer count? The input schema supports filtering by keyword, category, and sort order. Funding percentage and backer count are returned in the output data, so you can filter them after export in your spreadsheet or database.
How many campaigns can I scrape in one run? You set the maximum with the maxItems field, up to 1,000,000 campaigns per run. The Actor stops when it reaches that number or when no more results match your filters.
What does the 'trending' sort order return? Trending returns campaigns that Indiegogo's algorithm currently ranks as popular, based on recent funding activity and engagement. It is the default sort and a good starting point for discovery.
Can I schedule this Actor to run daily? Yes. Apify's scheduler lets you set this Actor to run on a recurring interval, so you always have fresh campaign data without manual runs.
Does this work for Indiegogo InDemand campaigns? InDemand campaigns that appear in search and browse results are included. The Actor collects whatever campaigns Indiegogo's public listings return for your filters.
What export formats are supported? You can export your dataset as CSV, JSON, Excel, or XML from the Apify platform, or push it directly to an external service via an API integration.

Related actors

Browse the full ParseForge collection for more scrapers.

๐Ÿ†˜ Need help? Email parseforge@protonmail.com with your run ID, your input, and what you expected.

โš ๏ธ Disclaimer. This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by Indiegogo, Inc. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.

Input

FieldTypeWhat it doesDefault
maxItems integer Maximum number of campaigns to collect per run. 10
search string Keyword search term (e.g. 'smart watch', 'solar panel'). not set
category string (35 options) Filter campaigns by category. not set
sort string (4 options) Sort order for results. trending

Pricing

from $19.00 per 1,000 results

Charged forWhat it isPrice each
result Single result in the default dataset. $0.019 to $0.021

Tiered: the lower figure is the price on a higher Apify plan. Billing and the free credit live on Apify.

API

One POST returns the dataset directly. Same shape for every scraper in the library, so swapping the slug is the only change.

POST ยท run and get results
curl -X POST "https://api.apify.com/v2/acts/parseforge~indiegogo-scraper/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "sort": "trending",
    "maxItems": 3
  }'

Examples

Input that runs as-is.

input.json
{
  "sort": "trending",
  "maxItems": 3
}

Reviews

No reviews yet. Be the first.

Issues

We build and maintain this scraper, so a problem with it comes to us. Report it on the Apify listing and the thread stays attached to the scraper where the next person can find it: open an issue.

Broken and urgent, or you would rather not post in public? Write to parseforge@protonmail.com and it reaches the people who wrote it.

Related scrapers

Run Indiegogo Campaign Scraper on Apify All scrapers