AppSumo Scraper
Pricing
from $3.00 / 1,000 results
Go to Apify Store
AppSumo Scraper
Scrape AppSumo software deals from direct product URLs or AppSumo search queries. Extract pricing, discount data, features, plan terms, review snippets, FAQ-style questions, and deal status.
Pricing
from $3.00 / 1,000 results
Rating
5.0
(17)
Developer
Crawler Bros
Maintained by CommunityActor stats
17
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Scrape AppSumo software deals from direct deal URLs, AppSumo search queries, curated collections, or top-level categories.
What it does
This actor extracts structured AppSumo deal data, including:
- Deal title and slug
- Current and original pricing
- Discount percentage
- Deal status and availability
- Product partner and destination URL
- Features and plan terms
- Review summary and top review snippets
- Top public questions
- Category and taxonomy fields
Modes (any combination)
- Deal URLs — direct AppSumo product URLs (
/products/<slug>/). - Search queries — AppSumo full-text search (
/software/?query=...). - Category — top-level AppSumo category browse (Software, Courses & Learning, Templates, Creative Resources).
- Collection — curated AppSumo lists (New, Ending soon, Free deals).
All modes can be combined in a single run; results are deduped on canonical product URL.
Sort options
recommended, newest, ending-soon, rating, price-asc, price-desc.
Inputs
| Input | Type | Notes |
|---|---|---|
dealUrls | array | Direct deal URLs |
searchQueries | array | Free-text search keywords |
categorySlug | enum | Top-level category (optional) |
collection | enum | Curated collection (optional) |
sortBy | enum | Sort order (default: recommended) |
searchPages | integer | Pages per query/category/collection (1–20) |
maxItems | integer | Cap on emitted deals (1–500) |
useProxy | boolean | Optional Apify proxy (default: off) |
autoEscalateOnBlock | boolean | Auto-rotate sessions on block (default: on) |
proxyConfiguration | object | Apify proxy configuration (used when useProxy is true) |
Use cases
- Monitor software lifetime deals
- Track pricing and discount changes
- Research AppSumo positioning by category
- Build internal deal intelligence datasets
Limitations
- AppSumo's JSON
__NEXT_DATA__payload is the source of truth for product detail, so a deal that is no longer in stock may yield a thinner record. - Per-deal review counts are sourced from the embedded reviews-summary block; a separate paginated reviews API endpoint is not exposed by AppSumo without authenticated session cookies.
Notes
- This actor is HTTP-first and does not require cookies.
- Empty values are omitted from output records.