Indiegogo API

Indiegogo API

Access real-time crowdfunding campaign data from Indiegogo with our Scraper API. Retrieve campaign details, perk information, and funding progress.

API description

  • The Indiegogo API offers developers access to data from Indiegogo, one of the leading crowdfunding platforms worldwide.
  • Empower your applications with the ability to retrieve comprehensive campaign details, including campaign descriptions, funding goals, perk tiers, and funding progress.
  • Seamlessly integrate crowdfunding campaign data from Indiegogo into your website, mobile app, or software solution to provide users with valuable insights into trending projects and fundraising efforts.
  • Utilize our API to enhance user engagement by showcasing popular or relevant crowdfunding campaigns within your platform and enabling users to explore and support projects they are passionate about.
  • Stay informed about the latest developments in crowdfunding by accessing real-time data on campaign launches, updates, and funding milestones through our API.
  • Leverage Indiegogo's extensive database of crowdfunding projects to enrich your application's content.

API Documentation

Endpoints


Get Search Results from Indiegogo by Keyword and Filters.



                                                                            
GET https://zylalabs.com/api/3828/indiegogo+api/4449/search+by+keyword+and+filters
                                                                            
                                                                        

Search By Keyword and Filters - Endpoint Features
Object Description
query [Optional] Search Term. Keep empty to get all.
sort [Optional] Options: trending, most_funded, lowest_perk_price, highest_perk_price
category [Optional] Options: "Tech & Innovation", "Creative Works", "Community Projects"
pageNumber [Optional] Page Number.
projectsPerPage [Optional] Number of Search Results. Up to 100.
projectTiming [Optional] Options: all, ending_soon, just_launched, launching_soon
projectStage [Optional] Options: all, concept, prototype, production, shipping
Test Endpoint

API EXAMPLE RESPONSE

       
                                                                                                        
                                                                                                                                                                                                                            [
    {
        "bullet_point": null,
        "category": "Writing & Publishing",
        "category_url": "/explore/writing-publishing",
        "clickthrough_url": "/projects/the-motorcycle-camp-cookbook",
        "close_date": "2024-05-09T23:59:59-07:00",
        "currency": "USD",
        "funds_raised_amount": 20020,
        "funds_raised_percent": 4.004,
        "image_url": "https://c1.iggcdn.com/indiegogo-media-prod-cld/image/upload/c_fill,f_auto,h_273,w_273/nl4ymclhn9wk011qdcct.jpg",
        "is_indemand": false,
        "is_pre_launch": false,
        "is_promoted": false,
        "is_proven": false,
        "offered_by": null,
        "open_date": "2024-04-09T00:00:00-07:00",
        "perk_goal_percentage": null,
        "perks_claimed": null,
        "price_offered": 15,
        "price_retail": 25,
        "product_stage": null,
        "project_id": 2921038,
        "project_type": "campaign",
        "tagline": "70 single serving recipes for camping.",
        "tags": [
            "camping",
            "books",
            "motorcycles",
            "food",
            "cars"
        ],
        "title": "The Motorcycle Camp Cookbook"
    }
]
                                                                                                                                                                                                                    
                                                                                                    

Search By Keyword and Filters - CODE SNIPPETS


curl --location --request GET 'https://zylalabs.com/api/3828/indiegogo+api/4449/search+by+keyword+and+filters' --header 'Authorization: Bearer YOUR_API_KEY' 

    

Get Campaign Details from Indiegogo using URL or ProjectID



                                                                            
GET https://zylalabs.com/api/3828/indiegogo+api/4450/campaign+details
                                                                            
                                                                        

Campaign Details - Endpoint Features
Object Description
url [Required] Indiegogo Campaign URL.
projectID [Optional]
Test Endpoint

API EXAMPLE RESPONSE

       
                                                                                                        
                                                                                                                                                                                                                            {
    "campaign": {
        "id": 2920065,
        "slug": "coderover-atv-snowcat-diy-robot-kits",
        "title": "CodeRover ATV & Snowcat - DIY Robot Kits",
        "goal": 3000,
        "funding_days": 45,
        "currency_iso_num": 840,
        "category_id": 65,
        "category": {
            "id": 65,
            "slug": "education",
            "name": "Education",
            "icon_name": "education",
            "top_level": false,
            "parent_category_name": "Tech & Innovation",
            "parent_category_slug": "tech-innovation"
        },
        "funding_type": "fixed",
        "forever_funding_active": false,
        "region_code": "STTE_USGA",
        "country_code_alpha_2": "US",
        "country": "United States",
        "city": "Atlanta",
        "comments_count": 0,
        "tagline": "Build-it-yourself & Programmable Robots for Micro:Bit, Arduino, Raspberry Pi, and ESP32-CAM.",
        "image_data": {
            "public_id": "ce5lr17vkcifbxftegt1"
        },
        "last_saved": 1712894971000,
        "currency_thresholds": {
            "minimum_perk_price": 1,
            "minimum_contribution_amount": 1,
            "minimum_payout_amounts": 100,
            "minimum_campaign_goal": 500,
            "automatic_payout_reserve_threshold": 1000
        },
        "geolocation": {},
        "status": "published",
        "avatar_data": {
            "public_id": "x3574wujco28bu3nlv7h"
        },
        "owner_name": "Edify Robotics",
        "currency": {
            "iso_num": 840,
            "iso_code": "USD",
            "symbol": "$"
        },
        "created_at": "2024-03-14T17:12:35-07:00",
        "updated_at": "2024-04-11T21:09:31-07:00",
        "funding_started_at": "2024-04-09T00:00:00-07:00",
        "funding_ends_at": "2024-05-24T23:59:59-07:00",
        "video_overlay_url": null,
        "owner_type": "business",
        "main_video_info": {
            "type": "youtube",
            "id": "azmJWKZKauc",
            "thumbnail_url": "https://i3.ytimg.com/vi/azmJWKZKauc/default.jpg"
        },
        "forever_funding_ends_at": null,
        "overview": null,
        "overview_image_url": null,
        "product_stage": null,
        "forever_funding_combined_balance": 5673,
        "was_ever_in_forever_funding": false,
        "is_external_campaign": false,
        "external_campaign_info": {},
        "location": "Atlanta, Georgia, United States",
        "collection": null,
        "is_pre_order_campaign": false,
        "non_blacklisted_tags": [
            "robots",
            "toys",
            "cars"
        ],
        "is_shipping_now_campaign": false,
        "all_funding_expired": false,
        "visible": true,
        "gallery_available": true,
        "updates_count": 1,
        "project_sponsors": [],
        "payments": {
            "apple_pay": true,
            "google_pay": true
        },
        "only_personal_cause": false,
        "team_members": [
            {
                "id": 3987601,
                "name": "Edify Robotics",
                "status": "owner",
                "owner": true,
                "avatar_url": "https://c1.iggcdn.com/indiegogo-media-prod-cld/image/upload/c_fill,f_auto,h_90,w_90/v1663396905/x3574wujco28bu3nlv7h.jpg",
                "facebook": {
                    "verified": false,
                    "friends_count": 0
                },
                "role": null,
                "account_id": 30313978
            }
        ],
        "campaign_redirect_link": null,
        "gallery": {
            "videos": [],
            "images": [
                {
                    "title": null,
                    "description": null,
                    "thumbnail_url": "https://c1.iggcdn.com/indiegogo-media-prod-cld/image/upload/c_fill,f_auto,g_face,h_50,w_50/v1712503201/kfgiig9yhbgpmqwcpw1a.jpg",
                    "full_url": "https://c1.iggcdn.com/indiegogo-media-prod-cld/image/upload/c_limit,f_auto,w_695/v1712503201/kfgiig9yhbgpmqwcpw1a.jpg"
                }
            ],
            "pitch_image": null,
            "pitch_video": {
                "thumbnail_url": "https://i3.ytimg.com/vi/azmJWKZKauc/default.jpg",
                "video_type": "youtube",
                "video_id": "azmJWKZKauc",
                "description": null
            },
            "video_overlay": null
        },
        "minimum_contribution_amount": 1,
        "contributions_count": 26,
        "perks_available": true,
        "total_amount_sold": 5673,
        "balance": 5673,
        "forever_funding_collected_funds": 0,
        "units_toward_goal": 5673,
        "campaign_duration_contribution_count": 26,
        "target_goal": 3000,
        "goal_percentage": 189,
        "is_perk_goal_enabled": false,
        "in_guaranteed_delivery_split": false,
        "countdown_date": null,
        "is_open_comments": false,
        "affiliate_link": null
    },
    "perks": [
        {
            "amount": 169,
            "available": true,
            "campaign_slug": "coderover-atv-snowcat-diy-robot-kits",
            "description": "You will receive:\n\n1 X CodeRover ATV Pack\n1 X CodeRover Snowcat Pack. \n\nLimited availability! \nGet Your CodeRover at the best price on Indiegogo & Save 39%! \n",
            "estimated_delivery_date": "2024-10-15T00:00:00-07:00",
            "estimated_delivery_date_original": null,
            "featured": true,
            "id": 5574962,
            "is_content_editable": false,
            "label": "Early Bird ATV&Snowcat",
            "max_per_user": 5,
            "number_available": 5,
            "number_claimed": 4,
            "perk_delivery_date_histories": [],
            "perk_image_public_id": "gn5rvhksx2z8k8gxnvev",
            "perk_item_links": [
                {
                    "perk_item": {
                        "associated_with_claimed_perk": true,
                        "id": 1523823,
                        "name": "CodeRover ATV",
                        "options": [],
                        "skus": [
                            {
                                "choices": [],
                                "code": "SKU00001",
                                "id": 3530209
                            }
                        ]
                    },
                    "perk_item_id": 1523823,
                    "quantity": 1
                },
                {
                    "perk_item": {
                        "associated_with_claimed_perk": true,
                        "id": 1523826,
                        "name": "CodeRover Snowcat",
                        "options": [],
                        "skus": [
                            {
                                "choices": [],
                                "code": "SKU00002",
                                "id": 3530212
                            }
                        ]
                    },
                    "perk_item_id": 1523826,
                    "quantity": 1
                }
            ],
            "perk_type": "standard",
            "pre_orderable": true,
            "retail_amount": 298,
            "secret": false,
            "secret_perk_token": null,
            "shipping": {
                "fees": "{\"everywhere\":0}",
                "id": 1849186,
                "is_free_everywhere": true
            },
            "shipping_address_required": true,
            "shipping_fees": [
                {
                    "country_code": "everywhere",
                    "fee": 0
                }
            ],
            "ships_within_days": null,
            "status": "STPK_VSBL",
            "survey": null,
            "timed_perk": null,
            "top_perk": true
        }
    ],
    "description": "Since launching CodeRover SUMO and OFF-ROAD in 2022, we've poured our heart and soul into perfecting the CodeRover series, hoping to create an unmatched experience for all of our supporters. Introducing CodeRover ATV & SnowcatCodeRover is more than coding, it's about bringing to life a robot that's uniquely yours, through a process that's as rewarding as it is educational. And this year, we're super excited to welcome two new buddies to the CodeRover family --- the CodeRover ATV & Snowcat. Similar to their predecessors, CodeRover ATV & Snowcat are crafted entirely from exquisite laser-cut puzzle pieces. Immerse yourself in the joy of building your own robots and discover endless possibilities in robotics and programming!"
}
                                                                                                                                                                                                                    
                                                                                                    

Campaign Details - CODE SNIPPETS


curl --location --request GET 'https://zylalabs.com/api/3828/indiegogo+api/4450/campaign+details?url=https://www.indiegogo.com/projects/coderover-atv-snowcat-diy-robot-kits#/' --header 'Authorization: Bearer YOUR_API_KEY' 

    

API Access Key & Authentication

After signing up, every developer is assigned a personal API access key, a unique combination of letters and digits provided to access to our API endpoint. To authenticate with the Indiegogo API REST API, simply include your bearer token in the Authorization header.

Headers

Header Description
Authorization [Required] Should be Bearer access_key. See "Your API Access Key" above when you are subscribed.


Simple Transparent Pricing

No long term commitments. One click upgrade/downgrade or cancellation. No questions asked.

πŸš€ Enterprise
Starts at $10,000/Year

  • Custom Volume
  • Dedicated account manager
  • Service-level agreement (SLA)

Customer favorite features

  • βœ”οΈŽ Only Pay for Successful Requests
  • βœ”οΈŽ Free 7-Day Trial
  • βœ”οΈŽ Multi-Language Support
  • βœ”οΈŽ One API Key, All APIs.
  • βœ”οΈŽ Intuitive Dashboard
  • βœ”οΈŽ Comprehensive Error Handling
  • βœ”οΈŽ Developer-Friendly Docs
  • βœ”οΈŽ Postman Integration
  • βœ”οΈŽ Secure HTTPS Connections
  • βœ”οΈŽ Reliable Uptime

Zyla API Hub is, in other words, an API MarketPlace. An all-in-one solution for your developing needs. You will be accessing our extended list of APIs with only your user. Also, you won't need to worry about storing API keys, only one API key for all our products is needed.

Prices are listed in USD. We accept all major debit and credit cards. Our payment system uses the latest security technology and is powered by Stripe, one of the world’s most reliable payment companies. If you have any trouble with paying by card, just contact us at [email protected]

Sometimes depending on the bank's fraud protection settings, a bank will decline the validation charge we make when we attempt to be sure a card is valid. We recommend first contacting your bank to see if they are blocking our charges. If more help is needed, please contact [email protected] and our team will investigate further

Prices are based on a recurring monthly subscription depending on the plan selected β€” plus overage fees applied when a developer exceeds a plan’s quota limits. In this example, you'll see the base plan amount as well as a quota limit of API requests. Be sure to notice the overage fee because you will be charged for each additional request.

Zyla API Hub works on a recurring monthly subscription system. Your billing cycle will start the day you purchase one of the paid plans, and it will renew the same day of the next month. So be aware to cancel your subscription beforehand if you want to avoid future charges.

Just go to the pricing page of that API and select the plan that you want to upgrade to. You will only be charged the full amount of that plan, but you will be enjoying the features that the plan offers right away.

Yes, absolutely. If you want to cancel your plan, simply go to your account and cancel on the Billing page. Upgrades, downgrades, and cancellations are immediate.

You can contact us through our chat channel to receive immediate assistance. We are always online from 9 am to 6 pm (GMT+1). If you reach us after that time, we will be in contact when we are back. Also you can contact us via email to [email protected]

 Service Level
100%
 Response Time
1,875ms

Category:


Tags:


Related APIs