ConsoleCatalog
Sign in
Article Canada logo

Article Canada

article.comShoppingno auth

Article - furniture search, product details, reviews, and collections.

Category Product Listing

ASYNCREADNo auth

Returns the category product grid with titles, prices, images, and links.

ParametersFormJSON

Numeric category ID used in the browse URL path

URL slug for the category (e.g. living-furniture, sofas)

page (optional)

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_article_ca_category_product_listing_ssr",
    "params": {
      "category_id": "224",
      "category_slug": "living-furniture",
      "page": "0"
    }
  }'