AppSumo Product Scraper
Pricing
from $4.99 / 1,000 results
Go to Apify Store

AppSumo Product Scraper
Scrape products, deals, and offers from AppSumo marketplace. Extract prices, descriptions, reviews, features and more.
Pricing
from $4.99 / 1,000 results
Rating
0.0
(0)
Developer
Coding Frontned
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
13 days ago
Last modified
Categories
Share
AppSumo Product Scraper ๐๏ธ
Scrape products, deals, and offers from AppSumo.com โ the marketplace for one-time software deals for entrepreneurs. Extracts comprehensive product data including prices, discounts, ratings, features, and reviews summaries.
Features
- Browse all deals โ scrapes the entire AppSumo catalog (350+ active deals)
- Search by keyword โ finds deals matching specific search terms
- Discount calculations โ computes percentage discounts vs. original price
- Rich product data โ name, tagline, category, pricing, rating, features, reviews summary
- Pagination support โ automatically loads more products via "Load More" / scroll
- Playwright + fingerprinting โ bypass basic bot detection
Input Parameters
| Field | Type | Default | Description |
|---|---|---|---|
mode | string | "browse" | browse (all deals) / search (keyword) / productUrl (specific URLs) |
searchQuery | string | โ | Search keyword (used with mode: search) |
productUrls | array | [] | Specific AppSumo product URLs |
category | string | โ | Category slug filter (e.g. marketing-sales, seo) |
maxItems | integer | 50 | Max products to scrape (1โ500) |
proxyConfiguration | object | โ | Apify proxy config (residential recommended) |
Example INPUT.json
{"mode": "browse","maxItems": 100,"proxyConfiguration": { "useApifyProxy": true }}
Output Fields
| Field | Type | Description |
|---|---|---|
position | integer | Rank (1-based) |
id | string | AppSumo deal ID |
name | string | Product name |
tagline | string | Short product description |
description | string | Full product description (when available) |
reviewsSummary | string | AI-generated reviews summary |
rating | number | Average rating (0โ5) |
category | string | Product category |
subcategory | string | Product subcategory |
price | number | Current AppSumo price ($) |
originalPrice | number | Original/retail price ($) |
discount | string | Discount percentage (e.g. 93%) |
isFree | boolean | Whether the product is free |
status | string | Deal status (current, expired, coming-soon) |
percentClaimed | number | Percentage of licenses claimed |
featuredImageUrl | string | Product banner image URL |
logoUrl | string | Product logo URL |
tags | array | Product tags |
features | array | Key features list |
planTypes | array | Available plan types |
url | string | AppSumo product page URL |
scrapedAt | string | ISO 8601 timestamp |
Notes
- AppSumo loads products via client-side rendering after the initial 20 SSR products
- AppSumo may use Cloudflare protection โ residential proxies improve reliability
- For 350+ deals,
maxItems: 350will paginate automatically