Kickstarter Scraper - Funding, Backers & Deadlines
Pricing
$1.00 / 1,000 project scrapeds
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
17 hours ago
Last modified
Categories
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
isFundedflag 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
| Field | Type | Description |
|---|---|---|
searchTerms | array | Topics or keywords to search. One search per entry. |
sort | string | popularity, newest, end_date, most_funded, most_backed. |
state | string | any, live, successful, failed, upcoming. |
maxResultsPerTerm | integer | Cap per term. Default 60, up to 5000. |
proxyConfiguration | object | Optional. 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"withsort: "end_date"to find campaigns about to close. - Combine
state: "successful"withsort: "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.