AppSumo Scraper avatar

AppSumo Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
AppSumo Scraper

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

Crawler Bros

Maintained by Community

Actor stats

17

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

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

InputTypeNotes
dealUrlsarrayDirect deal URLs
searchQueriesarrayFree-text search keywords
categorySlugenumTop-level category (optional)
collectionenumCurated collection (optional)
sortByenumSort order (default: recommended)
searchPagesintegerPages per query/category/collection (1–20)
maxItemsintegerCap on emitted deals (1–500)
useProxybooleanOptional Apify proxy (default: off)
autoEscalateOnBlockbooleanAuto-rotate sessions on block (default: on)
proxyConfigurationobjectApify 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.