slickdeals_search_advanced
Search Slickdeals for deals with pagination, facets, and structured metrics. Filter results by category, store, or brand to find specific products with counts.
Instructions
Search Slickdeals with real pagination, counts, and facets. Searches Slickdeals' modern search surface -- a richer alternative to GET /slickdeals/search's keyword-only RSS feed. Returns real pagination (page/total_pages/per_page/result_count), integer vote/comment/view counts read directly from the page's own data (not parsed from free text), a fuller per-deal record (store id, discount percent, status flags), and facets -- Categories, Stores, and Brands available for the current query, each option carrying a value usable as category_id/brand_id/store_id. Facet values and counts are scoped to the current query, not a site-wide enumeration -- category_id/brand_id/store_id are passthrough filters (obtain a value from a prior response's own facets), not validated against a closed enum. sort defaults to relevance; other values are passed through unvalidated since no server-side enumeration of the full accepted set was found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Free-text keyword query | |
| page | No | 1-based result page, default 1 | |
| sort | No | Sort order, default relevance | |
| brand_id | No | Brand facet id, from a prior response's own facets | |
| store_id | No | Store facet id, from a prior response's own facets | |
| category_id | No | Category facet id, from a prior response's own facets |