Crowd Supply Scraper avatar

Crowd Supply Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Crowd Supply Scraper

Crowd Supply Scraper

Scrape Crowd Supply (crowdsupply.com) - a crowdfunding platform focused on open-source hardware and electronics. Browse campaigns by category or search by keyword. Extracts project names, creators, funding status, amounts raised, backers, categories, and project URLs.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

18 hours ago

Last modified

Share

Scrape crowdfunding hardware campaigns from Crowd Supply — a platform specializing in open-source hardware, electronics, and maker projects. Fetches campaign data including funding status, amount raised, backer count, creator info, and project details. No login required.

Features

  • Browse Campaigns — Fetch all project campaigns from the Crowd Supply sitemap
  • Browse by Category — Filter campaigns by hardware category (maker-diy, robotics, audio, etc.)
  • Search Campaigns — Search campaigns by project name, creator, or description keyword
  • Extracts project name, creator, funding status, amount raised, percent funded, backers, update count, image, and description
  • Omit-empty output — no null fields in any record

Input

FieldTypeDescriptionDefault
modeSelectbrowseCampaigns, browseCategory, or searchCampaignsbrowseCampaigns
categorySlugSelectCategory to browse (e.g. maker-diy, robotics, audio-and-music)
searchQueryStringKeyword to search campaigns (e.g. raspberry pi, open source, sensor)
maxItemsIntegerMaximum number of campaigns to return (1–500)50

Available Categories

audio-and-music, cameras-and-lenses, computer-hardware-and-peripherals, electronics-components, gaming, health-and-fitness, industrial-tools, leds, maker-diy, networking, open-source-hardware, prosthetics, raspberry-pi, robotics, security-and-privacy, software-defined-radio, wearables, wireless

Output

Each record contains:

FieldTypeDescription
projectNameStringCampaign/project name
projectSlugStringURL slug
creatorSlugStringCreator/company URL slug
creatorStringCreator or company name
projectUrlStringDirect URL to the campaign page
fundingStatusStringStatus: Funded!, In Stock, Pre-order Now, Order Now, Coming Soon
amountRaisedStringTotal amount raised (e.g. $32,458)
percentFundedIntegerFunding percentage (e.g. 200)
backersIntegerNumber of backers
updateCountIntegerNumber of campaign updates posted
descriptionStringCampaign description
imageUrlStringCampaign cover image URL
creatorWebsiteStringCreator's external website URL
categoryStringHardware category slug
sourceStringAlways crowdsupply.com
scrapedAtStringISO 8601 timestamp when scraped

Example Output

{
"projectName": "Open Gadget Pro",
"projectSlug": "open-gadget-pro",
"creatorSlug": "maker-labs",
"creator": "Maker Labs Technologies",
"projectUrl": "https://www.crowdsupply.com/maker-labs/open-gadget-pro",
"fundingStatus": "Funded!",
"amountRaised": "$32,458",
"percentFunded": 200,
"backers": 134,
"updateCount": 10,
"description": "An open source hardware gadget for makers everywhere.",
"imageUrl": "https://cdn.crowdsupply.com/img/open-gadget-pro.jpg",
"source": "crowdsupply.com",
"scrapedAt": "2025-06-02T12:00:00+00:00"
}

Use Cases

  • Track open-source hardware crowdfunding campaigns and funding status
  • Monitor new hardware launches in categories like robotics, SDR, or maker-diy
  • Research crowdfunding success rates and backer engagement for hardware products
  • Build a hardware product discovery tool or trend monitor

FAQ

Does this require a Crowd Supply account? No. All data comes from Crowd Supply's public sitemap and project pages.

How many campaigns are available? The Crowd Supply sitemap lists thousands of project URLs. Use maxItems to limit results.

What does "Funded!" mean? The campaign met or exceeded its funding goal. "In Stock" means the product is available for purchase. "Coming Soon" means it hasn't launched yet.

Can I scrape a specific category like robotics? Yes — use browseCategory mode and set categorySlug to robotics (or any supported category).

What is Crowd Supply? Crowd Supply is a crowdfunding platform focused on open-source hardware, electronics, and maker projects. It's known for supporting high-quality, community-driven hardware campaigns.