{
  "x402Version": 2,
  "id": 7392,
  "slug": "7392",
  "resource": "https://402agent.ai/agent402/api/v1/read",
  "description": "Fetch and extract structured content from a public URL. Useful for: reading articles, summarizing web pages, extracting facts from a source, understanding what a URL contains. Returns: title, summary, key_points[], extracted_facts[] (stated facts only, inference kept separate), source_url. Input: { url: string } — a public http/https URL (private network addresses are blocked). Output MIME type: application/json. Payment: x402 exact USDC on Base mainnet (eip155:8453).",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x6d0ab33A11F03fe782Eaa949dEA7785BAe16eBc7",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "47000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "url": "https://example.com/article"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "replayed": false,
            "result": {
              "extracted_facts": [
                "Stated fact 1",
                "Stated fact 2"
              ],
              "key_points": [
                "Key point 1",
                "Key point 2"
              ],
              "service": "read",
              "source_url": "https://example.com/article",
              "summary": "A brief summary of the article content…",
              "title": "Example Article"
            },
            "transaction_id": "tx_…"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "additionalProperties": false,
                "properties": {
                  "url": {
                    "description": "A public http/https URL to fetch and extract. Private network addresses (RFC 1918, loopback) are blocked.",
                    "format": "uri",
                    "maxLength": 4000,
                    "type": "string"
                  }
                },
                "required": [
                  "url"
                ],
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST",
                  "PUT",
                  "PATCH"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "replayed": {
                    "type": "boolean"
                  },
                  "result": {
                    "properties": {
                      "extracted_facts": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array"
                      },
                      "key_points": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array"
                      },
                      "service": {
                        "enum": [
                          "read"
                        ],
                        "type": "string"
                      },
                      "source_url": {
                        "format": "uri",
                        "type": "string"
                      },
                      "summary": {
                        "type": "string"
                      },
                      "title": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "transaction_id": {
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "402agent.ai",
  "lastUpdated": "2026-09-17T04:16:03.94Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-17T04:16:03.445Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "402agent.ai",
    "manifest_name": "402agent.ai",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}