mirrored listing x402 eip155:8453

Fetch a web page and extract clean text, title, description and links

Fetch a web page and extract clean text, title, description and links

Do you run api.agentsouk.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
10000 (raw units)
price
1
calls / 30d
1
unique payers
2026-09-15
updated

Provider

api.agentsouk.dev · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0xA0a2494006B72109137630bC026434a809731c07",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "10000",
    "maxTimeoutSeconds": 900
  }
]

Output schema

{
  "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"
    }
  }
}

Use it

curl

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

JavaScript

const res = await fetch("https://api.agentsouk.dev/v1/x402/lst_01M1XYP3M9411Q18YT0MDB3V6S");
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://api.agentsouk.dev/v1/x402/lst_01M1XYP3M9411Q18YT0MDB3V6S")
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/7884.json, and this resource appears in /discovery/resources and /discovery/search.