Kickstarter Scraper πŸš€ avatar

Kickstarter Scraper πŸš€

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Kickstarter Scraper πŸš€

Kickstarter Scraper πŸš€

Unlock crowdfunding insights with this powerful extraction tool. Scrape Kickstarter campaigns to track funding goals, backers, rewards, and project descriptions. Ideal for market research, trend analysis, and monitoring successful launches. Start gathering data today!

Pricing

from $1.00 / 1,000 results

Rating

5.0

(6)

Developer

Shahid Irfan

Shahid Irfan

Maintained by Community

Actor stats

3

Bookmarked

98

Total users

32

Monthly active users

3 days ago

Last modified

Share

What does Kickstarter Scraper do?

Kickstarter Scraper collects structured campaign data from Kickstarter's public discover pages without requiring an official API. You enter a Kickstarter Discover URL or pick a category and sort order, and the Actor returns funding metrics, creator details, campaign status, category metadata, video links, location information, and direct campaign URLs. The output is ready for market research, competitor monitoring, creator prospecting, and campaign benchmarking.

Why use Kickstarter Scraper?

  • Structured campaign dataset - Collect 50+ fields per project including funding goals, pledged amounts, backer counts, deadlines, staff pick status, and category paths in clean tabular format.
  • Automation-ready output - Export results to JSON, CSV, Excel, or XML and connect to dashboards, analytics pipelines, or monitoring alerts.
  • Use-case fit - Track active campaigns across categories, compare performance signals, build creator lead lists, and run recurring collections for trend analysis.

What data can you extract from Kickstarter?

FieldDescription
titleCampaign title
urlDirect campaign URL
creatorCreator display name
creator_profile_urlCreator profile link
stateCampaign state (live, successful, failed, etc.)
pledgedPledged amount in campaign currency
funding_goalFunding goal amount
usd_pledgedPledged amount converted to USD
backersNumber of backers
percentage_fundedPercentage of funding goal achieved
days_leftEstimated days until deadline
staff_pickWhether Kickstarter marked it as a staff pick
categoryCampaign category name
parent_categoryParent category (Art, Design, Games, etc.)
currencyCampaign currency code
country_displayable_nameHuman-readable country name
locationCampaign location text
launched_atCampaign launch time (ISO datetime)
deadlineCampaign deadline (ISO datetime)
video_high_urlHigh-quality campaign video URL when available
image_urlMain campaign image URL

The full output also includes exchange rates, reward URLs, creator IDs, analytics names, prelaunch status, late pledging flags, and location identifiers.

How to use Kickstarter Scraper

  1. Open the Actor on Apify Store.
  2. Leave the default Discover URL or enter a custom one.
  3. Optionally pick a category and sort order.
  4. Set the maximum number of projects to collect.
  5. Run the Actor.
  6. Download the dataset or connect it to your workflow.

Input Parameters

ParameterTypeRequiredDefaultDescription
startUrlStringNo"https://www.kickstarter.com/discover"Custom Kickstarter Discover URL to start from.
categoryStringNo-Category filter such as Art, Comics, Design, Tech, Games, Music, Film, Food, or Publishing.
sortStringNo"magic"Sort order: magic, popularity, newest, end_date, most_funded.
results_wantedIntegerNo20Maximum number of projects to collect.
max_pagesIntegerNo5Safety cap on pages to process (higher values allow deeper collections).
proxyConfigurationObjectNoApify ProxyProxy settings. Residential proxies are recommended for large runs.

Output Data

FieldTypeDescription
project_idStringKickstarter project identifier
slugStringProject slug used in the campaign URL
stateStringCampaign state (live, successful, failed, canceled, suspended)
titleStringCampaign title
blurbStringShort campaign summary text
creatorStringCreator display name
creator_profile_urlStringCreator profile URL
urlStringCampaign URL
currencyStringCampaign currency code
funding_goalStringFunding goal amount
pledgedStringPledged amount in campaign currency
usd_pledgedStringPledged amount in USD
backersStringNumber of backers
days_leftStringEstimated days until deadline
percentage_fundedStringPercentage of goal achieved
staff_pickBooleanWhether campaign is a staff pick
categoryStringCategory name
parent_categoryStringParent category name
country_displayable_nameStringHuman-readable country name
locationStringCampaign location text
created_atStringCampaign creation time (ISO datetime)
launched_atStringCampaign launch time (ISO datetime)
deadlineStringCampaign deadline (ISO datetime)
image_urlStringMain campaign image URL
video_high_urlStringHigh-quality campaign video URL when available
rewards_urlStringCampaign rewards URL

Additional fields include exchange rate data, creator identifiers, category IDs and slugs, analytics names, location identifiers, and status flags for prelaunch, late pledging, and starrable state.

Usage Examples

Basic Collection

Collect 20 projects from the default Discover page.

{
"startUrl": "https://www.kickstarter.com/discover",
"results_wanted": 20
}

Category-Focused Run

Collect newest technology projects with a higher result limit.

{
"category": "Tech",
"sort": "newest",
"results_wanted": 50,
"max_pages": 10
}

Custom Discover URL

Use a pre-filtered Discover URL targeting a specific category and sort mode.

{
"startUrl": "https://www.kickstarter.com/discover/advanced?category_id=16&sort=most_funded",
"results_wanted": 100,
"max_pages": 20
}

Residential Proxy for Scale

Recommended input for production-scale collection runs.

{
"startUrl": "https://www.kickstarter.com/discover",
"category": "Design",
"results_wanted": 200,
"max_pages": 40,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"]
}
}

Sample Output

{
"project_id": "1542195646",
"slug": "zera-mini",
"state": "live",
"title": "ZERA mini - The True Card-Sized Cooling Fan",
"blurb": "TRUE Card-Sized | 13m/s Windspeed | 30,000RPM | 360Β° Rotatable | Intuitive Display | 69g Ultralight",
"creator": "ZERA Sonic",
"creator_id": "1747500264",
"creator_slug": "zerasonic",
"creator_profile_url": "https://www.kickstarter.com/profile/zerasonic",
"creator_avatar_url": "https://i.kickstarter.com/assets/...png",
"url": "https://www.kickstarter.com/projects/zerasonic/zera-mini",
"rewards_url": "https://www.kickstarter.com/projects/zerasonic/zera-mini/rewards",
"image_url": "https://i.kickstarter.com/assets/...png",
"pledged": "1374487",
"usd_pledged": "175231.05223671",
"static_usd_rate": "0.12748833",
"usd_exchange_rate": "0.12753568",
"converted_pledged_amount": "250276",
"backers": "2522",
"funding_goal": "30000",
"days_left": "22",
"percentage_funded": "4581.62",
"currency": "HKD",
"currency_symbol": "$",
"current_currency": "AUD",
"fx_rate": "0.18208741",
"currency_trailing_code": true,
"country": "HK",
"country_displayable_name": "Hong Kong",
"staff_pick": true,
"spotlight": false,
"is_starrable": true,
"is_launched": true,
"prelaunch_activated": true,
"is_in_post_campaign_pledging_phase": false,
"disable_communication": false,
"category": "Product Design",
"category_id": "28",
"category_slug": "design/product design",
"category_analytics_name": "Product Design",
"parent_category": "Design",
"parent_category_id": "7",
"created_at": "2026-06-05T06:42:08Z",
"launched_at": "2026-07-02T12:44:59Z",
"deadline": "2026-08-11T12:44:59Z",
"state_changed_at": "2026-07-02T12:45:03Z",
"location": "Hong Kong, Hong Kong",
"location_id": "2165352",
"location_slug": "hong-kong-hk",
"location_country": "HK",
"location_state": "Hong Kong Island",
"location_type": "Town",
"video_high_url": "https://v2.kickstarter.com/...mp4",
"video_hls_url": "https://v2.kickstarter.com/...m3u8"
}

Tips for Best Results

  • Start with a small results_wanted value to validate your filters and confirm output quality.
  • Use a specific category or curated Discover URL to get more relevant datasets.
  • Choose the sort mode that matches your goal: newest for fresh campaigns, most_funded for top performers, magic for recommended results.
  • Residential proxies help maintain stability during longer collection runs.
  • Schedule smaller recurring runs instead of very large one-off pulls for ongoing monitoring.

Integrations

  • Google Sheets - Send campaign data to spreadsheets for collaborative analysis.
  • Webhooks - Trigger downstream workflows after each completed run.
  • Make or Zapier - Connect results to no-code automations and notifications.
  • API - Access datasets programmatically from your own systems.

Export Formats

  • JSON - For APIs, pipelines, and programmatic use.
  • CSV - For spreadsheet analysis and filtering.
  • Excel - For business reporting and presentation.
  • XML - For legacy system compatibility.

Frequently Asked Questions

How many Kickstarter projects can I collect per run?

You can collect up to the limit you set in results_wanted. The max_pages parameter caps how many result pages the Actor processes.

Can I use my own Kickstarter Discover URL?

Yes. Set startUrl to any valid Kickstarter Discover page URL, including advanced filtered URLs with category and sort parameters.

Will duplicate projects appear in the output?

No. The Actor keeps unique projects based on project ID.

Why are some fields empty for certain projects?

Some campaigns do not publish every attribute. Video URLs, exchange rates, and location details may be missing for some projects.

Can I schedule this Actor to run automatically?

Yes. Apify Console lets you schedule runs at hourly, daily, weekly, or custom intervals.

Scraping public web data can be legal, but you are responsible for complying with applicable laws, Kickstarter's terms of service, and data use policies.

  • Etsy Scraper - Extract product listings, pricing, seller data, and ratings from Etsy's marketplace for ecommerce research and trend analysis.
  • Hostelworld Hotels Scraper - Collect accommodation listings, pricing, ratings, and location data from Hostelworld for travel market intelligence.
  • Apify Store Scraper - Gather actor listings, descriptions, pricing, and usage stats from the Apify Store for marketplace research and competitive analysis.

Support

For issues, feature requests, or custom Actor work, use the Issues tab on the Actor page or contact the developer through Apify.

This Actor is designed for legitimate data collection from publicly available Kickstarter pages. Users are responsible for using the data responsibly and complying with applicable laws and Kickstarter's terms of service.