Kickstarter Scraper avatar

Kickstarter Scraper

Try for free

3 days trial then $15.00/month - No credit card required now

View all Actors
Kickstarter Scraper

Kickstarter Scraper

epctex/kickstarter-scraper
Try for free

3 days trial then $15.00/month - No credit card required now

The ultimate and most all-encompassing Kickstarter tool you'll ever discover. With powerful search features, you can instantly locate and access any live project on Kickstarter.com. Search by location, project status, funding progress, and more. User-friendly, cost-effective, and without limitations

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  "startUrls": [
3    "https://www.kickstarter.com/projects/1460250988/darkest-dungeon-by-red-hook-studios",
4    "https://www.kickstarter.com/discover/categories/games/tabletop%20games",
5    "https://www.kickstarter.com/discover/places/seattle-wa",
6    "https://www.kickstarter.com/profile/alleycatgames",
7    "https://www.kickstarter.com/discover/advanced?term=board+games&category_id=12&pledged=1&goal=1&sort=newest&seed=2832283&next_page_cursor=&page=1"
8  ],
9  "query": "Gadgets",
10  "maxResults": 10,
11  "category": "All",
12  "location": "United States",
13  "sort": "newest",
14  "customMapFunction": "(object) => { return {...object} }",
15  "proxyConfig": {
16    "useApifyProxy": true,
17    "apifyProxyGroups": [
18      "RESIDENTIAL"
19    ]
20  }
21}' |
22apify call epctex/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:

Developer
Maintained by Community
Actor metrics
  • 16 monthly users
  • 11 stars
  • 100.0% runs succeeded
  • Created in Oct 2018
  • Modified about 5 hours ago