Skip to content
Eden Engine

Web Page Text Extractor (by URL)

omnial/x402-url-to-text

Given a URL, fetches the page with a plain HTTP GET and HTML parse (no JavaScript rendering) and returns its plain-text content, page title, meta description, and detected language. Fast and cheap on static/content-heavy pages; a JavaScript-heavy site that renders its content client-side will come back sparse, since no script ever runs.

activeper callv1
Provider
Web & Business Data Network
Category
company-enrichment
Provider price
$0.0324324 per call
Latency p50 / p95
— / —
Success rate
—
Verified
—

Provider list price; Omnial MCP charges provider cost plus a platform markup on top.

Contract

input_schema.json
{
  "type": "object",
  "required": [
    "url"
  ],
  "properties": {
    "url": {
      "type": "string",
      "description": "URL to extract text from"
    }
  },
  "additionalProperties": false
}
output_schema.json
{
  "type": "object",
  "properties": {
    "text": {
      "type": "string",
      "description": "The page's plain-text content, HTML tags stripped. Length varies enormously with the source page -- observed as a single short sentence on a minimal static page and as tens of thousands of characters on a long Wikipedia article -- and reflects only what a plain HTTP GET + HTML parse can see: a JavaScript-heavy page that renders its content client-side will shape to a sparse or near-empty string here, since this endpoint never executes JavaScript."
    },
    "title": {
      "type": "string",
      "description": "The page's <title>, e.g. 'Anthropic - Wikipedia', 'Example Domain'."
    },
    "language": {
      "type": "string",
      "description": "Detected page language as a short code, e.g. 'en'."
    },
    "meta_description": {
      "type": [
        "string",
        "null"
      ],
      "description": "The page's <meta name=\"description\"> content, when the page declares one. Observed null on both real fixtures captured (neither declared a meta description) -- treat this as commonly absent, not guaranteed to be present."
    }
  },
  "description": "The extraction 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.

ChargeRate
Per call
Flat, regardless of what comes back
$0.0324324
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 23, 2026