Deal aggregation marketplace - product listings, coupons, and price-focused shopping.
Category Deals Listing
ASYNCREADNo auth
Returns deals in a category with titles, prices, stores, and pagination.
ParametersFormJSON
Category URL slug to browse (e.g. computer-deals, electronics)
Page number for paginated category listings
cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \ -X POST \ -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", "page": "1" } }'