slickdeals_search
Search Slickdeals community-submitted deals by keyword and get titles, prices, merchants, and community votes. Optionally filter by forum or deal type.
Instructions
Search Slickdeals community-submitted deals by keyword. Searches Slickdeals (slickdeals.net), a community deal/coupon aggregator, for deal threads matching a free-text keyword query -- the same search this repo already exposes for Reddit, applied to Slickdeals' own deal-posting community. Each result is one community-submitted deal thread with its title (which conventionally embeds the deal price), a best-effort price extracted from that title, the merchant domain, the community vote ("thumb") score, the public Slickdeals username who posted it, and when it was posted. Pair a result's thread_id or url with GET /slickdeals/deal for the full detail record, including comment count and category. An optional forum_id restricts results to one Slickdeals legacy sub-forum (e.g. Hot Deals, Coupons) -- obtain a value from GET /slickdeals/forums, a closed enum validated before the request reaches upstream. An optional deal_type_id restricts results to one Slickdeals deal-type tag (e.g. Coupon, Free / Freebie, YMMV) -- obtain a value from GET /slickdeals/deal-types, also a closed enum validated before the request reaches upstream; composes with forum_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Free-text keyword query | |
| forum_id | No | Restrict results to one Slickdeals legacy sub-forum, from GET /slickdeals/forums | |
| deal_type_id | No | Restrict results to one Slickdeals deal-type tag, from GET /slickdeals/deal-types |