Kickstarter Scraper
No credit card required
Kickstarter Scraper
No credit card required
Search Kickstarter projects based on your selected criteria and get structured data on matching projects. Download your data as HTML table, JSON, CSV, Excel, XML, and RSS feed. Forked from misceres/kickstarter-search.
You can access the Kickstarter Scraper programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1echo '{
2 "maxResults": 50,
3 "category": "All",
4 "sort": "newest",
5 "proxyConfig": {
6 "useApifyProxy": true
7 }
8}' |
9apify call qbie/kickstarter-scraper --silent --output-dataset
Kickstarter Scraper API through CLI
The Apify CLI is the official tool that allows you to use Kickstarter Scraper locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include:
- 23 monthly users
- 1 star
- 99.7% runs succeeded
- 11 days response time
- Created in Mar 2023
- Modified over 1 year ago