Kickstarter Scraper β€” Crowdfunding Projects & Stats avatar

Kickstarter Scraper β€” Crowdfunding Projects & Stats

Pricing

from $0.0015 / project scraped

Go to Apify Store
Kickstarter Scraper β€” Crowdfunding Projects & Stats

Kickstarter Scraper β€” Crowdfunding Projects & Stats

Scrape Kickstarter projects: name, category, creator, goal, pledged, backers, percent funded, state, deadline and URL. Filter by sort, state, category or search term.

Pricing

from $0.0015 / project scraped

Rating

0.0

(0)

Developer

hiper soft

hiper soft

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

8 hours ago

Last modified

Categories

Share

Scrape Kickstarter crowdfunding projects into clean JSON, CSV or Excel. Get the name, category, creator, funding goal, amount pledged, backers, percent funded, state, launch date, deadline and URL for any discovery query. Fast and reliable.

Kickstarter Scraper input β€” search term, sort, state and results limit in the Apify Console

Features

  • πŸš€ Project data β€” name, blurb, category (+ parent), creator, country, location, image and URL
  • πŸ’° Funding stats β€” goal, pledged, percent funded, backers count and currency
  • 🏷️ Project state β€” live, successful or failed, plus staff-pick and spotlight flags
  • πŸ—“οΈ Timing β€” launch date and deadline for every project
  • πŸ”Ž Flexible discovery β€” search by keyword, category, state and sort order
  • ⚑ Clean output β€” structured JSON ready for analysis or export

Use cases

  • Product-launch research β€” study how similar products funded before you launch
  • Market & trend analysis β€” track categories, funding velocity and backer demand
  • Crowdfunding intelligence β€” benchmark goals, pledges and success rates
  • Lead generation β€” find active creators and companies to reach out to
  • Competitor tracking β€” monitor rival campaigns and their funding progress
  • Dataset building β€” assemble crowdfunding datasets for analytics or ML

How to scrape Kickstarter data

  1. Add the Kickstarter Scraper to your Apify account.
  2. Enter a term to search, or pick a categoryId.
  3. Choose a sort order and state filter, then set maxItems.
  4. Click Run.
  5. Export the results as JSON, CSV or Excel, or pull them via the Apify API.

Input

{
"term": "tabletop game",
"sort": "most_backed",
"state": "live",
"categoryId": null,
"maxItems": 200
}
FieldDescription
termKeyword search across Kickstarter projects
sortOrder: magic, popularity, newest, ending soon, most funded, most backed
stateFilter by live, successful, failed, or all
categoryIdKickstarter category id to narrow results
maxItemsMaximum number of projects to return

What you get

Kickstarter Scraper output example β€” crowdfunding projects with funding stats as structured JSON

{
"id": 1598765164,
"name": "The Guild: Ren Faire'd",
"blurb": "Help us celebrate The Guild's 20th anniversary...",
"state": "live",
"category": "Tabletop Games",
"categoryParent": "Games",
"creator": "Felicia Day",
"country": "US",
"location": "Los Angeles, CA",
"currency": "USD",
"goal": 1500000,
"pledged": 4016987,
"percentFunded": 267.8,
"backersCount": 26109,
"staffPick": true,
"spotlight": false,
"launchedAt": "2026-07-20T15:01:32.000Z",
"deadline": "2026-08-22T03:00:00.000Z",
"image": "https://ksr-ugc.imgix.net/…/project.jpg",
"url": "https://www.kickstarter.com/projects/feliciaday/watchtheguild",
"sourceUrl": "https://www.kickstarter.com",
"collectedAt": "2026-07-30T12:00:00.000Z"
}

Output schema

FieldTypeDescription
idintegerUnique Kickstarter project ID.
namestringProject title.
blurbstringShort project description.
statestringProject state, e.g. live, successful, failed.
categorystringProject category.
categoryParentstringParent category the project belongs to.
creatorstringName of the project creator.
countrystringTwo-letter country code of the creator.
locationstringCreator location as displayed.
currencystringCurrency code used for funding figures.
goalintegerFunding goal in the project currency.
pledgedintegerAmount pledged so far in the project currency.
percentFundednumberPercentage of the goal funded.
backersCountintegerNumber of backers.
staffPickbooleanWhether the project is a Kickstarter staff pick.
spotlightbooleanWhether the project is featured in spotlight.
launchedAtstring (ISO date)When the project launched.
deadlinestring (ISO date)When funding closes.
imagestring (URL)Project cover image URL.
urlstring (URL)Project page URL on Kickstarter.
sourceUrlstring (URL)Base source site URL.
collectedAtstring (ISO date)When the record was collected.

FAQ

Do I need a Kickstarter account or any setup? No account and no setup β€” just enter a search term or category and run.

How many projects can I get per run? Use maxItems to cap how many projects are returned. Combine it with sort and state to focus on the campaigns you care about.

Can I filter by category, state or sort order? Yes. Search by term or categoryId, filter by state (live / successful / failed / all), and order with sort (magic, popularity, newest, ending soon, most funded, most backed).

What's the output format? Structured JSON β€” one record per project with funding stats, category, creator, timing and URL. Export as JSON, CSV or Excel.

Is scraping Kickstarter legal? Only public data shown to any visitor on Kickstarter is collected. This is an independent tool, not affiliated with Kickstarter; check Kickstarter's Terms of Service and applicable regulations for your use case.

Can I integrate this with other tools? The Kickstarter Scraper can be connected with almost any cloud service or web app thanks to integrations on the Apify platform. It works with Make, Zapier, Slack, Airbyte, GitHub, Google Drive and many more, plus the Apify API, JavaScript/Python clients and MCP. Or use webhooks to trigger an action whenever a run finishes.

Notes

Original clean-room implementation. Returns only public data shown to any visitor on Kickstarter; you are responsible for compliance with Kickstarter's terms. Not affiliated with Kickstarter.