ConsoleCatalog
Sign in
Leslie's Pool Supplies logo

Leslie's Pool Supplies

Pool and spa equipment, chemicals, parts, and reviews.

Category Browse

ASYNCREADNo auth

Returns products in a category with name, brand, price, discount, stock, and image.

ParametersFormJSON

Category page URL or slug (e.g. 'clearance-floats-toys-and-rec' or the full https URL). Discover slugs from product/search 'url' fields

Zero-based offset into the result set

Number of products to return (1-96)

cost: 1 credit · 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": "lp_category_browse",
    "params": {
      "category": "clearance-floats-toys-and-rec",
      "start": "0",
      "page_size": "24"
    }
  }'