StackSocial Scraper
Pricing
from $1.00 / 1,000 product listings
StackSocial Scraper
The StackSocial Scraper extracts product listings and enriched data, capturing product names, prices, retail prices, discount percentages, ratings, categories, descriptions, images, brand info, and customer reviews โ ideal for deal tracking, price monitoring, and software market research.
Pricing
from $1.00 / 1,000 product listings
Rating
0.0
(0)
Developer
FalconScrape
Actor stats
1
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
๐๏ธ StackSocial Lifetime Deals Scraper
Extract product listings and details from StackSocial collections. The StackSocial Lifetime Deals Scraper uses pure HTTP requests (no browser required) to gather structured deal data fast โ ideal for price tracking, deal discovery, and market research.
โจ Features
- ๐ท๏ธ Comprehensive Deal Data: Retrieve product names, prices, retail prices, discount percentages, ratings, categories, and more.
- ๐ Multi-Collection Support: Scrape any StackSocial collection โ lifetime deals, best sellers, ending soon, and more.
- ๐ Optional Detail Scraping: Visit individual product pages to extract full descriptions, images, brand info, and customer reviews.
- โก Fast & Efficient: Pure HTTP scraping via CheerioCrawler โ no browser overhead. All 237 lifetime deals scraped in ~3 seconds.
- ๐ฐ Pay-Per-Event Billing: Only pay for what you scrape โ listing products and detail products are billed separately.
๐ ๏ธ How It Works
- Choose Collections โ Specify one or more StackSocial collection slugs (e.g.
lifetime-subscriptions,best-sellers). - Configure Options โ Set a max item limit and choose whether to scrape full product detail pages.
- Run the Scraper โ The Actor fetches listing pages, extracts product data from embedded
__NEXT_DATA__JSON, and optionally visits each product page to enrich results with descriptions and reviews.
๐ฅ Input
| Field | Type | Default | Description |
|---|---|---|---|
collectionSlugs | string[] | ["lifetime-subscriptions"] | StackSocial collection slugs to scrape. |
maxItems | integer | 100 | Max products per collection. 0 = no limit. |
scrapeDetails | boolean | false | Visit each product page for description, images, and reviews. |
maxReviewsPerProduct | integer | 10 | Max reviews per product. Only applies when scrapeDetails is enabled. 0 = no limit. |
proxyConfiguration | object | { useApifyProxy: false } | Optional proxy settings. No proxy required for typical volumes. |
Available Collection Slugs
| Slug | Description |
|---|---|
lifetime-subscriptions | Lifetime deals only (~237 products) |
lifetime-deals | Broader lifetime category |
best-sellers | Top sellers across all categories |
ending-soon | Deals expiring soon |
newest-sales | Most recently added |
apps-software | Software category |
apps-software/security | Security subcategory |
๐ Sample Output Data
Listing Mode (scrapeDetails: false)
{"name": "AdGuard Family Plan: Lifetime Subscription","title": "Protect Every Device in Your Household with a Lifetime License Covering Up to 9 Devices","url": "https://www.stacksocial.com/sales/adguard-family-plan-lifetime-subscription","slug": "adguard-family-plan-lifetime-subscription","price": 19.97,"retailPrice": 169.99,"discountPct": 88,"ratingAvg": 4.9,"ratingCount": 3590,"categories": "Security","databaseId": 25094,"collection": "lifetime-subscriptions"}
Detail Mode (scrapeDetails: true)
All listing fields above, plus:
{"description": "<p>Block ads and trackers across all your devices with a single lifetime license...</p>","images": ["https://cdnp0.stackassets.com/.../product_shot1.jpg","https://cdnp1.stackassets.com/.../product_shot2.jpg"],"brand": "AdGuard","availability": "InStock","priceValidUntil": "2026-12-31","breadcrumbs": ["Apps & Software", "Security"]}
Review Records (scrapeDetails: true)
{"type": "review","productSlug": "adguard-family-plan-lifetime-subscription","productName": "AdGuard Family Plan: Lifetime Subscription","rating": 5,"text": "Works great, easy to install on all our devices...","author": "John D.","date": "2026-02-14T09:23:11Z"}
๐ณ Pricing
This Actor uses Pay-Per-Event billing โ you are only charged for the data you actually collect.
| Event | Trigger | Description |
|---|---|---|
product-listing | Per product scraped in listing-only mode | Charged when scrapeDetails is false and a product is extracted from a collection page. Includes name, price, discount, rating, and categories. |
product-detail | Per product scraped with full details | Charged when scrapeDetails is true and a product detail page is processed. Includes description, images, brand, availability, and reviews. |
Reviews are included in the
product-detailevent at no extra charge.
If the billing limit is reached mid-run, the Actor stops cleanly and saves all data collected up to that point.