search_by_code
Find exact product matches by scanning EAN/barcodes to compare prices and check availability across multiple supermarkets in Argentina.
Instructions
Search for a specific product by its EAN/barcode across all supermarkets.
This tool is perfect for:
Finding exact product matches
Scanning barcodes
Price checking specific items
Verifying product availability
The barcode/EAN search will find the exact same product across different stores, making it ideal for precise price comparisons.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
code | Yes | Product EAN/barcode (numeric code, usually 13 digits) |
Input Schema (JSON Schema)
{
"properties": {
"code": {
"description": "Product EAN/barcode (numeric code, usually 13 digits)",
"type": "string"
}
},
"required": [
"code"
],
"type": "object"
}