Price History Link (Keepa)
price_history_linkConstructs a Keepa price history URL for any Amazon India product using its ASIN. No network calls required.
Instructions
Build a Keepa.com price-history URL for an amazon.in ASIN. No network call.
Keepa renders historical price charts in the browser using the format keepa.com/#!product/12-, where 12 is the amazon.in domain code. This tool is offline — just a deterministic URL builder.
Args:
asin_or_url (string): plain ASIN or amazon.in URL containing /dp/
Returns: JSON { "asin": string, "price_history_url": string }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asin_or_url | Yes | ASIN or amazon.in URL — Keepa link is built for the amazon.in domain |