AppSumo Deal Scraper
Pricing
Pay per usage
AppSumo Deal Scraper
Extract AppSumo lifetime deals, pricing, ratings, reviews and full product data without an API. Track new launches, monitor price changes and analyze the SaaS LTD market. Ideal for founders, deal hunters and affiliate marketers. JSON/CSV export.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Web Data Labs
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
5 hours ago
Last modified
Categories
Share
Extract AppSumo lifetime deals, pricing, and product data. Monitor new deals, track pricing changes, and research the SaaS market without an API.
What it does
Fetches live deals from the AppSumo browse catalog and returns clean, structured JSON for each deal — product name, tagline, price, original price, discount percent, ratings, review count, codes remaining, start/end dates, features, and the full product URL.
Perfect for:
- Lifetime deal trackers — alert on new deals or price changes
- SaaS researchers — understand what tools are being discounted and how deeply
- Competitor monitoring — track what AppSumo is promoting this week
- Affiliate sites & newsletters — build deal feeds without babysitting a scraper
Input
| Field | Type | Default | Description |
|---|---|---|---|
category | string | "" | Optional category slug (e.g. marketing, seo, ai, productivity, wordpress). Leave empty for all. |
maxItems | integer | 50 | Maximum number of deals to scrape (1–1000) |
includeExpired | boolean | false | Include ended/inactive deals |
Example:
{"category": "marketing","maxItems": 100,"includeExpired": false}
Output
Each record:
{"id": 254644,"deal_name": "Stackable","slug": "stackable","tagline": "Build stunning WordPress pages with custom blocks","price": 69,"original_price": 109,"discount_percent": 37,"currency": "USD","category": "WordPress","subcategory": "Page Builder","rating": "4.87","review_count": 53,"is_active": true,"has_started": true,"has_ended": false,"codes_remaining": 5744,"start_date": "2026-04-08T08:01:00Z","end_date": "2026-04-15T23:59:59Z","featured_image": "https://appsumo2-cdn.appsumo.com/...","product_logo": "https://appsumo2-cdn.appsumo.com/...","deal_url": "https://appsumo.com/products/stackable/","features": ["44 custom blocks", "Page builder-like options", "..."]}
How it works
The scraper hits AppSumo's public catalog API directly — no headless browser, no Cloudflare dance. Fast, cheap, and reliable.
Notes
- Respects rate limits with a short delay between requests.
- Returns only currently active deals by default. Set
includeExpired: trueto also get ended deals. - Data is sourced from AppSumo's public browse endpoint and is intended for research and monitoring.