Kickstarter Crowdfunding Campaign Scraper avatar

Kickstarter Crowdfunding Campaign Scraper

Pricing

from $1.60 / 1,000 record scrapeds

Go to Apify Store
Kickstarter Crowdfunding Campaign Scraper

Kickstarter Crowdfunding Campaign Scraper

Scrape Kickstarter campaigns across the whole site — all 15 categories and 154 subcategories — with funding goal, amount pledged, percent funded, backer count, creator history, launch date and deadline. Pick any mix of categories, or crawl everything.

Pricing

from $1.60 / 1,000 record scrapeds

Rating

0.0

(0)

Developer

BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

20 days ago

Last modified

Categories

Share

Kickstarter Tabletop Crowdfunding Tracker Scraper

Scrape Kickstarter tabletop game campaigns with structured funding data and creator history. Specializes in the tabletop category — board games, card games, RPGs, miniatures, and more — covering live campaigns, successful projects, and archived history.

What it does

This actor:

  • Searches Kickstarter's tabletop games category using the discover API
  • Collects campaign funding stats: goal, pledged amount, percent funded, backer count
  • Records creator metadata: name, profile URL, prior project count
  • Captures campaign timeline: launch date, deadline, location
  • Supports sorting by magic (recommended), newest, end date, most funded, or most backed
  • Filters by subcategory: tabletop games, playing cards, dice games, roleplaying games, or miniatures

Use cases

  • Publishers and distributors tracking competitor campaigns and market trends
  • Analysts and researchers studying crowdfunding velocity and backer behavior
  • BoardGameGeek community tracking new releases
  • Investors monitoring the tabletop gaming market
  • Marketing teams benchmarking campaigns against funded competitors

Input

FieldTypeDefaultDescription
maxItemsinteger10Maximum number of campaigns to scrape
sortstringmagicSort order: magic, newest, end_date, most_funded, most_backed
subcategorystring(all tabletop)Filter: tabletop games, playing cards, dice games, roleplaying games, miniatures

Output

Each record contains:

FieldTypeDescription
project_idstringKickstarter project ID
project_namestringCampaign title
project_urlstringFull URL to the project page
creator_namestringCreator/organization name
creator_urlstringCreator profile URL
creator_prior_projectsintegerNumber of prior campaigns by this creator
subcategorystringKS subcategory (e.g. "Tabletop Games")
blurbstringShort campaign description
statestringCampaign state: live, successful, failed, canceled
currencystringISO currency code (e.g. "USD")
goalnumberFunding goal amount
pledgednumberTotal amount pledged
percent_fundednumberPercent of goal funded
backers_countintegerTotal number of backers
launched_atstringLaunch timestamp (ISO 8601)
deadlinestringCampaign end timestamp (ISO 8601)
countrystringCreator country code
locationstringCreator city/location
updates_countintegerNumber of campaign updates
comments_countintegerNumber of comments
snapshot_atstringTimestamp when data was collected (ISO 8601)

Example output

{
"project_id": "645741475",
"project_name": "Earthborne Trailblazer",
"project_url": "https://www.kickstarter.com/projects/earthbornegames/earthborne-trailblazer",
"creator_name": "Earthborne Games",
"creator_url": "https://www.kickstarter.com/profile/earthbornegames",
"creator_prior_projects": 0,
"subcategory": "Tabletop Games",
"blurb": "Explore the wilderness of the far future in this cooperative adventure board game for 1-5 players.",
"state": "live",
"currency": "USD",
"goal": 150000,
"pledged": 372925,
"percent_funded": 248.6,
"backers_count": 2430,
"launched_at": "2026-05-26T15:01:05.000Z",
"deadline": "2026-06-16T15:01:05.000Z",
"country": "US",
"location": "St. Paul",
"updates_count": null,
"comments_count": null,
"snapshot_at": "2026-06-02T11:14:33.992Z"
}

Notes

  • Kickstarter is Cloudflare-protected. This actor reaches campaign data reliably.
  • Results come back 12 projects at a time, so large sweeps run for several minutes.
  • Paid runs are more reliable than free-tier runs on this target, and finish more of what they start.