AppSumo Deals Scraper
Pricing
from $1.00 / 1,000 results
Go to Apify Store

AppSumo Deals Scraper
Scrape AppSumo deals, pricing plans, reviews, and product details. Get Lifetime Deal data with tiers, ratings, categories, alternatives, integrations, and star breakdowns.
Pricing
from $1.00 / 1,000 results
Rating
0.0
(0)
Developer
Alam
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
8 days ago
Last modified
Categories
Share
π Awesome AppSumo Deals Scraper
Scrape deals, pricing plans, reviews, and detailed product information from AppSumo β the largest lifetime deal marketplace for SaaS software.
β¨ What You Get
- Deal listings β name, price, original price, discount %, rating, review count, category
- Pricing plans β all tiers with terms and features for each plan
- Reviews β ratings, comments, upvotes, purchase verification, user details
- Product details β features, FAQs, alternatives, integrations, trending score, money-back guarantee period
- Categories β full taxonomy (group β category β subcategory)
π Input Options
| Parameter | Type | Default | Description |
|---|---|---|---|
| startUrls | Array | β | AppSumo URLs to scrape (deal pages, category pages, browse pages) |
| searchQuery | String | β | Search deals by keyword |
| category | Select | All | Filter by category (Marketing & Sales, Development & IT, Design, etc.) |
| sort | Select | Recommended | Sort order: Recommended, Popular, or New |
| fetchDealDetails | Boolean | true | Fetch full details (plans, features, FAQs) for each deal |
| maxReviews | Integer | 0 | Max reviews per deal (0 = skip reviews) |
| maxItems | Integer | 100 | Max deals to scrape (0 = all) |
π Output Fields
Each deal contains:
| Field | Description |
|---|---|
name | Product name |
price | Current deal price (USD) |
originalPrice | Original price before discount |
discountPercent | Percentage savings |
averageRating | Average review rating (1-5) |
reviewCount | Total number of reviews |
category / subcategory | Product taxonomy |
alternativeTo | Competitors this product replaces |
integrations | Supported integrations |
planType | Deal type (e.g. "Lifetime Deal") |
plans | Full pricing tiers with features (when details enabled) |
faqs | Frequently asked questions (when details enabled) |
coreFeatures | Key product features (when details enabled) |
reviewsSummary | AI-generated review summary (when details enabled) |
reviewBreakdown | Star rating distribution (when details enabled) |
π‘ Use Cases
- Market research β Track lifetime deal pricing and trends across SaaS categories
- Competitive analysis β Monitor alternatives, pricing tiers, and customer sentiment
- Lead generation β Find SaaS products by category with contact details
- Price monitoring β Track deal prices, discounts, and availability changes
- Review analysis β Extract customer feedback for sentiment analysis
π§ Tips
- Use
searchQueryfor targeted searches (e.g. "email marketing", "CRM", "AI writing") - Set
fetchDealDetails: falsefor faster bulk scraping (listing data only) - Enable
maxReviewswhen you need customer feedback data - Use
startUrlsto scrape specific deals or categories - Filter by
categoryto focus on a specific niche
π Example Output
{"name": "Acumbamail","price": 99,"originalPrice": 839,"discountPercent": 88,"averageRating": 4.48,"reviewCount": 781,"category": "Marketing & Sales","subcategory": "Email Marketing","planType": "Lifetime Deal","alternativeTo": ["ActiveCampaign", "Mailchimp"],"plans": [{"tier": 1, "price": 99, "originalPrice": 839, "features": ["20,000 email sends/month"]},{"tier": 2, "price": 199, "originalPrice": 1222}],"reviewBreakdown": {"1_star": 66, "2_star": 17, "3_star": 25, "4_star": 39, "5_star": 634}}