ConsoleCatalog
Sign in
Bakers Plus logo

Bakers Plus

bakersplus.comFood Diningno auth

Bakers Plus grocery - products, weekly ad, prices, and store locations.

Product Reviews

ASYNCREADNo auth

Returns customer reviews and ratings for a product by GTIN with pagination.

ParametersFormJSON

location_id (optional)

category_id (optional)

Product GTIN/UPC identifier - the 13-digit barcode for the product whose reviews to fetch

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": "act_bakersplus_us_product_reviews",
    "params": {
      "location_id": "61500323",
      "category_id": "1801200001",
      "product_id": "0002840080061"
    }
  }'