ConsoleCatalog
Sign in
CamelCamelCamel logo

CamelCamelCamel

camelcamelcamel.comShoppingno auth

Amazon price history, charts, top drops, and deal listings.

Product Price History

ASYNCREADNo auth

Returns a product's price history, current price, and price stats by ASIN.

ParametersFormJSON

Amazon Standard Identification Number (ASIN) for the product to look up

Price chart time range - e.g. 1m, 3m, 6m, 1y, or all

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_camelcamelcamel_product_price_history_detail",
    "params": {
      "asin": "B00CP8DF3O",
      "tp": "3m"
    }
  }'