Kickstarter Project Scraper avatar

Kickstarter Project Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Kickstarter Project Scraper

Kickstarter Project Scraper

Extract crowdfunding project data from Kickstarter like name, blurb, goal, pledged amount, backers, deadline, creator, category, country, and more. Uses the public search API for reliable results.

Pricing

from $3.00 / 1,000 results

Rating

5.0

(14)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

15

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Extract crowdfunding project data from Kickstarter.com — name, description, funding goal, pledged amount, backers, deadline, creator, category, country, and more. Uses the public Kickstarter search API for 100% reliable structured data.

Features

  • 31 output fields per project — complete API data in clean flat format
  • Search by keyword with filters for state, sort order, category
  • Pagination — fetch up to 2000 projects per run
  • No proxy needed — Kickstarter's public search API is accessible with Chrome TLS impersonation
  • Fast — ~20 projects/second via the official API
  • No nulls — every field has a typed default

Input

FieldTypeDescription
searchQueriesArrayKeywords to search on Kickstarter (e.g., "smartwatch")
stateStringFilter by state: any, live, successful, failed, canceled, submitted (default any)
sortStringSort order: popularity, newest, end_date, most_funded, most_backed (default popularity)
maxResultsIntegerMax projects to return (default 50, max 2000)

Example Input

{
"searchQueries": ["smartwatch", "board game"],
"state": "live",
"sort": "popularity",
"maxResults": 100
}

Output

Each project has 31 fields:

Identity

FieldTypeDescription
idIntegerKickstarter project ID
urlStringProject URL
slugStringURL slug
nameStringProject name
blurbStringShort description

Funding

FieldTypeDescription
goalNumberFunding goal
pledgedNumberAmount pledged
usdPledgedNumberAmount pledged (USD)
percentFundedNumber% of goal funded
currencyStringCurrency code
currencySymbolStringCurrency symbol
backersCountIntegerNumber of backers

Status

FieldTypeDescription
stateStringlive, successful, failed, canceled, submitted
staffPickBooleanFeatured as staff pick
spotlightBooleanFeatured in spotlight

Dates

FieldTypeDescription
deadlineStringCampaign deadline (ISO 8601)
launchedAtStringLaunch date (ISO 8601)
createdAtStringCreation date (ISO 8601)

Location & Category

FieldTypeDescription
countryStringCountry code
countryNameStringCountry name
locationStringCity/region
categoryStringCategory name
categorySlugStringCategory slug

Creator & Media

FieldTypeDescription
creatorNameStringCreator name
creatorUrlStringCreator profile URL
creatorAvatarStringCreator avatar image
photoFullStringFull-size project photo
photoThumbStringThumbnail photo
videoUrlStringProject video URL

| query | String | Search query that matched | | scrapedAt | String | ISO 8601 scrape timestamp |

Example Output

{
"id": 1399308374,
"url": "https://www.kickstarter.com/projects/ridebeeline/beeline-moto-ii-...",
"slug": "beeline-moto-ii-beautifully-simple-nav-for-motorcyclists",
"name": "Beeline Moto II | Beautifully Simple Motorcycle Navigation",
"blurb": "Easily plan, navigate and track fantastic motorcycling routes...",
"state": "successful",
"staffPick": true,
"goal": 50000,
"pledged": 516295,
"usdPledged": 651140.5,
"percentFunded": 1032.59,
"currency": "GBP",
"currencySymbol": "£",
"backersCount": 2645,
"deadline": "2024-03-15T11:20:01+00:00",
"country": "GB",
"countryName": "United Kingdom",
"category": "Product Design",
"creatorName": "Beeline",
"photoFull": "https://ksr-ugc.imgix.net/...",
"scrapedAt": "2026-04-10T12:00:00+00:00"
}

FAQ

Q: Does this need an API key? No — Kickstarter's search.json endpoint is publicly accessible. The scraper uses Chrome TLS impersonation to bypass basic bot detection.

Q: How many projects can I scrape per run? Up to 2000 per run (with pagination). For larger datasets, run multiple searches with different queries.

Q: Can I filter by category or country? Filter by category by including the category name in your search query (e.g., "board game" or "tabletop"). Country filtering requires post-processing.

Q: How fresh is the data? Live — each run queries the Kickstarter API directly, returning real-time project data.

Use Cases

  • Crowdfunding market research — track trends in product categories
  • Competitive intelligence — monitor similar projects before launching yours
  • Investment research — discover high-growth crowdfunded products
  • Product discovery — find innovative projects before they go mainstream
  • Creator outreach — identify active creators for partnerships