AppSumo Scraper avatar

AppSumo Scraper

Pricing

from $2.50 / 1,000 results

Go to Apify Store
AppSumo Scraper

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

SolidCode

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

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-use discountPercent so you can rank deals by how deep the markdown really is.
  • Lifetime-deal status and codes remaining โ€” an isLifetimeDeal flag plus codesRemaining when 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) and reviewCount land 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, headquarters location, and founded year, 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 full images gallery, plus a tagline, long description, and features list.

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 codesRemaining on 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
}

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

ParameterTypeDefaultDescription
searchQueriesstring[]["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.
categoriesselect[][]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.
startUrlsstring[][]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

ParameterTypeDefaultDescription
maxResultsinteger100Maximum 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.
sortByselectRecommendedOrder 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

FieldTypeDescription
idstringUnique AppSumo product identifier
namestringProduct name
taglinestringShort one-line product pitch
descriptionstringLonger product summary
urlstringDirect AppSumo product URL
categorystringAppSumo top-level category (e.g. "Operations")
subcategorystringMore specific sub-category
featuresstring[]Key product feature highlights

Pricing & Deal Status

FieldTypeDescription
dealPricenumberCurrent lifetime-deal price
originalPricenumberRegular full price before the deal
discountPercentnumberComputed discount off the original price
currencystringAlways "USD" โ€” AppSumo prices in US dollars
dealStatusstringDeal state (e.g. "live")
isLifetimeDealbooleanWhether the deal is a one-time lifetime purchase
isSelectbooleanWhether it is an AppSumo Select deal
codesRemainingnumberCodes left, when AppSumo shows the counter
startDatestringWhen the deal went live
endDatestringWhen the deal ends (omitted for evergreen deals)

Plans (plans[])

Full multi-tier pricing, one entry per license tier.

FieldTypeDescription
namestringPlan name (e.g. "License Tier 1")
pricenumberDeal price for this tier
originalPricenumberOriginal price for this tier
tiernumberTier number
planTypestringPlan type (e.g. "lifetime")
termsstring[]What is included at this tier

Company & Media

FieldTypeDescription
ratingnumberAggregate star rating out of 5
reviewCountnumberNumber of reviews behind the rating
companySizestringEmployee-count band for the maker
headquartersstringMaker's headquarters location
foundedstringYear the maker was founded
logostringProduct logo image URL
featuredImagestringPrimary product image URL
imagesstring[]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 maxResults to 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/ into startUrls to capture every current deal in that niche in one run โ€” ideal for a daily diff.
  • Sort by Ending Soon to catch expiring deals. Set sortBy to Ending Soon to surface deals about to disappear first โ€” perfect for last-chance watchlists and alerts.
  • Combine inputs freely. Mix searchQueries, categories, and startUrls in 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 maxResults to 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 discountPercent to 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.

ResultsNo discountBronzeSilverGold
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

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.