Kickstarter Scraper avatar

Kickstarter Scraper

Pricing

from $0.85 / 1,000 kickstarter project returneds

Go to Apify Store
Kickstarter Scraper

Kickstarter Scraper

[💰 $0.85-$1.00 / 1K] Find and export structured Kickstarter campaign data with flexible search, category, state, sorting, and pagination controls.

Pricing

from $0.85 / 1,000 kickstarter project returneds

Rating

0.0

(0)

Developer

Fetch Finch

Fetch Finch

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Find and export structured Kickstarter campaign data for market research, campaign discovery, competitor tracking, trend analysis, and lead generation.

Kickstarter Scraper searches public Kickstarter Discover results and returns clean, deduplicated records that are ready for analysis, spreadsheets, databases, or downstream automations.

Features

  • Search by keyword, category, campaign state, and sort order.
  • Use exact Kickstarter Discover URLs for advanced filters and subcategories.
  • Scan multiple result pages with a configurable project and page limit.
  • Combine multiple Discover URLs in one run and automatically remove duplicates.
  • Get campaign funding, progress, dates, creator, category, location, media, and public links in a consistent JSON structure.
  • Receive one chargeable result per unique campaign returned.

Quick start

{
"category": "games",
"state": "live",
"sort": "most_funded",
"maxItems": 100,
"maxPages": 5
}

For a keyword search:

{
"searchTerm": "board game",
"state": "live",
"sort": "newest",
"maxItems": 100,
"maxPages": 5
}

For advanced filters or a subcategory, provide the public Discover URL directly:

{
"startUrls": [
{
"url": "https://www.kickstarter.com/discover/categories/crafts?sort=magic&category_id[]=26&state[]=live"
}
],
"maxItems": 100,
"maxPages": 5
}

maxPages controls how many result pages are scanned for each Discover URL. maxItems controls the maximum number of unique campaign records returned.

Example tasks

Try a preconfigured workflow:

Dataset fields

Each campaign is returned as one normalized JSON record.

FieldIncluded data
projectId, slug, url, rewardsUrlCampaign identity and public links
title, blurb, description, statusCampaign copy and current state
goal, pledged, usdPledged, currency, percentFundedFunding and progress metrics
backersCount, daysRemaining, deadline, createdAt, launchedAtCampaign activity and timeline
creatorCreator name, profile, biography, and avatar data
categoryCategory, subcategory, parent category, and analytics names
locationCampaign location and country information
imageUrl, imageUrls, videoHighUrl, videoHlsUrlPublic campaign media
sourceUrl, dataSources, scrapedAtSource and collection metadata

Dates are returned as ISO-8601 timestamps. Funding values retain the campaign currency, with USD values included when supplied by Kickstarter. Records are deduplicated by campaign ID and canonical URL.

Common use cases

  • Discover campaigns in a market or niche.
  • Monitor new, live, upcoming, and recently completed campaigns.
  • Benchmark funding performance across categories.
  • Build campaign databases and research datasets.
  • Track competitor launches, creators, and product themes.
  • Feed campaign data into Airtable, Google Sheets, CRMs, or custom applications.

Pricing

You pay per unique campaign returned, making small searches and larger catalogue runs predictable. Set maxItems and maxPages to match the size of dataset you need.

Proxy settings

The optional proxy configuration lets you use Apify Proxy or provide a private HTTP/HTTPS proxy when required by your workflow.

Local development

npm install
npm test
apify run