AppSumo Deals Scraper avatar

AppSumo Deals Scraper

Pricing

from $1.00 / 1,000 results

Go to Apify Store
AppSumo Deals Scraper

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

Alam

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

8 days ago

Last modified

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

ParameterTypeDefaultDescription
startUrlsArrayβ€”AppSumo URLs to scrape (deal pages, category pages, browse pages)
searchQueryStringβ€”Search deals by keyword
categorySelectAllFilter by category (Marketing & Sales, Development & IT, Design, etc.)
sortSelectRecommendedSort order: Recommended, Popular, or New
fetchDealDetailsBooleantrueFetch full details (plans, features, FAQs) for each deal
maxReviewsInteger0Max reviews per deal (0 = skip reviews)
maxItemsInteger100Max deals to scrape (0 = all)

πŸ“Š Output Fields

Each deal contains:

FieldDescription
nameProduct name
priceCurrent deal price (USD)
originalPriceOriginal price before discount
discountPercentPercentage savings
averageRatingAverage review rating (1-5)
reviewCountTotal number of reviews
category / subcategoryProduct taxonomy
alternativeToCompetitors this product replaces
integrationsSupported integrations
planTypeDeal type (e.g. "Lifetime Deal")
plansFull pricing tiers with features (when details enabled)
faqsFrequently asked questions (when details enabled)
coreFeaturesKey product features (when details enabled)
reviewsSummaryAI-generated review summary (when details enabled)
reviewBreakdownStar 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 searchQuery for targeted searches (e.g. "email marketing", "CRM", "AI writing")
  • Set fetchDealDetails: false for faster bulk scraping (listing data only)
  • Enable maxReviews when you need customer feedback data
  • Use startUrls to scrape specific deals or categories
  • Filter by category to 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}
}