DigitalOcean Marketplace Scraper - Cloud App Catalog Data avatar

DigitalOcean Marketplace Scraper - Cloud App Catalog Data

Pricing

Pay per event

Go to Apify Store
DigitalOcean Marketplace Scraper - Cloud App Catalog Data

DigitalOcean Marketplace Scraper - Cloud App Catalog Data

Scrape the DigitalOcean Marketplace. Extract 1-Click apps, droplets, Kubernetes apps, and add-ons with names, vendors, categories, pricing model, and bundled software.

Pricing

Pay per event

Rating

0.0

(0)

Developer

BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

22 days ago

Last modified

Share

DigitalOcean Marketplace Scraper

Extract the complete catalog of apps, 1-Click Droplets, Kubernetes deployments, and add-ons from the DigitalOcean Marketplace. Each record includes the app name, vendor, category, description, pricing model, bundled software, and direct URL — ready for competitive intelligence, market analysis, or cloud-stack research.

What You Get

FieldDescription
app_nameApp or droplet name
slugURL slug (e.g. wordpress, prometheus-kubernetes)
vendorPublisher or vendor name
categoryMarketplace category (1-Click Apps, Kubernetes Apps, Add-ons)
taglineShort summary of the app
descriptionFull description (HTML stripped)
pricing_modelFree, Paid, or BYOL
ratingAverage rating (when available)
review_countNumber of reviews (when available)
software_includedComma-separated list of bundled software components
app_urlCanonical app detail URL

Usage

Scrape the full catalog

Leave all filters blank to retrieve all ~386 apps and add-ons:

{
"maxItems": 0
}

Filter by category

Set category to one of: 1-Click Apps, Kubernetes Apps, Add-ons, Droplets, Databases, CMS, Developer Tools, Security, Analytics.

{
"category": "Kubernetes Apps",
"maxItems": 50
}

Filter for add-ons only

{
"category": "Add-ons",
"maxItems": 0
}

Input Schema

FieldTypeDefaultDescription
categorystring(empty = all)Filter by marketplace category
maxItemsinteger200Max apps to return. 0 for unlimited.

Coverage

The DigitalOcean Marketplace sitemap lists approximately 386 app/add-on detail pages, covering:

  • 1-Click Droplets — pre-configured server images (WordPress, LAMP, Ghost, etc.)
  • Kubernetes Apps — Helm chart deployments (Prometheus, cert-manager, etc.)
  • Add-ons — SaaS integrations (third-party services billed through DigitalOcean)

Use Cases

  • ISV competitive intelligence — track which 1-Click apps are available and who publishes them
  • Cloud-stack research — discover vetted open-source stacks available on DigitalOcean infrastructure
  • Marketplace monitoring — periodically scrape to detect new app listings or removed ones
  • Pricing model analysis — compare Free vs Paid vs BYOL distribution across categories

Performance

Full catalog scrape (~386 URLs) typically completes in under 2 minutes. Memory usage stays under 256 MB.