#
# # # # #

Indiegogo SERP Crowdfunding Product Scraper API

API:Scraper

US$5US$11

  • Indiegogo crowdfunding product scraper crawls the product information from indiegogo.com. API allows to filter by the product category, most funded, most review. Users can scrape the product information using a keyword query, category and sort by. The scraped dataset include product name, pricing, funded amount, brand name, product funding page URL etc.

  • For more details regarding API usage obligation & liability, please read Legal Terms of Service & Condition

API Practical Application Showcase 1


Indiegogo SERP Crowdfunding Product Scraper API

API Practical Application Showcase Case 2


Indiegogo SERP Crowdfunding Product Scraper API

Features

  • Indiegogo crowdfunding product scraper crawls the product information from indiegogo.com.
  • API allows to filter by the product category, most funded, most review.
  • Users can scrape the product information using a keyword query, category and sort by.
  • The scraped dataset include product name, pricing, funded amount, brand name, product funding page URL etc.

API Endpoint Specifications

  • Endpoint Path: /api/1/indieGoGo
  • Type of Data: JSON & 20/minute
  • Data Source: Indiegogo
  • Request Limit: 500 request/month
  • Script & Integration: Code to integrate with cURL, JS, Python, Ruby, Php, Node.js, Java, .NET, Rust, Go, Typescript

4.5 (Overall)

  • 5 stars - 38
  • 4 stars - 10
  • 3 stars - 3
  • 2 stars - 1
  • 1 star - 0

Latest Reviews

Indiegogo SERP Crowdfunding Product Scraper API Endpoint Basic Info

API Endpoint Path

required

Indiegogo SERP product data Scraper API

api/1/indieGoGo


Call Method

Required

GET

Type of Data Return

JSON

Output structured JSON data on Indiegogo SERP product


Available API Arguments & Parameters

token

required

BUYFROMLO API token. Free and subscription APIs are both available on api/1/indieGoGo, and accessible to on-site APP on /app/1/indiegogo as well

indieKW

required

Input a keyword in English

sortBy

required

Sort out the SERP product data by two paramaters. Trending, Most Funded

category

required

All categoriy options offered by indiegogo.com, such as Audio, Education, etc. Please check out indiegogo website for more details



Indiegogo SERP product data Scraper API

api/1/indieGoGo


Code Integration and Response

Python Code Sample


import requests

apiendpoint = "https://api.buyfromlo.com/api/1/indieGoGo"

## Required Arguments & Parameters ##

token = ""your buyfromlo token""
indieKW = ""Input a keyword""
sortBy = "Input a sortby criteria by referring the Indiegogo onsite options"
category = "Input a product category by referring the Indiegogo onsite options"

data="indieKW=" + indieKW + "&sortBy=" + sortBy + "&category=" + category
headers={"Authorization": "Bearer " + token}

## Call the api ##
response = requests.get(apiendpoint + data, headers=headers)
print(response.status_code)
print(response.json())
                        

JSON Response Sample


{
    'Query': " " (string),
    'Title': " " (string),
    'Description': " " (string),
    'Funded': " " (integer),
    'Currency': " " (string),
    'Raised%': " " (float),
    'campaignURL': " " (string),
    'ImageURL': " " (string),
}
                        

FAQ

The Indiegogo SERP Crowdfunding Product Scraper API is a tool that allows you to scrape product information from Indiegogo, such as product name, pricing, funded amount, brand name, and product funding page URL.

The benefits of using the Indiegogo SERP Crowdfunding Product Scraper API include: - Easily access product information from Indiegogo - Filter results by category, most funded, and most reviews - Scrape product information using a keyword query, category, and sort by - Export scraped data in JSON format - Integrate the API with a variety of programming languages

To use the Indiegogo SERP Crowdfunding Product Scraper API, you will need to: - Create a BUYFROMLO account and obtain an API token - Send a GET request to the API endpoint, including your API token and the desired parameters - Parse the JSON response to extract the product information

BUYFROMLO offers both free and subscription plans for using the Indiegogo SERP Crowdfunding Product Scraper API. The free plan includes 500 requests per month, while the subscription plan offers unlimited requests.

The Indiegogo SERP Crowdfunding Product Scraper API gets its data from Indiegogo.com.

You can use a variety of programming languages with the Indiegogo SERP Crowdfunding Product Scraper API, including cURL, JS, Python, Ruby, Php, Node.js, Java, .NET, Rust, Go, and Typescript.

The data is updated every 20 minutes.

You can scrape product name, pricing, funded amount, brand name, product funding page URL, etc.

Yes, you can filter the results by category, most funded, and most reviews.

Yes, you can export the data in JSON format.