Scrape products, deals, and offers from AppSumo marketplace. Extract detailed product information including prices, descriptions, reviews, features and more. Perfect for market research, price monitoring and deal tracking.
Extract detailed product information from AppSumo - the leading digital marketplace for software deals and lifetime offers.
searchUrls
: Array of AppSumo search URLs to scrapemaxItems
: Maximum number of items to collectproxyConfiguration
: Optional proxy settingsResults are stored in clean, structured JSON format with detailed product information organized into logical sections:
Perfect for entrepreneurs, marketers, and researchers looking to stay on top of software deals and market trends!
A full explanation of an input example in JSON.
1{ 2 "searchUrls": [ 3 "https://appsumo.com/search/?query=ai" 4 ], 5 "maxItems": 80 6}
The results will be wrapped into a dataset which you can always find in the Storage tab. Here's an excerpt from the data you'd get if you apply the input parameters above:
And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.
1[ 2 { 3 "searchUrl": "https://appsumo.com/search/?query=ai", 4 "id": 234885, 5 "name": "Swipe One", 6 "description": "Use this AI-powerful CRM and marketing platform to help your agency manage clients", 7 "productUrl": "https://appsumo.com/products/swipe-one/", 8 "price": { 9 "current": 69, 10 "original": 276 11 }, 12 "media": { 13 "logo": "https://appsumo2-cdn.appsumo.com/media/deals/images/as-email-SwipeOne-icons-200x200_j6d1i5P_uuid_2b1e9ece-f048-43a0-964d-d07acf931cfd.png", 14 "featuredImage": "https://appsumo2-cdn.appsumo.com/media/deals/images/as-web-SwipeOne-_16_9_nsbxeYX_uuid_df992955-6fe4-4241-b050-022d93f58e4f.png", 15 "storyImages": [ 16 "https://s3.us-west-2.amazonaws.com/static.appsumo2/media/stories/images/swipeone-1_uuid_8e23ddfa-6e50-4f64-a93e-67343d519f17.png", 17 "https://s3.us-west-2.amazonaws.com/static.appsumo2/media/stories/images/swipeone-2_uuid_f800bdc4-43cd-4555-b32e-e27636911daa.png", 18 "https://s3.us-west-2.amazonaws.com/static.appsumo2/media/stories/images/swipeone-3_uuid_023ac77b-3556-4b2b-8870-f0ad78172ac2.png", 19 "https://s3.us-west-2.amazonaws.com/static.appsumo2/media/stories/images/swipeone-4_uuid_67edad60-8d88-4a7e-b449-e40f86dbcbeb.png" 20 ] 21 }, 22 "features": [ 23 "Unlimited sales emails per month", 24 "Analytics", 25 "AI email writing", 26 "App integrations", 27 "Broadcast campaigns", 28 "Marketing automation", 29 "Contact management", 30 "Workspaces", 31 "AI agents", 32 "Zapier and Pabbly integrations" 33 ], 34 "category": { 35 "main": "Marketing & sales", 36 "sub": "Email marketing", 37 "group": "Software" 38 }, 39 "attributes": { 40 "alternativeTo": [ 41 "ActiveCampaign", 42 "HubSpot", 43 "Mailchimp" 44 ], 45 "integrations": [ 46 "Gmail", 47 "Pabbly Connect", 48 "Shopify", 49 "Stripe", 50 "Zapier" 51 ], 52 "bestFor": [ 53 "Ecommerce", 54 "SaaS", 55 "Small businesses" 56 ], 57 "features": [ 58 "AI" 59 ], 60 "os": [ 61 "Browser-based" 62 ] 63 }, 64 "reviews": { 65 "count": 29, 66 "averageRating": 4.28, 67 "summary": "Customers appreciate Swipe One, praising its AI integration, simple UI, and responsive support. Some users encountered minor setup difficulties and limitations in email sends. Despite this, with an overall rating of 4.2 and a 60-day money-back guarantee, Swipe One is a solid buy for those in need of an AI-powerful CRM and marketing platform." 68 }, 69 "dealInfo": { 70 "startDate": "2025-01-21T18:00:02Z", 71 "endDate": null, 72 "isLimitedDeal": false, 73 "codesRemaining": 0, 74 "status": "current" 75 } 76 }, 77 ... 78]
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!