Contract
{
"type": "object",
"required": [
"urls"
],
"properties": {
"urls": {
"type": "array",
"items": {
"type": "string"
},
"minItems": 1,
"description": "URLs to fetch contents for."
},
"subpages": {
"type": "integer",
"default": 0,
"maximum": 9007199254740991,
"minimum": 0
},
"maxAgeHours": {
"type": "integer",
"maximum": 9007199254740991,
"minimum": -9007199254740991
},
"livecrawlTimeout": {
"type": "integer",
"default": 10000,
"maximum": 9007199254740991,
"exclusiveMinimum": 0
}
},
"additionalProperties": false
}{
"type": "object",
"required": [
"results",
"statuses",
"searchTime"
],
"properties": {
"results": {
"type": "array",
"items": {
"type": "object",
"required": [
"title",
"text"
],
"properties": {
"text": {
"type": "string",
"description": "Clean, LLM-ready extracted page text (markdown-ish, HTML stripped)."
},
"title": {
"type": "string",
"description": "The page's title."
},
"author": {
"type": [
"string",
"null"
],
"description": "The page's byline author, when the page states one. Null observed when absent."
},
"entities": {
"type": "array",
"items": {
"type": "object",
"properties": {
"type": {
"type": "string",
"description": "Entity kind, e.g. 'company'."
},
"properties": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"research": {
"type": "null",
"description": "Always observed null on the one real fixture captured -- the real populated type is unconfirmed."
},
"workforce": {
"type": "object",
"properties": {
"total": {
"type": "integer",
"description": "Headcount, as reported by the provider."
}
},
"additionalProperties": true
},
"financials": {
"type": "object",
"properties": {
"fundingTotal": {
"type": "number",
"description": "USD, as reported by the provider."
},
"revenueAnnual": {
"type": "number",
"description": "USD, as reported by the provider."
},
"fundingLatestRound": {
"type": [
"number",
"null"
],
"description": "Null observed on the one real fixture captured."
}
},
"additionalProperties": true
},
"webTraffic": {
"type": "null",
"description": "Always observed null on the one real fixture captured -- the real populated type (likely a number or object) is unconfirmed."
},
"description": {
"type": "string"
},
"foundedYear": {
"type": "integer"
},
"headquarters": {
"type": "object",
"properties": {
"city": {
"type": "string"
},
"address": {
"type": "string",
"description": "The company's own published headquarters street address."
},
"country": {
"type": "string"
},
"postalCode": {
"type": [
"string",
"null"
],
"description": "Null observed on the one real fixture captured."
}
},
"additionalProperties": true
}
},
"description": "Entity fields; shape below reflects the one 'company' entity observed.",
"additionalProperties": true
}
},
"additionalProperties": true
},
"description": "Structured entities the provider recognized on the page (e.g. the company the page is about). Observed only on one real fixture (a company homepage) with exactly one entity of type 'company' -- whether a non-company page ever populates this, and whether more than one entity can appear, is unconfirmed."
}
},
"additionalProperties": true
},
"description": "Empty when every requested URL failed to fetch (see nonexistent-url-error)."
},
"statuses": {
"type": "array",
"items": {
"type": "object",
"required": [
"status"
],
"properties": {
"error": {
"type": "object",
"properties": {
"tag": {
"type": "string",
"description": "Provider error code, e.g. 'CRAWL_UNKNOWN_ERROR'."
},
"httpStatusCode": {
"type": "integer"
}
},
"description": "Present only when status is 'error'.",
"additionalProperties": true
},
"source": {
"type": "string",
"description": "e.g. 'cached'. Observed only on a success entry."
},
"status": {
"type": "string",
"description": "'success' or 'error', both observed."
}
},
"additionalProperties": true
},
"description": "One entry per requested URL, in the order the provider reported them."
},
"searchTime": {
"type": "number",
"description": "Fetch time in milliseconds, as reported by the provider."
}
},
"description": "One record per requested URL under `results`, plus one status record per requested URL under `statuses`. A URL that failed to fetch produces an empty `results` array and an error entry in `statuses` for that URL, rather than a top-level error.",
"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.00273 |
- 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
