Contract
{
"type": "object",
"required": [
"product"
],
"properties": {
"country": {
"type": "string",
"description": "Optional 2-letter country code, e.g. 'SE'. Narrows the merchant market searched."
},
"product": {
"type": "string",
"description": "Product name or model to search for, e.g. 'Samsung Galaxy S24', 'MacBook Air'."
}
},
"additionalProperties": false
}{
"type": "object",
"properties": {
"prices": {
"type": "array",
"items": {
"type": "object",
"properties": {
"url": {
"type": [
"string",
"null"
],
"description": "A link to the offer. Observed null on every offer in the one fixture captured."
},
"price": {
"type": "number"
},
"currency": {
"type": "string"
},
"in_stock": {
"type": [
"boolean",
"null"
],
"description": "Observed null on every offer in the one fixture captured."
},
"merchant": {
"type": [
"string",
"null"
],
"description": "Observed null on every offer in the one fixture captured."
},
"shipping": {
"type": [
"number",
"string",
"null"
],
"description": "Observed null on every offer in the one fixture captured; shape when populated is unconfirmed."
}
},
"additionalProperties": true
},
"description": "One entry per merchant offer for the single searched product. Observed on the single-product shape only."
},
"source": {
"type": "string",
"description": "The merchant data source used, e.g. 'pricerunner.se'. Observed as PriceRunner's regional site on both fixtures; the endpoint is documented to also draw on Google Shopping listings."
},
"country": {
"type": "string",
"description": "Lowercase 2-letter market resolved for the search. Observed 'se' both when a country was explicitly requested and when none was supplied (endpoint defaulted to Sweden)."
},
"summary": {
"type": "object",
"properties": {
"currency": {
"type": "string"
},
"price_range": {
"type": "number",
"description": "Highest minus lowest price."
},
"lowest_price": {
"type": "object",
"properties": {
"price": {
"type": "number"
},
"product": {
"type": "string"
},
"currency": {
"type": "string"
}
},
"additionalProperties": true
},
"total_offers": {
"type": "number"
},
"average_price": {
"type": "number"
},
"highest_price": {
"type": "object",
"properties": {
"price": {
"type": "number"
},
"product": {
"type": "string"
},
"currency": {
"type": "string"
}
},
"additionalProperties": true
}
},
"description": "Price roll-up across `products`. Observed on the product-family shape only.",
"additionalProperties": true
},
"products": {
"type": "array",
"items": {
"type": "object",
"properties": {
"price": {
"type": "number"
},
"rating": {
"type": [
"number",
"null"
],
"description": "Observed null on listings with no reviews."
},
"currency": {
"type": "string",
"description": "e.g. 'SEK'."
},
"discount": {
"type": "string",
"description": "Free-text discount, e.g. '-17%'. Only present on a listing currently marked down."
},
"in_stock": {
"type": "boolean"
},
"merchants": {
"type": "string",
"description": "A free-text merchant count string as the source renders it, e.g. '9+ butiker'."
},
"lowest_price": {
"type": "number"
},
"product_name": {
"type": "string",
"description": "The matched product's own listing title."
},
"original_price": {
"type": "number",
"description": "Pre-discount price. Only present on a listing currently marked down."
}
},
"additionalProperties": true
},
"description": "One entry per distinct matching product. Observed on the product-family shape only."
},
"price_range": {
"type": "number",
"description": "Observed on the single-product shape only (the product-family shape nests this under `summary` instead)."
},
"lowest_price": {
"type": "object",
"properties": {
"price": {
"type": "number"
},
"currency": {
"type": "string"
},
"merchant": {
"type": [
"string",
"null"
]
}
},
"description": "Observed on the single-product shape only (the product-family shape nests this under `summary` instead).",
"additionalProperties": true
},
"product_name": {
"type": "string",
"description": "The product name searched, echoed back. Observed on the single-product shape only (the product-family shape instead echoes the query as `search_query` and names each matched product individually under `products[].product_name`)."
},
"search_query": {
"type": "string",
"description": "The product text searched, echoed back. Observed on the product-family shape only."
},
"total_offers": {
"type": "number",
"description": "Observed on the single-product shape only (the product-family shape nests this under `summary` instead)."
},
"average_price": {
"type": "number",
"description": "Observed on the single-product shape only (the product-family shape nests this under `summary` instead)."
},
"highest_price": {
"type": "object",
"properties": {
"price": {
"type": "number"
},
"currency": {
"type": "string"
},
"merchant": {
"type": [
"string",
"null"
]
}
},
"description": "Observed on the single-product shape only (the product-family shape nests this under `summary` instead).",
"additionalProperties": true
}
},
"description": "The price comparison result, as returned at routing.responseResultPath ($.output).",
"additionalProperties": true
}Pricing
Every real charge, itemised. A model that quietly omits one is a slow financial leak, so nothing here is rolled up, and a charge that only applies to some inputs says so rather than being added in.
Prices in this catalog are the provider's own list price, not your bill: Omnial MCP charges provider cost plus a platform markup on top, so what you are charged is higher than the figure shown. For the exact amount a specific call will cost, run omnial_execute with dry_run: true; that number includes the markup and is what we hold while the call runs. It is a quote, not a cap on the charge.
| Charge | Rate |
|---|---|
Per call Flat, regardless of what comes back | $0.324325365 |
- Cost basis
- Not recorded
This tool's catalog entry does not record how its final bill is determined, so we will not tell you whether its cost is fixed before the call or reported by the provider afterwards. Either way what is held is a quote rather than a cap: you are charged what the call actually costs, bounded at 2x the quote.
- Updated
- Sep 15, 2026
