SlickDeals Forum Threads Scraper (Original Merchant Links) avatar

SlickDeals Forum Threads Scraper (Original Merchant Links)

Pricing

from $5.00 / 1,000 results

Go to Apify Store
SlickDeals Forum Threads Scraper (Original Merchant Links)

SlickDeals Forum Threads Scraper (Original Merchant Links)

Scrape deals from **any Slickdeals forum thread list page**. Simply provide a forum URL — Hot Deals, filtered views, category pages, or any custom forum query — and get structured deal data with **direct links to the original merchant**.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

scralab

scralab

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

9 days ago

Last modified

Share

Slickdeals Forum Thread Scraper

Scrape deals from any Slickdeals forum thread list page. Simply provide a forum URL — Hot Deals, filtered views, category pages, or any custom forum query — and get structured deal data with direct links to the original merchant.

🚀 Features

  • Any Forum Page: Works with any Slickdeals forum thread list URL — Hot Deals, Frontpage Deals, filtered searches, category pages, etc.
  • Direct Merchant Links: Returns the actual deal URL (e.g., Amazon, Walmart), not the forum thread link.
  • Structured Data: Returns clean JSON with title, pricing, discounts, and visual assets.
  • Discount Analysis: Automatically calculates savedAmount and percentOff when available.

📋 Usage

Provide any Slickdeals forum thread list page URL as the pageUrl input. The actor will scrape deals from that page.

Input Parameters

FieldTypeRequiredDefaultDescription
pageUrlString✅ YesAny Slickdeals forum thread list page URL
limitIntegerNo30Maximum number of deal items to return (Max: 100)

Example pageUrl Values

You can use any Slickdeals forum thread list page:

DescriptionExample URL
Hot Deals Forumhttps://slickdeals.net/forums/forumdisplay.php?f=9
Filtered by Voteshttps://slickdeals.net/forums/filtered/?f=9&vote=4&sort=threadstarted&order=desc
Filtered by Tagshttps://slickdeals.net/forums/filtered/?daysprune=1&vote=4&intagid%5B%5D=462&f=9&sort=threadstarted&order=desc

📦 Output

The actor stores results in a dataset. Each item is a separate JSON object representing a deal.

Example Output

[
{
"title": "Under Armour Men's Iso-chill Golf Glove (Black/White) $9.99 + Free Shipping w/ Prime or on $35+",
"dealPrice": 9.99,
"regPrice": 18,
"savedAmount": 8.01,
"percentOff": 45,
"imageLink": "https://static.slickdealscdn.com/attachment/1/5/5/7/3/6/2/450x450/19485613.thumb",
"sourceLink": "https://slickdeals.net/f/19258933-samsung-s26-ultra-1tb-verizon-1299-99-ymmv",
"keyword": "",
"origDealLink": "https://www.amazon.com/dp/B093JQ7DXV",
"origDealDomain": "amazon.com",
"dateScraped": "2026-02-28T12:00:00.000Z"
}
]

Output Fields Explanation

  • title: Product name or listing title.
  • imageLink (Optional): URL to the product image.
  • origDealLink: Direct URL to the store listing (e.g. Amazon, Walmart).
  • sourceLink: Direct URL to the forum thread.
  • dealPrice (Optional): The current discounted price.
  • regPrice (Optional): The original regular price.
  • savedAmount (Optional): The absolute numeric value saved.
  • percentOff (Optional): The percentage discount.

💡 Use Cases

  • Custom Forum Monitoring: Point at any Slickdeals forum page — track specific categories, vote thresholds, or tag filters.
  • Deal Aggregation: Feed structured deal data from any forum view into your app, site, or notification system.
  • Trend Analysis: Compare deals across different forum filters (e.g., top-voted vs. newest) for market insights.
  • Affiliate Marketing: Discover deals from specific forum categories to promote to your audience.
  • Personal Alerts: Build alerts for deals matching your custom forum filter criteria.

This actor is a tool for extracting public data. Please respect the target website's potential restrictions, robots.txt, and terms of service.