price_history_with_url
Track and analyze historical price changes for products by entering their URL, enabling informed purchasing decisions and cost monitoring.
Instructions
Product Price History With URL
Input Schema
Name | Required | Description | Default |
---|---|---|---|
url | Yes | Product URL |
Input Schema (JSON Schema)
{
"properties": {
"url": {
"description": "Product URL",
"title": "Url",
"type": "string"
}
},
"required": [
"url"
],
"title": "price_history_with_urlArguments",
"type": "object"
}