find_best_price
Scrape live Canadian retailer search pages (Amazon, Walmart) to find the actual lowest price for any product. Get accurate price comparisons from real-time data.
Instructions
Scrape Canadian retailer search pages directly (amazon.ca, walmart.ca, etc.) to find the actual lowest price for a product. More accurate than product_search because it reads live retailer pages. Best Buy Canada blocks automated access.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results per retailer to return (default 5) | |
| query | Yes | Product to price (e.g. "usb flash drive 128gb", "iphone 15") | |
| retailers | No | Retailer domains to check (default: ["amazon.ca", "walmart.ca"]) |