Slickdeals Scraper avatar

Slickdeals Scraper

Pricing

from $6.50 / 1,000 results

Go to Apify Store
Slickdeals Scraper

Slickdeals Scraper

[πŸ’° $6.5 / 1K] Scrape deals from Slickdeals, the largest US deals community. Search by keyword, browse a category, or paste URLs to get prices, discounts, coupon codes, stores, community votes, and comment counts.

Pricing

from $6.50 / 1,000 results

Rating

0.0

(0)

Developer

SolidCode

SolidCode

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

9 days ago

Last modified

Share

Pull deals from Slickdeals β€” the largest US deals and coupons community β€” at scale, complete with prices, list-vs-deal discount percentages, extracted coupon codes, community vote scores, comment counts, store names, and the member who posted each deal. Search by keyword, browse any of 14 shoppable categories, or paste Slickdeals URLs directly. Built for deal resellers, retail-arbitrage sellers, and price-tracking and market-research teams who need structured Slickdeals deal data at scale without endlessly refreshing the frontpage by hand.

Why This Scraper?

  • Community vote scores on every deal β€” the Slickdeals thumbs-up count that separates a genuinely hot deal from a dud, plus a minVotes threshold so you can pull only deals the community has already validated.
  • Extracted coupon and promo codes β€” when a deal carries a code like SUNSHINE20, it lands in a dedicated couponCode field instead of being buried in the title. Most competing scrapers drop coupons entirely.
  • Real discount math β€” deal price, reference (list) price, and the discountPercent off, so you can filter for genuine drops rather than fake "was/now" markups.
  • 14 shoppable categories β€” Computers, Electronics, Home, Clothing, Health & Beauty, Grocery, Video Games, Toys & Kids, Automotive, Sports & Fitness, Travel, Finance, and Movies/Music/Books, each mapped to Slickdeals' own department filters.
  • Three ways to target deals β€” type keywords, pick a category, or paste any Slickdeals category, search, or single-deal URL; filters already baked into a pasted URL are honored automatically.
  • Store name plus outbound link β€” see at a glance whether a deal is at Amazon, Walmart, or Best Buy, and jump to the retailer page when the link is available.
  • Poster, posted date, and expiry flag β€” the member who submitted each deal, an ISO 8601 posted timestamp, and an isExpired flag so you can filter to active deals only or opt expired ones in.
  • Scale to 100,000 deals per run β€” far past the ~400-deal ceiling typical of other Slickdeals tools, with automatic de-duplication across overlapping keywords and URLs.
  • Sort the way shoppers do β€” Hottest, Newest First, or Most Commented to surface the deals the community is actively arguing over.

Use Cases

Reselling & Retail Arbitrage

  • Spot below-market and clearance deals to flip on Amazon, eBay, or Mercari
  • Filter by minVotes to act only on deals the community has already vetted
  • Track freebies and steep discounts the moment they hit the frontpage
  • Grab the coupon code and store link needed to complete a buy

Price & Market Research

  • Benchmark deal prices against reference prices across categories
  • Measure how deep discounts run in Electronics vs. Home vs. Grocery
  • Build historical deal datasets by running scheduled category pulls
  • Identify which retailers post the most aggressive discounts

Coupon & Affiliate Content

  • Populate coupon and deal roundup pages with fresh, validated codes
  • Auto-surface the highest-voted deals for "best of today" articles
  • Feed newsletters with category-specific deal digests
  • Enrich affiliate feeds with vote counts and comment activity

Competitive & Brand Monitoring

  • Watch when your products (or a competitor's) go on deal and at which store
  • Track community sentiment via vote and comment counts on brand deals
  • Alert on new deals in a category using scheduled runs
  • Monitor which stores dominate a category's deal share

Getting Started

Search by Keyword

The simplest way to start β€” one or more keywords:

{
"searchQueries": ["laptop"],
"maxResults": 50
}

Browse a Category, Most-Voted First

{
"category": "gaming",
"sortBy": "hot",
"minVotes": 100,
"maxResults": 200
}

Paste Slickdeals URLs

Drop in any category, search, or single-deal URL β€” embedded filters are honored:

{
"startUrls": [
"https://slickdeals.net/deals/computer-deals/",
"https://slickdeals.net/search?q=headphones&sort=recent"
],
"maxResults": 100
}
{
"searchQueries": ["nintendo switch", "monitor"],
"category": "electronics",
"sortBy": "commented",
"includeExpired": false,
"minVotes": 50,
"maxResults": 500
}

Input Reference

What to Scrape

ParameterTypeDefaultDescription
searchQueriesstring[]["laptop"]Keywords to search Slickdeals for. Each keyword runs its own search. Leave empty to browse a category or paste URLs instead.
startUrlsstring[][]Slickdeals URLs to collect β€” works with category, search-result, and single-deal pages. Any filters in the URL are applied automatically.

Search Filters

These apply to keyword and category searches only. Pasted URLs keep their own filters.

ParameterTypeDefaultDescription
categoryselectAll dealsLimit keyword searches to one Slickdeals category: All deals, Computers, Electronics, Home, Clothing & Apparel, Health & Beauty, Grocery, Video Games, Toys & Kids, Automotive, Sports & Fitness, Travel, Finance, or Movies, Music & Books.
sortByselectHottestOrder deals are collected: Hottest, Newest First, or Most Commented.
includeExpiredbooleanfalseInclude deals already marked expired. Leave off to collect only active, still-available deals.
minVotesinteger0Only return deals at or above this community vote score. Higher means more popular. Leave at 0 for no threshold.

Options

ParameterTypeDefaultDescription
maxResultsinteger100Maximum number of deals to collect across all keywords and URLs combined, up to 100,000 per run. Set to 0 for unlimited. Start with 20-50 to test, then increase.

Output

Each deal is one flat row. Here's a representative result:

{
"dealId": "17654321",
"title": "Apple MacBook Air 13.6\" Laptop (M3, 16GB, 256GB) After Coupon Code SUNSHINE20",
"url": "https://slickdeals.net/f/17654321-apple-macbook-air-m3",
"price": 849.0,
"priceText": "$849",
"listPrice": 1099.0,
"discountPercent": 23,
"store": "Best Buy",
"storeUrl": "https://www.bestbuy.com/site/...",
"couponCode": "SUNSHINE20",
"votes": 342,
"views": 51230,
"commentCount": 118,
"badge": "frontpage",
"category": "Computers",
"poster": "dealhunter42",
"imageUrl": "https://static.slickdealscdn.com/attachment/...",
"isExpired": false,
"postedAt": "2026-06-28T14:12:00Z",
"scrapedAt": "2026-07-02T09:30:00Z"
}

Deal Fields

FieldTypeDescription
dealIdstringSlickdeals internal deal identifier β€” a stable de-duplication key
titlestringFull deal title with product details
urlstringCanonical Slickdeals deal permalink
pricenumberDeal price as a number (0 for "Free", null when unpriced)
priceTextstringPrice exactly as displayed (e.g. "$849", "Free", "$10 off")
listPricenumberReference / original price when shown
discountPercentnumberPercent off versus the reference price
storestringRetailer name (Amazon, Walmart, Best Buy, ...)
storeUrlstringOutbound link to the retailer deal when available
couponCodestringPromo / voucher code when the deal carries one
votesnumberCommunity vote score (thumbs up)
viewsnumberView count when available
commentCountnumberNumber of comments on the deal thread
badgestringDeal badge (frontpage, popular, new)
categorystringCategory the deal was collected under
posterstringUsername of the member who posted the deal
imageUrlstringProduct thumbnail URL
isExpiredbooleanWhether the deal is marked expired
postedAtstringISO 8601 timestamp when the deal was posted
scrapedAtstringISO 8601 timestamp of extraction

Tips for Best Results

  • Start small, then scale β€” set maxResults to 20-50 on your first run to confirm the fields match what you need, then raise the cap.
  • Paste a filtered URL to reuse Slickdeals' own filters β€” a category or search URL you built on the site (with sort, keyword, or department filters in it) is honored exactly as-is, which is the fastest way to reproduce a niche view without re-entering each option.
  • Use minVotes for reseller-grade signal β€” a vote threshold of 50-100 filters out untested deals so you only act on ones the community has already upvoted.
  • Pick "Most Commented" to surface community-hot deals β€” heavy comment activity flags the deals shoppers are debating, often the best (or most contested) bargains of the day.
  • Leave everything empty for the live frontpage β€” no keywords, no category, and no URLs collects the latest hot deals across the whole site.
  • Filter coupons downstream β€” keep only rows where couponCode is present to build a clean, ready-to-use promo-code list.
  • Combine sources in one run β€” mix several keywords, a category, and pasted URLs together; overlapping deals are de-duplicated automatically by dealId.

Pricing

From $6.50 per 1,000 results β€” a richer field set (coupon codes, discount math, poster, and expiry) at a lower rate than comparable Slickdeals tools. Bronze, Silver, and Gold subscribers pay progressively less; the table below shows total cost at each discount tier.

ResultsNo discountBronzeSilverGold
100$0.78$0.74$0.69$0.65
1,000$7.80$7.35$6.90$6.50
10,000$78.00$73.50$69.00$65.00
100,000$780.00$735.00$690.00$650.00

A "result" is any deal row in the output dataset. There are no compute or time-based charges β€” you pay per result, plus a small fixed per-run start fee.

Integrations

Export data in JSON, CSV, Excel, XML, or RSS. Connect to 1,500+ apps via:

  • Zapier / Make / n8n β€” Workflow automation
  • Google Sheets β€” Direct spreadsheet export
  • Slack / Email β€” Notifications on new deals
  • Webhooks β€” Trigger custom APIs on run completion
  • Apify API β€” Full programmatic access

This actor is designed for legitimate deal research, price comparison, market analysis, and content curation. You are responsible for complying with applicable laws and Slickdeals' Terms of Service. Do not use collected data for spam, harassment, or any unlawful purpose, and respect the community members whose posts appear in the data.