Kickstarter Scraper - Funding, Backers & Deadlines avatar

Kickstarter Scraper - Funding, Backers & Deadlines

Pricing

$1.00 / 1,000 project scrapeds

Go to Apify Store
Kickstarter Scraper - Funding, Backers & Deadlines

Kickstarter Scraper - Funding, Backers & Deadlines

Search crowdfunding projects by keyword and get funding progress, goal, pledged amount, percent funded, backer count, average pledge, deadline and days left, plus creator, category and location. Filter by state and sort by most funded or ending soon.

Pricing

$1.00 / 1,000 project scrapeds

Rating

0.0

(0)

Developer

Goutam Soni

Goutam Soni

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

17 hours ago

Last modified

Share

Kickstarter Scraper

Track crowdfunding campaigns at scale. Search any topic and get funding progress, backer counts, deadlines and creator details in one clean row per project. No login and no API key.

What it does

  • Funding progress - goal, amount pledged, percent funded, and a plain isFunded flag so you can filter winners instantly.
  • Backer economics - backer count plus the average pledge per backer, which is the number that actually tells you how a campaign is performing.
  • Timing - launch date, deadline, and days remaining, so you can catch campaigns before they close.
  • Filter by state - live now, successful, unsuccessful, or upcoming.
  • Sort that matters - most funded, most backed, ending soon, newest, or popularity.
  • Creator and category - who is running it, in which category, from where.

Funding moves daily, so schedule the run to build a history of a campaign or a whole category.

Common uses: product and market research, spotting trends before launch, competitor and category tracking, lead lists of active creators, and building a crowdfunding dataset.

Input

FieldTypeDescription
searchTermsarrayTopics or keywords to search. One search per entry.
sortstringpopularity, newest, end_date, most_funded, most_backed.
statestringany, live, successful, failed, upcoming.
maxResultsPerTermintegerCap per term. Default 60, up to 5000.
proxyConfigurationobjectOptional. Enable to spread requests across IPs.

Example input

{
"searchTerms": ["board game", "synthesizer"],
"sort": "most_funded",
"state": "live",
"maxResultsPerTerm": 120
}

Output

Each item is one project.

{
"id": 100000001,
"name": "An Example Campaign",
"blurb": "A short pitch for the project.",
"state": "live",
"goal": 27000.0,
"pledged": 16578.0,
"percentFunded": 61.4,
"isFunded": false,
"backers": 38,
"averagePledge": 436.26,
"currency": "USD",
"pledgedUsd": 16578.0,
"launchedAt": "2026-06-20T09:00:00Z",
"deadline": "2026-08-01T09:00:00Z",
"daysLeft": 13,
"createdAt": "2026-06-01T09:00:00Z",
"creator": "Example Creator",
"category": "Tabletop Games",
"parentCategory": "Games",
"location": "Springfield, US",
"country": "US",
"url": "https://example.com/projects/an-example-campaign"
}

Campaigns with no backers yet return null for averagePledge, so the shape is always the same.

Notes

  • No login and no API key. Set your search terms and run.
  • Combine state: "live" with sort: "end_date" to find campaigns about to close.
  • Combine state: "successful" with sort: "most_funded" for benchmark research on what wins.
  • Results stop automatically once the feed runs out, so you are never charged for repeats.

To improve our actors we collect anonymized usage telemetry (run stats and input patterns). No personal account data is collected.