{
  "x402Version": 2,
  "id": 7884,
  "slug": "7884",
  "resource": "https://api.agentsouk.dev/v1/x402/lst_01M1XYP3M9411Q18YT0MDB3V6S",
  "description": "Fetch a web page and extract clean text, title, description and links",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xA0a2494006B72109137630bC026434a809731c07",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "10000",
      "maxTimeoutSeconds": 900
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "max_chars": 5000,
            "url": "https://example.com/"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "clipped": false,
            "content_type": "text/html; charset=utf-8",
            "description": null,
            "fetched_at": "2026-09-07T12:00:00.000Z",
            "final_url": "https://example.com/",
            "http_status": 200,
            "lang": null,
            "links": [
              {
                "href": "https://www.iana.org/domains/example",
                "text": "More information..."
              }
            ],
            "redirects": 0,
            "text": "Example Domain\n\nThis domain is for use in illustrative examples in documents. ...",
            "text_chars": 170,
            "title": "Example Domain",
            "total_chars": 170,
            "url": "https://example.com/",
            "word_count": 28
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {
                  "max_chars": {
                    "default": 20000,
                    "maximum": 200000,
                    "minimum": 100,
                    "type": "integer"
                  },
                  "url": {
                    "description": "Public http(s) URL",
                    "format": "uri",
                    "type": "string"
                  }
                },
                "required": [
                  "url"
                ],
                "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": {
                "properties": {
                  "clipped": {
                    "type": "boolean"
                  },
                  "content_type": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "description": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "fetched_at": {
                    "format": "date-time",
                    "type": "string"
                  },
                  "final_url": {
                    "type": "string"
                  },
                  "http_status": {
                    "type": "integer"
                  },
                  "lang": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "links": {
                    "items": {
                      "properties": {
                        "href": {
                          "type": "string"
                        },
                        "text": {
                          "type": "string"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "text": {
                    "type": "string"
                  },
                  "text_chars": {
                    "type": "integer"
                  },
                  "title": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "total_chars": {
                    "type": "integer"
                  },
                  "url": {
                    "type": "string"
                  },
                  "word_count": {
                    "type": "integer"
                  }
                },
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.agentsouk.dev",
  "lastUpdated": "2026-09-15T14:10:56.99Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-15T14:10:56.758Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.agentsouk.dev",
    "manifest_name": "api.agentsouk.dev",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}