VOOZH about

URL: https://apify.com/shahidirfan/kickstarter-scraper

⇱ Kickstarter Scraper πŸš€ Β· Apify


Pricing

from $1.00 / 1,000 results

Go to Apify Store

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

(5)

Developer

πŸ‘ Shahid Irfan

Shahid Irfan

Maintained by Community

Actor stats

3

Bookmarked

65

Total users

23

Monthly active users

4 days ago

Last modified

Share

Kickstarter Projects Scraper

Extract Kickstarter campaign data quickly and reliably from Discover pages. Collect funding metrics, creator info, campaign status, category details, video links, location metadata, and direct campaign links in structured format for research, analysis, and monitoring workflows.

Features

  • High-speed collection β€” Gather project data fast with pagination support.
  • Rich campaign fields β€” Capture IDs, status, funding metrics, timeline data, category metadata, creator profile links, and media fields.
  • Flexible discovery scope β€” Start from default Discover, custom Discover URL, or category + sort filters.
  • Duplicate-safe output β€” Saves unique campaigns only.
  • Automation-ready dataset β€” Output is structured for dashboards, analytics pipelines, and alerts.

Use Cases

Market Research

Track active Kickstarter campaigns across categories to understand demand patterns, launch volume, and funding momentum.

Competitive Intelligence

Monitor campaigns in your niche, compare performance signals, and identify positioning trends.

Creator Prospecting

Build lead lists of active creators with campaign links, creator identifiers, and location context.

Campaign Benchmarking

Analyze goals, pledged amounts, backer counts, and funding progress percentages for benchmarking.

Ongoing Monitoring

Run on a schedule to capture newly launched projects and changes in campaign performance.


Input Parameters

ParameterTypeRequiredDefaultDescription
startUrlStringNo"https://www.kickstarter.com/discover"Custom Kickstarter Discover URL to start from.
categoryStringNo""Category filter for Discover results.
sortStringNo"magic"Sort mode: magic, popularity, newest, end_date, most_funded.
results_wantedIntegerNo20Maximum number of projects to collect.
max_pagesIntegerNo0Maximum number of result pages to process (0 means unlimited until results_wanted is reached).
proxyConfigurationObjectNoApify ProxyProxy settings for stable access at scale. Default uses Apify datacenter pool; you can set residential if your plan supports it.

Output Data

Each dataset item contains:

FieldTypeDescription
project_idStringKickstarter project identifier.
slugStringProject slug used in the campaign URL.
stateStringCampaign state (for example live).
titleStringCampaign title.
blurbStringShort campaign summary text.
creatorStringCreator display name.
creator_idStringCreator identifier.
creator_slugStringCreator slug.
creator_profile_urlStringCreator profile URL.
creator_avatar_urlStringCreator avatar image URL.
urlStringCampaign URL.
rewards_urlStringCampaign rewards URL.
image_urlStringMain campaign image URL.
currencyStringCampaign currency code.
currency_symbolStringCurrency symbol.
current_currencyStringCurrent reporting currency code.
fx_rateStringExchange rate used for the converted pledged amount.
countryStringCountry code.
country_displayable_nameStringHuman-readable campaign country name.
funding_goalStringFunding goal amount.
pledgedStringPledged amount in campaign currency.
usd_pledgedStringPledged amount in USD.
converted_pledged_amountStringConverted pledged amount returned by Kickstarter.
backersStringNumber of backers.
days_leftStringEstimated days left until deadline.
percentage_fundedStringPercentage of goal achieved.
staff_pickBooleanWhether campaign is marked staff pick.
spotlightBooleanSpotlight status.
is_starrableBooleanWhether the project can currently be starred.
prelaunch_activatedBooleanWhether prelaunch mode was activated for the project.
is_in_post_campaign_pledging_phaseBooleanWhether late pledging is active for the project.
categoryStringCategory name.
category_idStringCategory identifier.
category_slugStringCategory path slug.
parent_categoryStringParent category name.
created_atStringCampaign creation time (ISO datetime).
launched_atStringCampaign launch time (ISO datetime).
deadlineStringCampaign deadline (ISO datetime).
state_changed_atStringLast campaign state change time (ISO datetime).
locationStringCampaign location text.
location_idStringLocation identifier.
location_slugStringKickstarter location slug.
location_countryStringLocation country code.
location_stateStringLocation state or region.
video_high_urlStringHigh-quality campaign video URL when available.
video_hls_urlStringHLS campaign video URL when available.

Usage Examples

Basic Collection

Collect 20 projects from default Discover.

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

Category-Focused Run

Collect newest technology projects.

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

Custom Discover URL

Use a pre-filtered Discover URL and collect a larger dataset.

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

Proxy Configuration

Recommended configuration for production runs.

{
"proxyConfiguration":{
"useApifyProxy":true,
"apifyProxyGroups":["RESIDENTIAL"]
}
}

Sample Output

{
"project_id":"110704211",
"slug":"foes-of-middle-earth-balrog",
"state":"live",
"title":"Foes of Middle-earth",
"blurb":"Explore Middle-earth as the Fellowship and face the Balrog in a thrilling official licensed boardgame!",
"creator":"D20 Culture",
"creator_id":"484999643",
"creator_slug":"d20culture",
"creator_profile_url":"https://www.kickstarter.com/profile/d20culture",
"creator_avatar_url":"https://i.kickstarter.com/assets/...png",
"url":"https://www.kickstarter.com/projects/d20culture/foes-of-middle-earth-balrog",
"rewards_url":"https://www.kickstarter.com/projects/d20culture/foes-of-middle-earth-balrog/rewards",
"image_url":"https://i.kickstarter.com/assets/...jpeg",
"currency":"USD",
"currency_symbol":"$",
"current_currency":"USD",
"fx_rate":"1",
"country":"US",
"country_displayable_name":"the United States",
"funding_goal":"50000",
"pledged":"315445",
"usd_pledged":"315445.0",
"converted_pledged_amount":"315445",
"backers":"1100",
"days_left":"29",
"percentage_funded":"630.89",
"staff_pick":true,
"spotlight":false,
"is_starrable":true,
"prelaunch_activated":false,
"is_in_post_campaign_pledging_phase":false,
"category":"Tabletop Games",
"category_id":"34",
"category_slug":"games/tabletop games",
"parent_category":"Games",
"created_at":"2025-07-21T17:58:34.000Z",
"launched_at":"2026-02-09T15:50:33.000Z",
"deadline":"2026-03-11T14:50:33.000Z",
"state_changed_at":"2026-02-09T15:50:38.000Z",
"location":"Miami, FL",
"location_id":"2450022",
"location_slug":"miami-fl",
"location_country":"US",
"location_state":"FL",
"video_high_url":"https://v2.kickstarter.com/...mp4",
"video_hls_url":"https://v2.kickstarter.com/...m3u8"
}

Tips for Best Results

Start Small, Then Scale

  • Start with results_wanted: 20 and low max_pages to validate your filters.
  • Increase limits after confirming output quality.

Use Focused Inputs

  • Use a targeted startUrl or category filter for more relevant datasets.
  • Choose sort mode based on your goal, such as newest for fresh launches.

Keep Runs Reliable

  • Use residential proxies for stable access over longer runs.
  • Schedule smaller recurring runs instead of very large one-off pulls.

Integrations

Connect Kickstarter data with:

  • Google Sheets β€” Build quick tracking sheets for campaign monitoring.
  • Airtable β€” Create searchable project databases.
  • Make β€” Automate post-processing and notifications.
  • Zapier β€” Trigger workflows from completed runs.
  • Webhooks β€” Send results to your internal systems.

Export Formats

  • JSON β€” Ideal for APIs and data pipelines.
  • CSV β€” Easy spreadsheet analysis.
  • Excel β€” Business reporting workflows.
  • XML β€” Legacy system integrations.

Frequently Asked Questions

How many projects can I collect per run?

You can collect up to your configured limits using results_wanted and max_pages.

Can I use my own filtered Kickstarter Discover URL?

Yes. Set startUrl to any valid Kickstarter Discover URL.

Will duplicate projects be saved?

No. The actor keeps unique projects only.

Why are some fields sometimes empty?

Some campaigns do not expose every attribute consistently, so a few fields may be null.

Can I automate this daily or hourly?

Yes. Use Apify schedules to run at your preferred frequency.

Is proxy configuration required?

Not always, but residential proxies are recommended for stable runs at scale.


Support

For issues or feature requests, use Apify Actor support channels.

Resources


Legal Notice

This actor is intended for legitimate data collection purposes. You are responsible for complying with Kickstarter terms, applicable laws, and responsible data use policies.

You might also like

Kickstarter Scraper

automation-lab/kickstarter-scraper

Extract Kickstarter project data: funding goals, pledges, backer counts, creator info, and campaign details. Search by keyword, category, or status. Export as JSON, CSV, or Excel. Schedule daily runs to track crowdfunding trends.

πŸ‘ User avatar

Stas Persiianenko

28

Kickstarter Scraper

epctex/kickstarter-scraper

The ultimate and most all-encompassing Kickstarter tool you'll ever discover. With powerful search features, you can instantly locate and access any live project on Kickstarter.com. Search by location, project status, funding progress, and more. User-friendly, cost-effective, and without limitations

Kickstarter Scraper

qbie/kickstarter-scraper

Search Kickstarter projects based on your selected criteria and get structured data on matching projects. Download your data as HTML table, JSON, CSV, Excel, XML, and RSS feed. Forked from misceres/kickstarter-search.

433

2.0

Kickstarter Scraper πŸš€

simpleapi/kickstarter-scraper

πŸš€ Kickstarter Scraper extracts data from Kickstarter campaignsβ€”funding goals, rewards, backers, categories, and more. Automate lead research, market insights, and competitive analysis with clean, export-ready results. πŸ“ˆβœ¨

E-commerce Store Data Enricher

trovevault/e-commerce-store-data-enricher

Takes a list of e-commerce store domains and extracts comprehensive public data from each store, including merchant info, contact details, social media profiles, platform detection, and more.

Kickstarter Scraper πŸš€

scraper-engine/kickstarter-scraper

πŸš€ Kickstarter Scraper extracts campaign data fastβ€”titles, funding, backers, updates, and moreβ€”from Kickstarter. Ideal for market research, trend tracking, and lead generation. πŸ“ˆ Get actionable insights instantly with kickstarter-scraper!

πŸ‘ User avatar

Scraper Engine

2

Kickstarter Scraper πŸš€

api-empire/kickstarter-scraper

πŸš€ Kickstarter Scraper extracts detailed Kickstarter campaign data fastβ€”categories, funding, goals, timelines, backers & more. βœ… Build leads, fuel research, and track trends effortlessly. Perfect for market research, sales & creators. πŸ“ˆ

Kick Data Scraper

aitooolsmax/kick-data-scraper

Discover Kick channels and get clean channel snapshots from search, category browsing, livestream discovery, or direct slugs.

43

Kickstarter Scraper πŸš€

scrapier/kickstarter-scraper

Extract Kickstarter campaign data including project details, funding progress, goals, backer counts, categories, creators, rewards, and launch dates. Ideal for market research, trend analysis, lead generation, investment research, and business intelligence.

Kickstarter Scraper πŸš€

scrapio/kickstarter-scraper

πŸš€ Kickstarter Scraper extracts campaign data from Kickstarterβ€”titles, creators, funding, rewards & more. Perfect for market research, lead gen & competitor analysis. πŸ“Š Fast, reliable & export-ready.