Indiegogo Project Search Scraper avatar

Indiegogo Project Search Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Indiegogo Project Search Scraper

Indiegogo Project Search Scraper

Scrape thousands of Indiegogo project listings from search results. Extract campaign goals, backer counts, funding status, creator info, and 40+ fields per project — perfect for market research, investment analysis, and trend monitoring.

Pricing

from $2.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

4 days ago

Last modified

Share

Indiegogo Project Search Scraper: Harvest Crowdfunding Data at Scale


What Is Indiegogo?

Indiegogo is one of the world's largest equity and reward-based crowdfunding platforms, hosting hundreds of thousands of innovative projects across technology, design, sustainability, and consumer goods. Every day, creators launch new campaigns seeking funding, and backers discover products that will shape the future. Manually collecting and analyzing this data is impractical — the Indiegogo Project Search Scraper automates bulk data extraction from search results, transforming raw listings into actionable intelligence.


Overview

The Indiegogo Project Search Scraper extracts comprehensive project data from Indiegogo's search result pages. It captures metadata about campaigns, creators, funding performance, and project properties — all in structured, exportable format. Designed for:

  • Market researchers identifying emerging product trends and funding patterns
  • Investors analyzing crowdfunding landscapes and creator portfolios
  • Competitors monitoring similar projects and campaign strategies
  • Entrepreneurs benchmarking their ideas against funded projects
  • Data analysts building datasets for predictive modeling

Key features include support for high-volume extraction (up to 200 projects per URL), automatic error recovery, and detailed campaign lifecycle data.


Input Format

The scraper accepts a JSON configuration object:

{
"ignore_url_failures": true,
"max_items_per_url": 200,
"urls": [
"https://www.indiegogo.com/en/projects/search?projectTags=59&ref=homepage-projectslist-indie_3"
]
}

Input Parameters Explained

ParameterTypeDescription
urlsArrayIndiegogo search result page URLs. Pass the full URL including filters (e.g., by category, tag, or keyword). Each URL can yield up to 200 projects.
max_items_per_urlIntegerMaximum projects extracted per search URL (default: 20, max: 200). Higher values capture more campaigns but increase runtime.
ignore_url_failuresBooleanIf true, the scraper continues if a URL fails. If false, a single failure stops the run. Recommended: true for bulk operations.

Pro tip: Use Indiegogo's search filters to narrow results by category, funding status, or launch date. Paste the filtered URL directly — all filters are preserved.


Output Format

Sample output

{
"allow_new_orders": null,
"campaign_goal": 50000,
"co_creators": [],
"creator": {
"avatar_url": "https://cdn.images.indiegogo.com/creatoricon/creators/1783532/118f6256-c033-49ec-8eed-885d2f60d18c.png",
"home_url": "https://www.indiegogo.com/creators/skwheel",
"creator_i_d": 1783532,
"image_file_name": "118f6256-c033-49ec-8eed-885d2f60d18c.png",
"name": "SKWHEEL",
"url_name": "skwheel"
},
"draft_access_key": "NQ8S02SSR1EF7SMW9VD00JDBROQ",
"enable_shipping_only_mode": null,
"has_promo_item": false,
"last_update_title": null,
"phase_label": "Crowdfunding",
"pledge_manager_availability": null,
"pledge_manager_soft_close_deadline": null,
"project_properties": {
"enable_board_game_properties": true,
"max_players": null,
"min_age": null,
"min_players": null,
"play_time": null,
"play_time_description": null,
"play_time_unit": 0
},
"project_url_name": "skwheel-peak",
"promo_item_name": null,
"use_draft_access_key": false,
"backers_count": 224,
"campaign_end": "2026-06-26T21:59:00Z",
"campaign_start": "2026-05-26T16:00:00Z",
"campaign_end_scheduled_at": "2026-06-26T21:59:00Z",
"campaign_outcome": 0,
"catalog_category": {
"project_category": 52,
"name": "Transportation",
"url": "/en/projects/search?projectCatalogCategories=Transportation"
},
"currency_symbol": "€",
"follower_count": 451,
"funded_in_seconds": 318,
"funds_gathered": 380224.3,
"funds_gathered_presentation": 0,
"image_url": "https://cdn.images.indiegogo.com/projectimage/projects/425635/17210772-77e1-4d63-bbc4-b77fac0606b3.png",
"installment_count": 3,
"installment_min_payment": 900.0,
"name": "SKWHEEL : Ski Anywhere. All Year Long.",
"original_type": 1,
"phase": 10,
"phase_ended_at": "2026-06-26T21:59:00Z",
"phase_started_at": "2026-05-26T16:00:00Z",
"platform": 1,
"project_badges": [
1
],
"project_id": null,
"project_labels": [],
"project_tags": [
{
"project_tag_i_d": 3,
"is_system": false,
"is_visible": true,
"name": "adventure",
"url": "/en/projects/search?projectTags=3",
"url_name": "adventure"
},
{
"project_tag_i_d": 17,
"is_system": false,
"is_visible": true,
"name": "bikes",
"url": "/en/projects/search?projectTags=17",
"url_name": "bikes"
},
{
"project_tag_i_d": 39,
"is_system": false,
"is_visible": true,
"name": "e-bikes",
"url": "/en/projects/search?projectTags=39",
"url_name": "e-bikes"
},
{
"project_tag_i_d": 56,
"is_system": false,
"is_visible": true,
"name": "helmets",
"url": "/en/projects/search?projectTags=56",
"url_name": "helmets"
},
{
"project_tag_i_d": 78,
"is_system": false,
"is_visible": true,
"name": "motorcycles",
"url": "/en/projects/search?projectTags=78",
"url_name": "motorcycles"
},
{
"project_tag_i_d": 94,
"is_system": false,
"is_visible": true,
"name": "safety",
"url": "/en/projects/search?projectTags=94",
"url_name": "safety"
},
{
"project_tag_i_d": 95,
"is_system": false,
"is_visible": true,
"name": "scooters",
"url": "/en/projects/search?projectTags=95",
"url_name": "scooters"
},
{
"project_tag_i_d": 102,
"is_system": false,
"is_visible": true,
"name": "skateboards",
"url": "/en/projects/search?projectTags=102",
"url_name": "skateboards"
},
{
"project_tag_i_d": 112,
"is_system": false,
"is_visible": true,
"name": "sports",
"url": "/en/projects/search?projectTags=112",
"url_name": "sports"
}
],
"short_description": "Skwheel reinvents the electric ski. Two road-legal models, up to 60 km/h on private ground, designed with world ski champions to ride anywhere, all year long.",
"type": 1,
"url": "https://www.indiegogo.com:443/en/projects/skwheel/skwheel-peak",
"relative_url": "/en/projects/skwheel/skwheel-peak",
"version": 1,
"visibility": 0,
"from_url": "https://www.indiegogo.com/en/projects/search/?ProjectCatalogCategories=PhonesAndAccessories%2CAudio%2CCameraGear%2CHome%2CHealthAndFitness%2CProductivity%2CTravelAndOutdoors%2CTransportation%2CFashionAndWearables%2CGeneral%2CEducation%2CEnergyAndGreenTech%2CFoodAndBeverages&ajax=true"
}

Each project record contains 40+ fields spanning campaign details, creator info, funding metrics, and operational settings:

Campaign Identity & Metadata

FieldMeaningExample
Project IDUnique Indiegogo identifier for the project12345678
NameFull project title as displayedSmartBrew Coffee Maker
Short DescriptionTagline or one-line summaryAI-powered brew optimization
URLFull project page URLhttps://www.indiegogo.com/projects/smartbrew-coffee-maker
Relative URLPath-only version of the URL/projects/smartbrew-coffee-maker
Project URL NameURL slug for the projectsmartbrew-coffee-maker
VersionProject schema version1.0
VisibilityPublic status of the projectpublic / private

Funding & Campaign Status

FieldMeaningExample
Campaign GoalFundraising target amount50000
Funds GatheredAmount pledged so far75000
Funds Gathered PresentationFormatted funding display$75,000
Currency SymbolCampaign currency$ / / £
Campaign StartCampaign launch date (UTC)2024-01-15T10:00:00Z
Campaign EndCampaign deadline (UTC)2024-03-15T23:59:59Z
Campaign End Scheduled AtConfirmed end timestamp2024-03-15T23:59:59Z
Campaign OutcomeResult statussuccessful / failed / active
PhaseCurrent campaign phasecampaign / in-fulfillment / ended
Phase LabelHuman-readable phase nameCampaign Active
Phase Started AtWhen current phase began2024-01-15T10:00:00Z
Phase Ended AtWhen current phase ends/ended2024-03-15T23:59:59Z
Funded In SecondsTime to reach goal (if funded)86400 (seconds)

Creator & Community

FieldMeaningExample
CreatorPrimary creator account info{"name": "John Smith", "id": "user123"}
Co CreatorsArray of additional creators[{"name": "Jane Doe", "id": "user456"}]
Follower CountTotal followers for the campaign/creator5000
Backers CountNumber of people who pledged2500

Project Classification

FieldMeaningExample
Catalog CategoryPrimary product categoryTechnology / Design / Food & Beverage
Original TypeProject type (may differ from current)rewards / equity
TypeCurrent project typerewards / equity
Project TagsArray of topic tags["AI", "smart-home", "gadgets"]
Project LabelsInternal classification labels["verified-creator", "trending"]
Project BadgesAchievement/status badges["staff-pick", "superbacker"]

Logistics & Fulfillment

FieldMeaningExample
Installment CountNumber of payment installments offered3
Installment Min PaymentMinimum per-installment amount100
Enable Shipping Only ModeRestricts campaign to shipping rewardsfalse
Allow New OrdersWhether new pledges are acceptedtrue
Pledge Manager AvailabilityPost-campaign pledge manager statusavailable / closed
Pledge Manager Soft Close DeadlineSoft deadline for new orders2024-06-15T23:59:59Z
Has Promo ItemWhether promotional rewards existtrue
Promo Item NameName of promo reward tierEarly Bird Special

Admin & Configuration

FieldMeaningExample
Last Update TitleTitle of most recent campaign updateProduction Starts Next Week!
Draft Access KeyKey for accessing draft versions (if applicable)abc123xyz
Use Draft Access KeyWhether draft access is requiredfalse
PlatformHosting platformindiegogo
Image URLPrimary project image/thumbnailhttps://cdn.indiegogo.com/...
Project PropertiesAdditional structured metadata{"location": "US", "language": "en"}

How to Use

  1. Select search criteria — Visit Indiegogo and build a search (by category, tag, keyword, or date). Copy the search result URL.
  2. Prepare input — Paste the search URL(s) into the urls array. Set max_items_per_url based on your needs (20–200).
  3. Configure error handling — Set ignore_url_failures: true to skip problematic URLs without stopping the scraper.
  4. Run the scraper — Execute the actor and monitor the run log for progress.
  5. Download results — Export as JSON, CSV, or Excel for analysis in spreadsheets, databases, or BI tools.

Best practices:

  • Use search filters (category, date, funding status) to narrow results and reduce runtime.
  • Start with max_items_per_url: 50 to test, then scale up for production runs.
  • Check the Campaign Outcome field to distinguish active, successful, and failed campaigns.

Business Applications & Value

  • Market intelligence: Identify trending categories, average funding goals, and backer behavior
  • Investment research: Screen projects by funding achieved, creator profiles, and campaign duration
  • Competitive analysis: Track competitor products, monitor similar projects, and benchmark campaign performance
  • Trend forecasting: Analyze historical data to predict emerging product categories
  • Academic research: Study crowdfunding as an alternative financing mechanism

The scraper eliminates days of manual research, delivering clean, structured datasets that feed directly into analyses, dashboards, and strategic decisions.


Conclusion

The Indiegogo Project Search Scraper transforms crowdfunding data into strategic intelligence. With 40+ fields per project and support for large-scale extraction, it empowers researchers, investors, and entrepreneurs to understand market dynamics at scale. Start scraping today and unlock insights from thousands of campaigns.