AppSumo Scraper
Pricing
from $2.50 / 1,000 results
AppSumo Scraper
[๐ฐ $2.5 / 1K] Extract AppSumo software deals โ product names, taglines, lifetime deal prices, original prices, star ratings, review counts, categories, and deal status. Search by keyword, category, or AppSumo URLs. Great for SaaS market research and competitor analysis.
Pricing
from $2.50 / 1,000 results
Rating
0.0
(0)
Developer
SolidCode
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Pull software lifetime deals from AppSumo at scale โ deal price vs. original price, computed discount %, full multi-tier pricing plans, star ratings, review counts, lifetime-deal status, codes remaining, and company facts for every product. Built for SaaS founders, deal hunters, and market researchers who need a clean, structured feed of AppSumo's marketplace without copying deals off the site one card at a time.
Why This Scraper?
- Full multi-tier pricing plans per deal โ not just the headline price. Every plan tier (License Tier 1, 2, 3โฆ) comes with its own price, original price, and the exact terms included at that tier.
- Original vs. deal price with computed discount % โ each product carries
originalPrice,dealPrice, and a ready-to-usediscountPercentso you can rank deals by how deep the markdown really is. - Lifetime-deal status and codes remaining โ an
isLifetimeDealflag pluscodesRemainingwhen AppSumo exposes the counter, so you can spot deals that are genuinely running out. - Star rating and review count on every deal โ the aggregate
rating(out of 5) andreviewCountland on each row for instant social-proof filtering. - Seven software categories, six sort orders โ filter to Marketing & Sales, Operations, Media Tools, Development & IT, Build It Yourself, Customer Experience, or Finance, and sort by Recommended, Newest, Highest Rated, Price LowโHigh, Price HighโLow, or Ending Soon.
- Company facts per product โ
companySize,headquarterslocation, andfoundedyear, pulled from each product's founder profile. - Search by keyword or paste any AppSumo URL โ feed plain search terms, category names, or product/category/search URLs directly. Every input type lands in the same flat dataset.
- Rich media on every row โ product
logo,featuredImage, and a fullimagesgallery, plus atagline, longdescription, andfeatureslist.
Use Cases
Market & Competitive Research
- Track which SaaS categories AppSumo is pushing hardest each week
- Compare your product's tier pricing against competitors already on the marketplace
- Benchmark discount depth (
discountPercent) across an entire category - Map company size and founding year across a niche to gauge maturity
Deal Tracking & Alerts
- Snapshot a category daily and diff it to catch brand-new launches
- Sort by Ending Soon to build a "last chance" watchlist before deals expire
- Monitor
codesRemainingon deals you care about to catch sell-outs - Follow the Newest feed to be first to evaluate fresh tools
Lead Generation for SaaS Tools
- Build a list of tools in a target category with ratings and review counts
- Surface high-rated, low-review products worth an early partnership pitch
- Identify companies by size and HQ for outreach targeting
Content & Affiliate Publishing
- Assemble "best AI writing deals" roundups with live prices and ratings
- Populate comparison tables with tier-by-tier pricing and terms
- Keep affiliate deal pages fresh with current status and codes-remaining data
Product & Pricing Analysis
- Study how competitors structure License Tier 1/2/3 pricing and terms
- Analyze the spread between original and lifetime-deal prices in a market
- Track rating momentum on a product across repeated runs
Getting Started
Search by Keyword
The simplest possible run โ one topic, 100 deals:
{"searchQueries": ["AI writing"],"maxResults": 100}
Browse a Category, Sorted
Pull the newest deals in a specific category:
{"categories": ["marketing-sales"],"sortBy": "newest","maxResults": 200}
Paste AppSumo URLs
Feed a product, category, or search URL directly โ the scraper auto-detects each:
{"startUrls": ["https://appsumo.com/products/tidycal/","https://appsumo.com/software/finance/","https://appsumo.com/search/?query=email"],"maxResults": 100}
Full-Featured Example
Combine keyword searches with a category filter and a sort order in one run:
{"searchQueries": ["email marketing", "video editing"],"categories": ["marketing-sales", "media-tools"],"sortBy": "rating","maxResults": 500}
Input Reference
What to Scrape
| Parameter | Type | Default | Description |
|---|---|---|---|
searchQueries | string[] | ["AI"] | Keywords to search AppSumo for, such as "AI writing", "email marketing", or "video editing". Each term is searched separately. Leave empty if you are using category names or URLs instead. |
categories | select[] | [] | Only collect deals from these AppSumo software categories. Leave empty to include all. Options: Marketing & Sales, Operations, Media Tools, Development & IT, Build It Yourself, Customer Experience, Finance. |
startUrls | string[] | [] | Paste AppSumo URLs directly โ a search results page, a category/collection page, or an individual product page. Useful when you already know the exact pages you want. |
Options
| Parameter | Type | Default | Description |
|---|---|---|---|
maxResults | integer | 100 | Maximum number of products to collect in total. Set to 0 to collect all available products, up to an internal safety limit. Recommended: 100โ1000 to keep costs predictable. |
sortBy | select | Recommended | Order in which products are collected. Options: Recommended, Newest First, Highest Rated, Price: Low to High, Price: High to Low, Ending Soon. Applies to search and category results. |
If you leave every field empty, the newest deals are collected.
Output
Each product is one flat row. Here is a representative result:
{"id": "1093534","name": "TidyCal","tagline": "Book more meetings with customizable booking pages","description": "TidyCal makes scheduling simple with integrations and a clean booking flow...","url": "https://appsumo.com/products/tidycal/","category": "Operations","subcategory": "Scheduling","dealPrice": 39.0,"originalPrice": 348.0,"discountPercent": 88.8,"currency": "USD","rating": 4.8,"reviewCount": 1224,"dealStatus": "live","isLifetimeDeal": true,"isSelect": false,"codesRemaining": 42,"startDate": "2023-01-10T00:00:00Z","plans": [{"name": "License Tier 1","price": 39.0,"originalPrice": 348.0,"tier": 1,"planType": "lifetime","terms": ["Unlimited booking pages", "6 calendar connections", "Group meetings"]}],"features": ["Custom booking pages", "Payment collection", "Group scheduling"],"companySize": "2-10 employees","headquarters": "Austin, Texas, United States","founded": "2021","logo": "https://appsumo2-cdn.appsumo.com/logo.png","featuredImage": "https://appsumo2-cdn.appsumo.com/featured.jpg","images": ["https://appsumo2-cdn.appsumo.com/story1.jpg"]}
Core Fields
| Field | Type | Description |
|---|---|---|
id | string | Unique AppSumo product identifier |
name | string | Product name |
tagline | string | Short one-line product pitch |
description | string | Longer product summary |
url | string | Direct AppSumo product URL |
category | string | AppSumo top-level category (e.g. "Operations") |
subcategory | string | More specific sub-category |
features | string[] | Key product feature highlights |
Pricing & Deal Status
| Field | Type | Description |
|---|---|---|
dealPrice | number | Current lifetime-deal price |
originalPrice | number | Regular full price before the deal |
discountPercent | number | Computed discount off the original price |
currency | string | Always "USD" โ AppSumo prices in US dollars |
dealStatus | string | Deal state (e.g. "live") |
isLifetimeDeal | boolean | Whether the deal is a one-time lifetime purchase |
isSelect | boolean | Whether it is an AppSumo Select deal |
codesRemaining | number | Codes left, when AppSumo shows the counter |
startDate | string | When the deal went live |
endDate | string | When the deal ends (omitted for evergreen deals) |
Plans (plans[])
Full multi-tier pricing, one entry per license tier.
| Field | Type | Description |
|---|---|---|
name | string | Plan name (e.g. "License Tier 1") |
price | number | Deal price for this tier |
originalPrice | number | Original price for this tier |
tier | number | Tier number |
planType | string | Plan type (e.g. "lifetime") |
terms | string[] | What is included at this tier |
Company & Media
| Field | Type | Description |
|---|---|---|
rating | number | Aggregate star rating out of 5 |
reviewCount | number | Number of reviews behind the rating |
companySize | string | Employee-count band for the maker |
headquarters | string | Maker's headquarters location |
founded | string | Year the maker was founded |
logo | string | Product logo image URL |
featuredImage | string | Primary product image URL |
images | string[] | Full product image gallery |
The example above shows a fully populated row. Optional fields that AppSumo does not expose for a given product โ for example endDate on evergreen deals, codesRemaining when the counter is hidden, or subcategory when none is set โ are simply omitted from that row rather than returned as empty or null.
Tips for Best Results
- Start small. Set
maxResultsto 10โ50 on your first run to confirm the data matches your needs, then scale up. - Snapshot a whole niche with a category URL. Paste a category page like
https://appsumo.com/software/finance/intostartUrlsto capture every current deal in that niche in one run โ ideal for a daily diff. - Sort by Ending Soon to catch expiring deals. Set
sortByto Ending Soon to surface deals about to disappear first โ perfect for last-chance watchlists and alerts. - Combine inputs freely. Mix
searchQueries,categories, andstartUrlsin a single run; results are deduplicated by product ID so overlapping feeds never double-count. - Use category names, not URLs, for clean filtering. Selecting from the seven category options is more reliable than hand-building category URLs.
- Set
maxResultsto 0 to exhaust a feed. Use it when you want every deal in a category and don't want to guess the total up front. - Rank by discount, not just price. Sort or filter your exported data on
discountPercentto find the deepest markdowns rather than only the cheapest tickets.
Pricing
From $2.50 per 1,000 results โ a flat pay-per-result rate that undercuts typical marketplace scrapers while bundling full tier pricing and company facts at no extra charge. No compute or time-based charges โ you pay per result, plus a small fixed per-run start fee. Bronze, Silver, and Gold subscribers pay progressively less; the table below shows total cost at each discount tier.
| Results | No discount | Bronze | Silver | Gold |
|---|---|---|---|---|
| 100 | $0.30 | $0.28 | $0.27 | $0.25 |
| 1,000 | $3.00 | $2.80 | $2.65 | $2.50 |
| 10,000 | $30.00 | $28.00 | $26.50 | $25.00 |
| 100,000 | $300.00 | $280.00 | $265.00 | $250.00 |
A "result" is any product row in the output dataset. The platform start fee is additional and depends on your Apify plan.
Integrations
Export data in JSON, CSV, Excel, XML, or RSS. Connect to 1,500+ apps via:
- Zapier / Make / n8n โ Workflow automation
- Google Sheets โ Direct spreadsheet export
- Slack / Email โ Notifications on new results
- Webhooks โ Trigger custom APIs on run completion
- Apify API โ Full programmatic access
Legal & Ethical Use
This actor is designed for legitimate market research, deal tracking, competitive analysis, and content publishing. Users are responsible for complying with applicable laws and AppSumo's Terms of Service. Do not use extracted data for spam, harassment, or any illegal purpose. Extract only publicly available deal and product information, and respect any usage restrictions on the data you collect.