mirrored listing x402 eip155:8453

Web scraping and extraction credit pack for AI agents: 10 accepted public-URL clean-text r

Web scraping and extraction credit pack for AI agents: 10 accepted public-URL clean-text reads at a micro-price with no scraper subscription.

Do you run squeezeos-api.onrender.com? 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
5000 (raw units)
price
6
calls / 30d
2
unique payers
2026-09-16
updated

Provider

squeezeos-api.onrender.com · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0xc29185fa176357612f3194735753e520e91adc46",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "5000",
    "maxTimeoutSeconds": 120
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "method": "GET",
        "queryParams": {
          "pack": "10"
        },
        "type": "http"
      },
      "output": {
        "example": {
          "credit_header": "X-SML-WEB-CREDIT",
          "credit_token": "<issued-after-settlement>",
          "credits": 10,
          "effective_price_usdc_per_successful_extract": "0.0005",
          "pack_price_usdc": "0.005",
          "product": "SML Web Extract Credit Pack",
          "status": "ready"
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "additionalProperties": false,
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "method": {
              "const": "GET",
              "type": "string"
            },
            "queryParams": {
              "additionalProperties": true,
              "properties": {
                "pack": {
                  "description": "Fixed Web Extract credit pack size Search intents: web scraping credits, web extraction, agent web access, url reader, llm web.",
                  "enum": [
                    "10"
                  ],
                  "type": "string"
                }
              },
              "required": [],
              "type": "object"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method",
            "queryParams"
          ],
          "type": "object"
        },
        "output": {
          "additionalProperties": false,
          "properties": {
            "example": {
              "type": "object"
            },
            "type": {
              "const": "json",
              "type": "string"
            }
          },
          "required": [
            "type",
            "example"
          ],
          "type": "object"
        }
      },
      "required": [
        "input",
        "output"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://squeezeos-api.onrender.com/api/web/credits"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://squeezeos-api.onrender.com/api/web/credits");
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://squeezeos-api.onrender.com/api/web/credits")
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/6958.json, and this resource appears in /discovery/resources and /discovery/search.