mirrored listing x402 eip155:8453solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp

Extract article / main content from any URL or PDF to clean, LLM-ready Markdown (web scrap

Extract article / main content from any URL or PDF to clean, LLM-ready Markdown (web scraper / reader / html-to-markdown) — strips scripts, nav, ads, and boilerplate while preserving headings, links, lists, tables, code blocks, and blockquotes; extracts the text layer from PDFs. Returns Markdown body, title, word count, and a quality grade. For JS-rendered or bot-walled pages a plain fetch can't read, use /exa/contents.

Do you run netintel.dev? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
3000 (raw units)
price
352
calls / 30d
9
unique payers
2026-09-15
updated

Provider

netintel.dev · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0xdaDc335482AD545296Fd7b28518A251fFCbEb9Df",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "3000",
    "maxTimeoutSeconds": 300
  },
  {
    "scheme": "exact",
    "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
    "payTo": "8FVeybWnB4dYrxTuPK7WzFZNAiEcFVaDLFnKpRwVGr5s",
    "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
    "amount": "3000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "method": "GET",
        "queryParams": {
          "url": "https://www.sitemaps.org/protocol.html"
        },
        "type": "http"
      },
      "output": {
        "example": {
          "char_count": 21619,
          "content_type": "article",
          "final_url": "https://www.sitemaps.org/protocol.html",
          "findings": [],
          "grade": "A",
          "markdown": "## Sitemaps XML format\n\nThis document describes the XML schema for the Sitemap protocol...",
          "output_bytes": 21619,
          "score": 100,
          "status_code": 200,
          "title": "sitemaps.org - Protocol",
          "truncated": false,
          "url": "https://www.sitemaps.org/protocol.html",
          "word_count": 2707
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "method": {
              "enum": [
                "GET"
              ],
              "type": "string"
            },
            "queryParams": {
              "properties": {
                "url": {
                  "description": "Public URL of an HTML page or PDF to extract (e.g. https://www.sitemaps.org/protocol.html)",
                  "type": "string"
                }
              },
              "required": [
                "url"
              ],
              "type": "object"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "properties": {
                "char_count": {
                  "type": "number"
                },
                "content_type": {
                  "description": "article | pdf | other (non-HTML/PDF falls back to best-effort plain text)",
                  "type": "string"
                },
                "final_url": {
                  "type": "string"
                },
                "findings": {
                  "type": "array"
                },
                "grade": {
                  "type": "string"
                },
                "markdown": {
                  "type": "string"
                },
                "output_bytes": {
                  "type": "number"
                },
                "score": {
                  "type": "number"
                },
                "status_code": {
                  "type": "number"
                },
                "title": {
                  "type": "string"
                },
                "truncated": {
                  "type": "boolean"
                },
                "url": {
                  "type": "string"
                },
                "word_count": {
                  "type": "number"
                }
              },
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://netintel.dev/web/extract"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://netintel.dev/web/extract");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://netintel.dev/web/extract")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/2830.json, and this resource appears in /discovery/resources and /discovery/search.