{
  "x402Version": 1,
  "id": 7113,
  "slug": "7113",
  "resource": "https://uxus.finance/api/extract",
  "description": "Pull structured JSON out of messy text or a web page — no API key, no account, no signup; pay per call in USDC on Base. POST JSON { schema: { field: type, ... } (required), and text or url }. If url is given the page is fetched and stripped first; an LLM fills the schema and missing fields come back null. Returns { data, model, latency_ms }. For agents turning an article, listing, or product page into typed fields.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "payTo": "0xE0Ed7A30589Fec49e98F2085c7162B90FdbB83de",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "10000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "schema": {
              "description": "Fields you want, e.g. { title: string, price: number }. Required.",
              "type": "object"
            },
            "text": {
              "description": "Raw source text. Provide this or url.",
              "type": "string"
            },
            "url": {
              "description": "Page to fetch and extract from. Provide this or text.",
              "type": "string"
            }
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "data": {
              "in_stock": true,
              "price": 19.99,
              "title": "Example"
            },
            "latency_ms": 900,
            "model": "deepseek/deepseek-chat"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "properties": {
              "body": {
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {},
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "uxus.finance",
  "lastUpdated": "2026-09-03T18:41:12.052Z",
  "quality": {
    "calls30d": 3,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-03T18:41:11.862Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "uxus.finance",
    "manifest_name": "uxus.finance",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}