ConsoleCatalog
Sign in
Kiuki logo

Kiuki

kiuki.comShoppingno auth

Product listings with titles, prices, stock, and brand details.

Product Price

ASYNCREADNo auth

Returns product details and price across all sellers for a given product slug.

ParametersFormJSON

Full Kiuki product page URL e.g. "https://kiuki.com/nourish-balm-unscented?phash=702707"

cost: 3 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": "kk_product_price",
    "params": {
      "url": "https://kiuki.com/nourish-balm-unscented?phash=702707"
    }
  }'