Skip to content
Eden Engine

URL to Clean Markdown Converter

omnial/x402-url-to-markdown

Given a URL, returns the page's main content converted to clean markdown -- navigation, ads, and other boilerplate stripped out -- along with the extracted title and a word count. Works on static pages and falls back to rendering for JavaScript-heavy ones.

activeper callv1
Provider
Web & Business Data Network
Category
content-extraction
Provider price
$0.081081 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 convert"
    },
    "include_links": {
      "type": "boolean"
    },
    "include_images": {
      "type": "boolean"
    }
  },
  "additionalProperties": false
}
output_schema.json
{
  "type": "object",
  "required": [
    "markdown",
    "title",
    "word_count"
  ],
  "properties": {
    "_meta": {
      "type": "object",
      "properties": {
        "provenance": {
          "type": "object",
          "properties": {
            "source": {
              "type": "string",
              "description": "How the page was fetched. Observed only as 'http-get' (a static-page fetch) on both real calibration calls -- the value this field takes when the JavaScript-rendering fallback is used was never observed."
            },
            "fetched_at": {
              "type": "string",
              "description": "ISO 8601 timestamp of when the page was fetched for this conversion."
            }
          },
          "additionalProperties": true
        }
      },
      "description": "Extraction metadata about this particular conversion.",
      "additionalProperties": true
    },
    "title": {
      "type": "string",
      "description": "The extracted page title."
    },
    "markdown": {
      "type": "string",
      "description": "The page's main content as clean markdown, with navigation, ads, and other boilerplate stripped out. Links are preserved as markdown links."
    },
    "word_count": {
      "type": "number",
      "description": "Word count of the extracted markdown content."
    }
  },
  "description": "The markdown conversion 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.081081
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 25, 2026