{
  "x402Version": 2,
  "id": 14987,
  "slug": "14987",
  "resource": "https://zlurp.ai/scrape",
  "description": "Scrape any public URL to clean markdown",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xEd1f3bD0C17b4EB4bCbB2Ddb1E436015ac45B711",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "5000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "js": false,
            "mode": "article",
            "url": "https://example.com"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "markdown": "# Example",
            "success": true,
            "title": "Example Domain",
            "wordCount": 17
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {
                  "js": {
                    "default": false,
                    "type": "boolean"
                  },
                  "mode": {
                    "default": "article",
                    "enum": [
                      "article",
                      "full"
                    ],
                    "type": "string"
                  },
                  "url": {
                    "description": "The public URL to scrape",
                    "type": "string"
                  }
                },
                "required": [
                  "url"
                ],
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "markdown": {
                    "type": "string"
                  },
                  "success": {
                    "type": "boolean"
                  },
                  "title": {
                    "type": "string"
                  },
                  "wordCount": {
                    "type": "integer"
                  }
                },
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "zlurp.ai",
  "lastUpdated": "2026-09-17T03:25:46.106Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-17T03:25:45.833Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "zlurp.ai",
    "manifest_name": "zlurp.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"
  }
}