StackSocial Scraper avatar

StackSocial Scraper

Pricing

from $1.00 / 1,000 product listings

Go to Apify Store
StackSocial Scraper

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

FalconScrape

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

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

  1. Choose Collections โ€“ Specify one or more StackSocial collection slugs (e.g. lifetime-subscriptions, best-sellers).
  2. Configure Options โ€“ Set a max item limit and choose whether to scrape full product detail pages.
  3. 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

FieldTypeDefaultDescription
collectionSlugsstring[]["lifetime-subscriptions"]StackSocial collection slugs to scrape.
maxItemsinteger100Max products per collection. 0 = no limit.
scrapeDetailsbooleanfalseVisit each product page for description, images, and reviews.
maxReviewsPerProductinteger10Max reviews per product. Only applies when scrapeDetails is enabled. 0 = no limit.
proxyConfigurationobject{ useApifyProxy: false }Optional proxy settings. No proxy required for typical volumes.

Available Collection Slugs

SlugDescription
lifetime-subscriptionsLifetime deals only (~237 products)
lifetime-dealsBroader lifetime category
best-sellersTop sellers across all categories
ending-soonDeals expiring soon
newest-salesMost recently added
apps-softwareSoftware category
apps-software/securitySecurity 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.

EventTriggerDescription
product-listingPer product scraped in listing-only modeCharged when scrapeDetails is false and a product is extracted from a collection page. Includes name, price, discount, rating, and categories.
product-detailPer product scraped with full detailsCharged when scrapeDetails is true and a product detail page is processed. Includes description, images, brand, availability, and reviews.

Reviews are included in the product-detail event 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.