ConsoleCatalog
Sign in
Athome logo

Athome

athome.comShoppingno auth

At Home - home decor categories, product tiles, availability, and listings.

Product Listing Pagination

ASYNCREADNo auth

Returns the next page of category product tiles for a given offset.

ParametersFormJSON

Category ID slug for the paginated product grid

Zero-based start offset for the next page of products

Page size - number of products to return per request

Flag required by the search grid update

Show-more flag for incremental grid loading

In-stock-only filter parameter (empty string when not filtering)

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_athome_product_listing_pagination",
    "params": {
      "cgid": "outdoor-rugs-doormats",
      "start_offset": "12",
      "sz": "12",
      "ajax": "true",
      "show_more": "true"
    }
  }'