Kickstarter Tabletop Crowdfunding Tracker Scraper avatar

Kickstarter Tabletop Crowdfunding Tracker Scraper

Pricing

Pay per event

Go to Apify Store
Kickstarter Tabletop Crowdfunding Tracker Scraper

Kickstarter Tabletop Crowdfunding Tracker Scraper

Scrape Kickstarter tabletop game campaigns with structured pledge tiers, stretch goals, funding velocity, and creator history. Specialized for board games, card games, RPGs, and miniatures — categories not served by generic Kickstarter scrapers.

Pricing

Pay per event

Rating

0.0

(0)

Developer

BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

9 days ago

Last modified

Categories

Share

Scrape Kickstarter tabletop game campaigns with structured funding data, creator history, and pledge-tier information. 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
  • Enriches each project with pledge tier and stretch goal data from the detail page
  • 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
pledge_tiersstringJSON array of pledge tiers: [{title, amount_usd, backers, limit}]
stretch_goalsstringJSON array of stretch goals: [{amount_usd, title}]
launched_atstringLaunch timestamp (ISO 8601)
deadlinestringCampaign end timestamp (ISO 8601)
countrystringCreator country code
locationstringCreator city/location
estimated_deliverystringEstimated reward delivery date
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,
"pledge_tiers": null,
"stretch_goals": null,
"launched_at": "2026-05-26T15:01:05.000Z",
"deadline": "2026-06-16T15:01:05.000Z",
"country": "US",
"location": "St. Paul",
"estimated_delivery": null,
"updates_count": null,
"comments_count": null,
"snapshot_at": "2026-06-02T11:14:33.992Z"
}

Notes

  • Kickstarter is Cloudflare-protected. This actor uses a verified bypass approach to access campaign data reliably with residential proxy routing.
  • The discover API returns 12 projects per page. Large scrapes may take several minutes due to residential proxy latency.
  • pledge_tiers and stretch_goals are extracted from the project detail page when available.
  • Free-tier runs use Apify's residential proxy pool. Paid runs route through DataImpulse residential for higher reliability.