Marketplace
Slickdeals logo

Slickdeals API

slickdeals.net

Deal aggregation marketplace - product listings, coupons, and price-focused shopping.

Actions
10
Category
Marketplace
Login
Not required
Output
JSON

Call the Slickdeals API

Submit a task, then poll the job until it settles. This example runs act_slickdeals_net_category_deals_listing_ssr.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_slickdeals_net_category_deals_listing_ssr",
    "params": {
      "category_slug": "computer-deals"
    }
  }'

10 actions on slickdeals.net

Read

  • Category Deals Listing

    act_slickdeals_net_category_deals_listing_ssrread2 credits / call

    Returns deals in a category with titles, prices, stores, and pagination.

    category_slug
    string · required
    page
    string
  • Deal Details

    act_slickdeals_net_deal_detail_ssrread2 credits / call

    Returns deal details including pricing, store, votes, comments, and product metadata.

    thread_id
    string · required
    deal_slug
    string · required
    src
    string
  • Deal Recommendations

    act_slickdeals_net_deal_recommendations_carouselread2 credits / call

    Returns recommended frontpage deals with titles, prices, and links.

    count
    string
  • Featured Coupons Listing

    act_slickdeals_net_featured_coupons_listingread1 credit / call

    Returns featured store coupons and promo codes with discounts.

  • Frontpage Missed Deals

    act_slickdeals_net_frontpage_missed_deals_listingread1 credit / call

    Returns missed or expired frontpage deals with titles, stores, and prices.

  • Promoted Deals Feed

    act_slickdeals_net_promoted_deals_feedread1 credit / call

    Returns promoted and sponsored deal cards from the frontpage.

  • Related Deals by Brand

    act_slickdeals_net_related_deals_by_brandread1 credit / call

    Returns related deals for a brand with titles, prices, and stores.

    brand
    string · required
  • Related Deals by Category

    act_slickdeals_net_related_deals_by_categoryread1 credit / call

    Returns related deals for a product category with titles and prices.

    category
    string · required
  • Related Deals by Store

    act_slickdeals_net_related_deals_by_storeread1 credit / call

    Returns related deals for a retailer with titles, prices, and links.

    store
    string · required

Write

Write actions change state on slickdeals.net and run as the account you connect.

  • Homepage Deals

    act_slickdeals_net_homepage_deals_ssrwrite2 credits / call

    Returns frontpage deal listings with titles, prices, stores, and view counts.

Slickdeals API questions

Is there an API for Slickdeals?
Slickdeals does not offer a public data API for this, but Anakin Wire provides 10 maintained endpoints for slickdeals.net. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape Slickdeals data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when slickdeals.net changes its markup, Anakin updates the action.
Do I need a Slickdeals account?
No. Every Slickdeals action listed here runs anonymously — no account and no credentials required.
What does the Slickdeals API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Marketplace APIs

All Marketplace sites