search_bestprice
verifiedv0.1Start a BestPrice product search and navigate the open browser tab to the results.
Updated 8/27/2026 · Created 8/26/2026
Input Schema
{
"type": "object",
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"maxLength": 120,
"minLength": 2,
"description": "Product, brand, model, or shopping need to search for."
}
},
"additionalProperties": false
}Full Contract
{
"name": "search_bestprice",
"description": "Start a BestPrice product search and navigate the open browser tab to the results.",
"inputSchema": {
"type": "object",
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"maxLength": 120,
"minLength": 2,
"description": "Product, brand, model, or shopping need to search for."
}
},
"additionalProperties": false
}
}Schema History
8/27/2026, 1:31:24 PM
{
"type": "object",
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"maxLength": 120,
"minLength": 2,
"description": "Product, brand, model, or shopping need to search for."
}
},
"additionalProperties": false
}8/26/2026, 11:49:02 PM
{
"type": "object",
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"maxLength": 120,
"minLength": 2,
"description": "Product, brand, model, or shopping need to search for."
}
},
"additionalProperties": false
}GET /api/tool/www.bestprice.gr/search_bestprice