mirrored listing x402 eip155:8453solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp

Use when an agent needs batch extract

Use when an agent needs batch extract. Returns Run up to 10 public URL JSON extractions in isolated ephemeral compute against caller-supplied JSON Schemas with idempotent reconciliation. $0.02.

Do you run api.oblique.markets? 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
20000 (raw units)
price
7
calls / 30d
2
unique payers
2026-09-14
updated

Provider

api.oblique.markets · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x970007590aCC5C938cd51345B17AF51B1B40D3Ab",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "20000",
    "maxTimeoutSeconds": 60
  },
  {
    "scheme": "exact",
    "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
    "payTo": "GYyTRmt317JafPHXPnM54Fsvsma5GnS9wm6qGMqaykdS",
    "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
    "amount": "20000",
    "maxTimeoutSeconds": 60
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "body": {
          "idempotency_key": "example",
          "items": [
            {
              "schema": {},
              "url": "HTTPS page to extract"
            }
          ]
        },
        "bodyType": "json",
        "method": "POST",
        "type": "http"
      },
      "output": {
        "example": {
          "artifact_hash": "sha256:9f86d081884c7d659a2feaa0c55ad015...",
          "completed_at": "2026-08-22T12:00:00.000Z",
          "completed_count": 1,
          "failed_count": 1,
          "idempotency_key": "batch-2026-08-22-1",
          "manifest_reconciled": true,
          "payment_tx_hash": "0xabc123...",
          "reconciled_charge_usdc": "0.020000",
          "refundable_amount_usdc": "0.000000",
          "results": [
            {
              "artifact_hash": "sha256:2bb80d537b1da3e38bd30361aa855686...",
              "data": {
                "title": "Example Domain"
              },
              "index": 0,
              "runtime_ms": 910,
              "source": "metadata",
              "status": "completed",
              "url": "https://example.com"
            },
            {
              "artifact_hash": null,
              "failure_code": "upstream_http",
              "index": 1,
              "runtime_ms": 932,
              "status": "failed",
              "url": "https://invalid.example"
            }
          ],
          "runtime_ms": 1842,
          "status": "fulfilled",
          "submitted_count": 2
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "body": {
              "properties": {
                "idempotency_key": {
                  "type": "string"
                },
                "items": {
                  "items": {
                    "properties": {
                      "schema": {
                        "description": "JSON Schema for the extracted JSON value",
                        "type": "object"
                      },
                      "url": {
                        "description": "HTTPS page to extract",
                        "type": "string"
                      }
                    },
                    "required": [
                      "url",
                      "schema"
                    ],
                    "type": "object"
                  },
                  "type": "array"
                }
              },
              "required": [
                "items",
                "idempotency_key"
              ],
              "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": {
            "artifact_hash": {
              "type": "string"
            },
            "completed_at": {
              "type": "string"
            },
            "completed_count": {
              "type": "integer"
            },
            "failed_count": {
              "type": "integer"
            },
            "idempotency_key": {
              "type": "string"
            },
            "manifest_reconciled": {
              "type": "boolean"
            },
            "payment_tx_hash": {
              "type": "string"
            },
            "reconciled_charge_usdc": {
              "type": "string"
            },
            "refundable_amount_usdc": {
              "type": "string"
            },
            "results": {
              "items": {
                "properties": {
                  "artifact_hash": {
                    "type": "string"
                  },
                  "data": {
                    "properties": {
                      "title": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "index": {
                    "type": "integer"
                  },
                  "runtime_ms": {
                    "type": "integer"
                  },
                  "source": {
                    "type": "string"
                  },
                  "status": {
                    "type": "string"
                  },
                  "url": {
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "type": "array"
            },
            "runtime_ms": {
              "type": "integer"
            },
            "status": {
              "type": "string"
            },
            "submitted_count": {
              "type": "integer"
            }
          },
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://api.oblique.markets/api/v1/paid/batch-extract"
# -> 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.oblique.markets/api/v1/paid/batch-extract");
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.oblique.markets/api/v1/paid/batch-extract")
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/550.json, and this resource appears in /discovery/resources and /discovery/search.