INTELLIGENCE

Know what your agents buy.

Costs, changes and evidence for better service decisions.

Cost intelligence

Find the better way to pay.

Compare service prices and payment options against your workload.

Scoped audits · customer usage requiredRequest a cost audit
Change intelligence

Know when your dependencies change.

Track payment offers, service schemas and provider changes over time.

Custom watchlists and historyDiscuss monitoring
Outcome intelligence

Connect the purchase to the result.

Bring charges, retries and task evaluations into one private evidence record.

Integration pilot · your task criteriaConnect your workflow

THE EVIDENCE BASE

Collected. Dated. Traceable.

Use the API
14,635Source listings
33Source snapshots
27,889Recorded changes
1,221Endpoint observations

Latest snapshot: Sep 12, 2026, 05:41 UTC. Daily collection; gaps remain unknown.

476 observations · Differences between dated observations.

api.agishub.comGenerate a QR code for any text or URL. Returns an inline SVG plus a data URI, with selectable size, quiet-zone margin and error-correction level.
https://api.agishub.com/v1/qr-generate
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d
Source and evidence
{
  "description": "Generate a QR code for any text or URL. Returns an inline SVG plus a data URI, with selectable size, quiet-zone margin and error-correction level.",
  "domain": "api.agishub.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "ec_level": {
                "description": "Error-correction level: L(7%), M(15%), Q(25%), H(30%). Default M.",
                "enum": [
                  "L",
                  "M",
                  "Q",
                  "H"
                ],
                "type": "string"
              },
              "margin": {
                "description": "Quiet-zone margin around the code, in cells (default 4).",
                "maximum": 20,
                "minimum": 0,
                "type": "integer"
              },
              "size": {
                "description": "Pixel size of each QR module/cell in the SVG (default 6).",
                "exclusiveMinimum": true,
                "maximum": 40,
                "minimum": 0,
                "type": "integer"
              },
              "text": {
                "description": "Text or URL to encode in the QR code.",
                "minLength": 1,
                "type": "string"
              }
            },
            "required": [
              "text"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "enum": [
              "http"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "additionalProperties": false,
        "properties": {
          "example": {
            "type": "object"
          },
          "type": {
            "enum": [
              "json"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "example"
        ],
        "type": "object"
      }
    },
    "required": [
      "input",
      "output"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "dbc078e0ce4ac62d59766a88680973c707c9df0c336ea62a26ed6333b2be0d24",
  "service_id": "20210dec2d1eabb504564e992062341f29484cec359f69f1d6ebb2bdac8be443",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T18:33:59.796Z",
  "url": "https://api.agishub.com/v1/qr-generate",
  "usage_rights": "not_reviewed"
}
api.agishub.comRender a public URL or a raw HTML string into a PDF document, returned base64-encoded. Backed by a headless browser. Use for invoices, reports, receipts and any HTML-to-PDF need.
https://api.agishub.com/paid/pdf
NetworkAdvertised amountBillingPayee
eip155:84530.05 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d
Source and evidence
{
  "description": "Render a public URL or a raw HTML string into a PDF document, returned base64-encoded. Backed by a headless browser. Use for invoices, reports, receipts and any HTML-to-PDF need.",
  "domain": "api.agishub.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "format": {
                "description": "Paper size (default A4).",
                "enum": [
                  "A4",
                  "Letter",
                  "Legal",
                  "A3",
                  "A5",
                  "Tabloid"
                ],
                "type": "string"
              },
              "html": {
                "description": "Raw HTML string to render to PDF. Provide this OR url.",
                "type": "string"
              },
              "landscape": {
                "description": "Landscape orientation (default false = portrait).",
                "type": "boolean"
              },
              "url": {
                "description": "Public http/https URL to render to PDF. Provide this OR html.",
                "format": "uri",
                "type": "string"
              }
            },
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "enum": [
              "http"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "additionalProperties": false,
        "properties": {
          "example": {
            "type": "object"
          },
          "type": {
            "enum": [
              "json"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "example"
        ],
        "type": "object"
      }
    },
    "required": [
      "input",
      "output"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.05",
      "amount_atomic": "50000",
      "amount_encoding": "atomic_units",
      "amount_raw": "50000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "cbb0f96a69b57b0a81601428544bc0a83684bc7c6d7ab3771f39a09cd76eb072",
  "service_id": "2c0ce49b2c0344f876611869a829c6eef07ca721a4b7d39b41915b946e73a2a4",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T18:02:18.068Z",
  "url": "https://api.agishub.com/paid/pdf",
  "usage_rights": "not_reviewed"
}
api.agishub.comAI-powered structured extraction: give a URL plus a natural-language prompt and/or a JSON Schema, and get back clean structured JSON (e.g. product name, price, rating). Renders the page in a headless browser first, so it works on SPAs.
https://api.agishub.com/v1/extract-structured
NetworkAdvertised amountBillingPayee
eip155:84530.05 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d
Source and evidence
{
  "description": "AI-powered structured extraction: give a URL plus a natural-language prompt and/or a JSON Schema, and get back clean structured JSON (e.g. product name, price, rating). Renders the page in a headless browser first, so it works on SPAs.",
  "domain": "api.agishub.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "prompt": {
                "description": "Natural-language instruction of what to extract, e.g. 'the product name, price and rating'. Provide this and/or a schema.",
                "type": "string"
              },
              "schema": {
                "additionalProperties": {},
                "description": "Optional JSON Schema object describing the exact shape of the data to return. When given, the output is constrained to it.",
                "type": "object"
              },
              "url": {
                "description": "Full http/https URL of the page to extract data from.",
                "format": "uri",
                "type": "string"
              }
            },
            "required": [
              "url"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "enum": [
              "http"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "additionalProperties": false,
        "properties": {
          "example": {
            "type": "object"
          },
          "type": {
            "enum": [
              "json"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "example"
        ],
        "type": "object"
      }
    },
    "required": [
      "input",
      "output"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.05",
      "amount_atomic": "50000",
      "amount_encoding": "atomic_units",
      "amount_raw": "50000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "b3b45975dcec239567e85a2191c46f5de3326458bd1db5cdcd74ac6975c19548",
  "service_id": "2d54634a11d564bfc7892478a9f302cea9e6fb1da864690ac0ab69ba022e2bd0",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T19:03:06.992Z",
  "url": "https://api.agishub.com/v1/extract-structured",
  "usage_rights": "not_reviewed"
}
api.agishub.comGenerate an image from a text prompt (returned base64-encoded PNG).
https://api.agishub.com/paid/generate-image
NetworkAdvertised amountBillingPayee
eip155:84530.1 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d
Source and evidence
{
  "description": "Generate an image from a text prompt (returned base64-encoded PNG).",
  "domain": "api.agishub.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "prompt": {
                "description": "Text description of the image to generate.",
                "minLength": 1,
                "type": "string"
              },
              "steps": {
                "description": "Diffusion steps (1-8, default 4). More = higher quality but slower.",
                "maximum": 8,
                "minimum": 1,
                "type": "integer"
              }
            },
            "required": [
              "prompt"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "enum": [
              "http"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "additionalProperties": false,
        "properties": {
          "example": {
            "type": "object"
          },
          "type": {
            "enum": [
              "json"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "example"
        ],
        "type": "object"
      }
    },
    "required": [
      "input",
      "output"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.1",
      "amount_atomic": "100000",
      "amount_encoding": "atomic_units",
      "amount_raw": "100000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "49990f2a60223a9bea67e825d110197d6d800a742d5cc7c515481db2f92ad526",
  "service_id": "33c94a8d5e872173fc1912d8f6d68984ecac263058d92e7c33dbe9abde453923",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-07T20:54:28.665Z",
  "url": "https://api.agishub.com/paid/generate-image",
  "usage_rights": "not_reviewed"
}
api.agishub.comFetch any public web page and return its main content as clean, token-efficient Markdown (title, description, headings, links, lists). Set render:true to execute JavaScript first for single-page apps or JS-heavy pages that would otherwise come back empty. Built for RAG and for agents that need to read the contents of a URL.
https://api.agishub.com/paid/web-scraper
NetworkAdvertised amountBillingPayee
eip155:84530.03 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d
Source and evidence
{
  "description": "Fetch any public web page and return its main content as clean, token-efficient Markdown (title, description, headings, links, lists). Set render:true to execute JavaScript first for single-page apps or JS-heavy pages that would otherwise come back empty. Built for RAG and for agents that need to read the contents of a URL.",
  "domain": "api.agishub.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "include_images": {
                "description": "Keep images as markdown (default false).",
                "type": "boolean"
              },
              "include_links": {
                "description": "Keep hyperlinks in the markdown output (default true).",
                "type": "boolean"
              },
              "max_chars": {
                "description": "Truncate the markdown to at most this many characters (sets truncated:true).",
                "exclusiveMinimum": true,
                "minimum": 0,
                "type": "integer"
              },
              "render": {
                "description": "Render JavaScript with a headless browser before extracting (default false). Enable for SPAs / JS-heavy pages that return empty content otherwise. Slower.",
                "type": "boolean"
              },
              "url": {
                "description": "Full http/https URL of the page to extract.",
                "format": "uri",
                "type": "string"
              }
            },
            "required": [
              "url"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "enum": [
              "http"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "additionalProperties": false,
        "properties": {
          "example": {
            "type": "object"
          },
          "type": {
            "enum": [
              "json"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "example"
        ],
        "type": "object"
      }
    },
    "required": [
      "input",
      "output"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.03",
      "amount_atomic": "30000",
      "amount_encoding": "atomic_units",
      "amount_raw": "30000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "053b00c06a24edf0d854ab50d99c6f1a5d178eeec15e73b37be48a722e7697bc",
  "service_id": "3be0811712a064277760e1b87a3b8537af172947aaddd8c98eb49a1b627bc8a6",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-07T20:58:31.34Z",
  "url": "https://api.agishub.com/paid/web-scraper",
  "usage_rights": "not_reviewed"
}
api.agishub.comExtract named entities from text — people, organizations, locations, dates and miscellaneous — returned as structured JSON.
https://api.agishub.com/paid/extract
NetworkAdvertised amountBillingPayee
eip155:84530.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d
Source and evidence
{
  "description": "Extract named entities from text — people, organizations, locations, dates and miscellaneous — returned as structured JSON.",
  "domain": "api.agishub.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "text": {
                "description": "The text to extract named entities from.",
                "minLength": 1,
                "type": "string"
              }
            },
            "required": [
              "text"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "enum": [
              "http"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "additionalProperties": false,
        "properties": {
          "example": {
            "type": "object"
          },
          "type": {
            "enum": [
              "json"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "example"
        ],
        "type": "object"
      }
    },
    "required": [
      "input",
      "output"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.02",
      "amount_atomic": "20000",
      "amount_encoding": "atomic_units",
      "amount_raw": "20000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "5df837b9e6816989cbc986d08eb28a8e7c665cc4b8864d90db4daa75bb6c475b",
  "service_id": "3c69c827ebc1b426248be1a5f0b420ebb4f7ec9d7e37ef375cfb0be5ecc2e52e",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-07T20:52:05.236Z",
  "url": "https://api.agishub.com/paid/extract",
  "usage_rights": "not_reviewed"
}
api.agishub.comSemantically search a memory collection (namespace) and return the most relevant stored entries. The retrieval half of RAG.
https://api.agishub.com/v1/memory-search
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d
Source and evidence
{
  "description": "Semantically search a memory collection (namespace) and return the most relevant stored entries. The retrieval half of RAG.",
  "domain": "api.agishub.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "namespace": {
                "description": "The namespace to search within (the same key used on upsert).",
                "minLength": 1,
                "type": "string"
              },
              "query": {
                "description": "Natural-language query; returns the most semantically similar stored entries.",
                "minLength": 1,
                "type": "string"
              },
              "top_k": {
                "description": "How many results to return (default 5).",
                "maximum": 20,
                "minimum": 1,
                "type": "integer"
              }
            },
            "required": [
              "namespace",
              "query"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "enum": [
              "http"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "additionalProperties": false,
        "properties": {
          "example": {
            "type": "object"
          },
          "type": {
            "enum": [
              "json"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "example"
        ],
        "type": "object"
      }
    },
    "required": [
      "input",
      "output"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "1a3011e8a3176161840a4c23642d2a502bfa8594e9258d43a220b32d92ae68dc",
  "service_id": "419e7a988fbd047062a28aee8ee69b9915a756cdaf47394d44aa5a6609470c3e",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T18:30:04.043Z",
  "url": "https://api.agishub.com/v1/memory-search",
  "usage_rights": "not_reviewed"
}
api.agishub.comDrive a headless browser: open a URL and run an ordered list of steps — click, type, press keys, wait, extract text and screenshot. For flows the plain scraper can't reach (logins, forms, multi-step pages).
https://api.agishub.com/v1/browser-automate
NetworkAdvertised amountBillingPayee
eip155:84530.1 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d
Source and evidence
{
  "description": "Drive a headless browser: open a URL and run an ordered list of steps — click, type, press keys, wait, extract text and screenshot. For flows the plain scraper can't reach (logins, forms, multi-step pages).",
  "domain": "api.agishub.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "screenshot": {
                "description": "Also return a final full-page PNG screenshot (base64).",
                "type": "boolean"
              },
              "steps": {
                "description": "Ordered actions to perform after the page loads.",
                "items": {
                  "additionalProperties": false,
                  "properties": {
                    "action": {
                      "description": "What to do.",
                      "enum": [
                        "click",
                        "type",
                        "press",
                        "wait",
                        "extract_text",
                        "screenshot"
                      ],
                      "type": "string"
                    },
                    "ms": {
                      "description": "Milliseconds to wait (wait, when no selector given).",
                      "maximum": 10000,
                      "minimum": 0,
                      "type": "integer"
                    },
                    "selector": {
                      "description": "CSS selector (for click/type/wait-for/extract_text).",
                      "type": "string"
                    },
                    "text": {
                      "description": "Text to type (type), or key to press (press, e.g. 'Enter').",
                      "type": "string"
                    }
                  },
                  "required": [
                    "action"
                  ],
                  "type": "object"
                },
                "maxItems": 20,
                "type": "array"
              },
              "url": {
                "description": "Starting URL to open in a headless browser.",
                "format": "uri",
                "type": "string"
              }
            },
            "required": [
              "url"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "enum": [
              "http"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "additionalProperties": false,
        "properties": {
          "example": {
            "type": "object"
          },
          "type": {
            "enum": [
              "json"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "example"
        ],
        "type": "object"
      }
    },
    "required": [
      "input",
      "output"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.1",
      "amount_atomic": "100000",
      "amount_encoding": "atomic_units",
      "amount_raw": "100000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "a927fea6284fee86286fe9ab78516bde464a60fb52ec6990a1a97bf454c4fded",
  "service_id": "46f2ad8efb924944d93c18736c206fb74ac483faf479160a95f7109aae522732",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T19:01:01.643Z",
  "url": "https://api.agishub.com/v1/browser-automate",
  "usage_rights": "not_reviewed"
}
api.agishub.comGet the exact UTC offset of an IANA timezone at a given instant, DST-aware. Correctly handles fractional offsets such as India +05:30 and Nepal +05:45.
https://api.agishub.com/v1/time-offset
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d
Source and evidence
{
  "description": "Get the exact UTC offset of an IANA timezone at a given instant, DST-aware. Correctly handles fractional offsets such as India +05:30 and Nepal +05:45.",
  "domain": "api.agishub.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "instant": {
                "description": "ISO 8601 or natural language. Defaults to now.",
                "type": "string"
              },
              "timezone": {
                "description": "IANA timezone.",
                "type": "string"
              }
            },
            "required": [
              "timezone"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "enum": [
              "http"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "additionalProperties": false,
        "properties": {
          "example": {
            "type": "object"
          },
          "type": {
            "enum": [
              "json"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "example"
        ],
        "type": "object"
      }
    },
    "required": [
      "input",
      "output"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "70cda57c07d93cb6000c96249cce8e7cc96979ede9d3b324e82ba8f76d5d2bfd",
  "service_id": "4749d863c6aaa7a2c3564f77a26753347727f9ef23976cc28339250cb81a9bce",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-09T00:01:06.785Z",
  "url": "https://api.agishub.com/v1/time-offset",
  "usage_rights": "not_reviewed"
}
api.agishub.comGenerate a QR code for any text or URL. Returns an inline SVG plus a data URI, with selectable size, quiet-zone margin and error-correction level.
https://api.agishub.com/paid/qr-generate
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d
Source and evidence
{
  "description": "Generate a QR code for any text or URL. Returns an inline SVG plus a data URI, with selectable size, quiet-zone margin and error-correction level.",
  "domain": "api.agishub.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "ec_level": {
                "description": "Error-correction level: L(7%), M(15%), Q(25%), H(30%). Default M.",
                "enum": [
                  "L",
                  "M",
                  "Q",
                  "H"
                ],
                "type": "string"
              },
              "margin": {
                "description": "Quiet-zone margin around the code, in cells (default 4).",
                "maximum": 20,
                "minimum": 0,
                "type": "integer"
              },
              "size": {
                "description": "Pixel size of each QR module/cell in the SVG (default 6).",
                "exclusiveMinimum": true,
                "maximum": 40,
                "minimum": 0,
                "type": "integer"
              },
              "text": {
                "description": "Text or URL to encode in the QR code.",
                "minLength": 1,
                "type": "string"
              }
            },
            "required": [
              "text"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "enum": [
              "http"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "additionalProperties": false,
        "properties": {
          "example": {
            "type": "object"
          },
          "type": {
            "enum": [
              "json"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "example"
        ],
        "type": "object"
      }
    },
    "required": [
      "input",
      "output"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "dbc078e0ce4ac62d59766a88680973c707c9df0c336ea62a26ed6333b2be0d24",
  "service_id": "4b6b824c37b2bd92b9801d979357e6febb14d01dd147a4409f60485b3c8f2a9c",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-07T20:55:37.467Z",
  "url": "https://api.agishub.com/paid/qr-generate",
  "usage_rights": "not_reviewed"
}
api.agishub.comCapture a PNG screenshot of any public URL — full page or just the viewport, at a chosen size — returned base64-encoded. Backed by a headless browser.
https://api.agishub.com/paid/screenshot
NetworkAdvertised amountBillingPayee
eip155:84530.03 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d
Source and evidence
{
  "description": "Capture a PNG screenshot of any public URL — full page or just the viewport, at a chosen size — returned base64-encoded. Backed by a headless browser.",
  "domain": "api.agishub.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "full_page": {
                "description": "Capture the entire scrollable page instead of just the viewport (default false).",
                "type": "boolean"
              },
              "height": {
                "description": "Viewport height in pixels (default 800).",
                "exclusiveMinimum": true,
                "minimum": 0,
                "type": "integer"
              },
              "url": {
                "description": "Public http/https URL to capture.",
                "format": "uri",
                "type": "string"
              },
              "width": {
                "description": "Viewport width in pixels (default 1280).",
                "exclusiveMinimum": true,
                "minimum": 0,
                "type": "integer"
              }
            },
            "required": [
              "url"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "enum": [
              "http"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "additionalProperties": false,
        "properties": {
          "example": {
            "type": "object"
          },
          "type": {
            "enum": [
              "json"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "example"
        ],
        "type": "object"
      }
    },
    "required": [
      "input",
      "output"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.03",
      "amount_atomic": "30000",
      "amount_encoding": "atomic_units",
      "amount_raw": "30000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "480483f94daab12de50c93b48780b637a641dbe367aed5e2b1921dd655db3382",
  "service_id": "4bbe08296ce715f9a80f8c55f27df4f4f4e283e46c5ff4e0c9eb66922bff2594",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T17:56:35.249Z",
  "url": "https://api.agishub.com/paid/screenshot",
  "usage_rights": "not_reviewed"
}
api.agishub.comFind working-hour time slots that overlap across participants in different timezones for a meeting of a given duration, excluding weekends and (when a country is given per participant) that person's public holidays.
https://api.agishub.com/paid/meeting-slots
NetworkAdvertised amountBillingPayee
eip155:84530.1 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d
Source and evidence
{
  "description": "Find working-hour time slots that overlap across participants in different timezones for a meeting of a given duration, excluding weekends and (when a country is given per participant) that person's public holidays.",
  "domain": "api.agishub.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "date_range": {
                "additionalProperties": false,
                "description": "Inclusive date window to search, e.g. { \"start\":\"2026-07-13\", \"end\":\"2026-07-17\" }.",
                "properties": {
                  "end": {
                    "description": "Last date to search \"YYYY-MM-DD\".",
                    "type": "string"
                  },
                  "start": {
                    "description": "First date to search \"YYYY-MM-DD\".",
                    "type": "string"
                  }
                },
                "required": [
                  "start",
                  "end"
                ],
                "type": "object"
              },
              "duration": {
                "description": "Meeting duration in minutes.",
                "type": "number"
              },
              "participants": {
                "description": "The people to meet. Each participant is { timezone (IANA, required), working_hours? { start, end }, country? (ISO alpha-2) }.",
                "items": {
                  "additionalProperties": false,
                  "properties": {
                    "country": {
                      "description": "ISO 3166-1 alpha-2 code (e.g. 'US', 'ES') to exclude that person's public holidays.",
                      "type": "string"
                    },
                    "timezone": {
                      "description": "Participant's IANA timezone, e.g. 'Europe/Madrid'.",
                      "type": "string"
                    },
                    "working_hours": {
                      "additionalProperties": false,
                      "description": "This participant's local working hours. Defaults to 09:00-17:00.",
                      "properties": {
                        "end": {
                          "description": "Local end time \"HH:mm\" (24h), e.g. \"17:00\".",
                          "type": "string"
                        },
                        "start": {
                          "description": "Local start time \"HH:mm\" (24h), e.g. \"09:00\".",
                          "type": "string"
                        }
                      },
                      "required": [
                        "start",
                        "end"
                      ],
                      "type": "object"
                    }
                  },
                  "required": [
                    "timezone"
                  ],
                  "type": "object"
                },
                "minItems": 1,
                "type": "array"
              }
            },
            "required": [
              "participants",
              "duration",
              "date_range"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "enum": [
              "http"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "additionalProperties": false,
        "properties": {
          "example": {
            "type": "object"
          },
          "type": {
            "enum": [
              "json"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "example"
        ],
        "type": "object"
      }
    },
    "required": [
      "input",
      "output"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.1",
      "amount_atomic": "100000",
      "amount_encoding": "atomic_units",
      "amount_raw": "100000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "4ecd72e645398faceb89e81cfa6d874ca5572affa43bd942262620729f7928d9",
  "service_id": "505b01683ad9ff782f4672eedc2db8327b61f3bbeb050d45211e3b846417f2f9",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-11T11:33:08.737Z",
  "url": "https://api.agishub.com/paid/meeting-slots",
  "usage_rights": "not_reviewed"
}
api.agishub.comTranscribe an audio file (given by public URL) to text. Handles mp3, wav, m4a, ogg and more.
https://api.agishub.com/v1/audio-transcribe
NetworkAdvertised amountBillingPayee
eip155:84530.05 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d
Source and evidence
{
  "description": "Transcribe an audio file (given by public URL) to text. Handles mp3, wav, m4a, ogg and more.",
  "domain": "api.agishub.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "audio_url": {
                "description": "Public URL of an audio file (mp3, wav, m4a, ogg, ...) to transcribe to text.",
                "format": "uri",
                "type": "string"
              }
            },
            "required": [
              "audio_url"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "enum": [
              "http"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "additionalProperties": false,
        "properties": {
          "example": {
            "type": "object"
          },
          "type": {
            "enum": [
              "json"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "example"
        ],
        "type": "object"
      }
    },
    "required": [
      "input",
      "output"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.05",
      "amount_atomic": "50000",
      "amount_encoding": "atomic_units",
      "amount_raw": "50000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "a7dc9d757736abf430a63e095923deee543a2d73dab85322bd4aff7f7d0ad572",
  "service_id": "53a6cb250faf122663f54305a94453891100f2e45e43e9d8e8b427d53d2ab386",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T18:49:04.561Z",
  "url": "https://api.agishub.com/v1/audio-transcribe",
  "usage_rights": "not_reviewed"
}
api.agishub.comDeliver a webhook (POST/PUT/PATCH a JSON payload to a URL) with guaranteed, retried delivery. Returns immediately with a job_id; AgisHub keeps retrying in the background until it succeeds.
https://api.agishub.com/v1/webhook-send
NetworkAdvertised amountBillingPayee
eip155:84530.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d
Source and evidence
{
  "description": "Deliver a webhook (POST/PUT/PATCH a JSON payload to a URL) with guaranteed, retried delivery. Returns immediately with a job_id; AgisHub keeps retrying in the background until it succeeds.",
  "domain": "api.agishub.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "headers": {
                "additionalProperties": {
                  "type": "string"
                },
                "description": "Optional extra request headers, e.g. an auth token.",
                "type": "object"
              },
              "method": {
                "description": "HTTP method (default POST).",
                "enum": [
                  "POST",
                  "PUT",
                  "PATCH"
                ],
                "type": "string"
              },
              "payload": {
                "description": "JSON body to POST to the target (object, array, string or number)."
              },
              "url": {
                "description": "Public http/https URL to deliver the webhook to.",
                "format": "uri",
                "type": "string"
              }
            },
            "required": [
              "url"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "enum": [
              "http"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "additionalProperties": false,
        "properties": {
          "example": {
            "type": "object"
          },
          "type": {
            "enum": [
              "json"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "example"
        ],
        "type": "object"
      }
    },
    "required": [
      "input",
      "output"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.02",
      "amount_atomic": "20000",
      "amount_encoding": "atomic_units",
      "amount_raw": "20000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "16661db4e3b6742b0f358ce1715c249b7644ee339fce72688a21a07324ed0d33",
  "service_id": "557ac399bf5c8695c0096eaeac98d6ccf9d0225ed778dedcb8dbf0ee7724c83d",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T18:32:54.352Z",
  "url": "https://api.agishub.com/v1/webhook-send",
  "usage_rights": "not_reviewed"
}
api.agishub.comCrawl multiple pages of a site, respecting link depth and domain limits. Returns async job_id; results include markdown or HTML per page. Use it to fetch and process many pages of content at once.
https://api.agishub.com/v1/crawl
NetworkAdvertised amountBillingPayee
eip155:84530.1 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d
Source and evidence
{
  "description": "Crawl multiple pages of a site, respecting link depth and domain limits. Returns async job_id; results include markdown or HTML per page. Use it to fetch and process many pages of content at once.",
  "domain": "api.agishub.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "formats": {
                "description": "Output formats per page (default ['markdown']). 'html' adds raw HTML.",
                "items": {
                  "enum": [
                    "markdown",
                    "html"
                  ],
                  "type": "string"
                },
                "type": "array"
              },
              "limit": {
                "description": "Maximum pages to crawl (default 100, max 100 per call). Returns 202 with job_id for async processing. For larger sites, issue several calls: each one is priced the same, so 1.000 pages cost ten calls.",
                "exclusiveMinimum": true,
                "maximum": 100,
                "minimum": 0,
                "type": "integer"
              },
              "max_depth": {
                "description": "Maximum link depth from root (default 2, max 10). Depth 0 = root only, depth 1 = root + direct children.",
                "exclusiveMinimum": true,
                "maximum": 10,
                "minimum": 0,
                "type": "integer"
              },
              "same_domain": {
                "description": "Only crawl URLs on the same domain (default true). Subdomain links are excluded when false.",
                "type": "boolean"
              },
              "url": {
                "description": "Root domain URL to crawl (e.g., https://example.com).",
                "format": "uri",
                "type": "string"
              }
            },
            "required": [
              "url"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "enum": [
              "http"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "additionalProperties": false,
        "properties": {
          "example": {
            "type": "object"
          },
          "type": {
            "enum": [
              "json"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "example"
        ],
        "type": "object"
      }
    },
    "required": [
      "input",
      "output"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.1",
      "amount_atomic": "100000",
      "amount_encoding": "atomic_units",
      "amount_raw": "100000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "5851e9dfa5b0b65d96105f251fee937e0a5df03d32fe523607f9701a2bb0e40d",
  "service_id": "55bf10a0cbfb48bb8d381a8f220cd9cac7e12a3a2ce1872d2038cf9230e5cb0c",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T18:59:01.157Z",
  "url": "https://api.agishub.com/v1/crawl",
  "usage_rights": "not_reviewed"
}
api.agishub.comCheck the delivery status of a webhook job (queued / retrying / delivered / failed) by its job_id.
https://api.agishub.com/paid/webhook-status
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d
Source and evidence
{
  "description": "Check the delivery status of a webhook job (queued / retrying / delivered / failed) by its job_id.",
  "domain": "api.agishub.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "job_id": {
                "description": "The job_id returned by webhook_relay.",
                "type": "string"
              }
            },
            "required": [
              "job_id"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "enum": [
              "http"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "additionalProperties": false,
        "properties": {
          "example": {
            "type": "object"
          },
          "type": {
            "enum": [
              "json"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "example"
        ],
        "type": "object"
      }
    },
    "required": [
      "input",
      "output"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "a22f4ee6ac2e4cdf6e9971fe6690f7f4f44be0d1e691fd9fada7da84ce5e965a",
  "service_id": "55fed7c6abea352c943ed67cb5c4f59a206b9c0aa0aafa2aa3d9f225f589c40b",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-07T20:59:14.906Z",
  "url": "https://api.agishub.com/paid/webhook-status",
  "usage_rights": "not_reviewed"
}
api.agishub.comDeliver a webhook (POST/PUT/PATCH a JSON payload to a URL) with guaranteed, retried delivery. Returns immediately with a job_id; AgisHub keeps retrying in the background until it succeeds.
https://api.agishub.com/paid/webhook-send
NetworkAdvertised amountBillingPayee
eip155:84530.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d
Source and evidence
{
  "description": "Deliver a webhook (POST/PUT/PATCH a JSON payload to a URL) with guaranteed, retried delivery. Returns immediately with a job_id; AgisHub keeps retrying in the background until it succeeds.",
  "domain": "api.agishub.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "headers": {
                "additionalProperties": {
                  "type": "string"
                },
                "description": "Optional extra request headers, e.g. an auth token.",
                "type": "object"
              },
              "method": {
                "description": "HTTP method (default POST).",
                "enum": [
                  "POST",
                  "PUT",
                  "PATCH"
                ],
                "type": "string"
              },
              "payload": {
                "description": "JSON body to POST to the target (object, array, string or number)."
              },
              "url": {
                "description": "Public http/https URL to deliver the webhook to.",
                "format": "uri",
                "type": "string"
              }
            },
            "required": [
              "url"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "enum": [
              "http"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "additionalProperties": false,
        "properties": {
          "example": {
            "type": "object"
          },
          "type": {
            "enum": [
              "json"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "example"
        ],
        "type": "object"
      }
    },
    "required": [
      "input",
      "output"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.02",
      "amount_atomic": "20000",
      "amount_encoding": "atomic_units",
      "amount_raw": "20000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "16661db4e3b6742b0f358ce1715c249b7644ee339fce72688a21a07324ed0d33",
  "service_id": "589f78105286620890459690a93acca07808a754d407c4545407f81399809878",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-07T20:58:58.27Z",
  "url": "https://api.agishub.com/paid/webhook-send",
  "usage_rights": "not_reviewed"
}
api.agishub.comTimezone-aware date arithmetic: add or subtract a duration to a datetime (days are calendar-based and DST-safe; hours and minutes are absolute), or compute the difference between two datetimes that may be in different zones.
https://api.agishub.com/paid/date-calculate
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d
Source and evidence
{
  "description": "Timezone-aware date arithmetic: add or subtract a duration to a datetime (days are calendar-based and DST-safe; hours and minutes are absolute), or compute the difference between two datetimes that may be in different zones.",
  "domain": "api.agishub.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "datetime": {
                "description": "Base datetime: ISO 8601 or natural language.",
                "type": "string"
              },
              "operation": {
                "additionalProperties": false,
                "description": "What to compute: { type:'add', amount, unit } to add/subtract a duration, or { type:'diff', to_datetime, to_timezone? } for the difference between two datetimes.",
                "properties": {
                  "amount": {
                    "description": "For type 'add': how much to shift. Use a negative number to subtract.",
                    "type": "number"
                  },
                  "to_datetime": {
                    "description": "For type 'diff': the second datetime (ISO 8601 or natural language).",
                    "type": "string"
                  },
                  "to_timezone": {
                    "description": "For type 'diff': the IANA timezone of to_datetime (defaults to the base timezone).",
                    "type": "string"
                  },
                  "type": {
                    "description": "'add' to shift the datetime by a duration, or 'diff' to measure the gap between two datetimes.",
                    "enum": [
                      "add",
                      "diff"
                    ],
                    "type": "string"
                  },
                  "unit": {
                    "description": "For type 'add': one of seconds, minutes, hours, days, weeks.",
                    "enum": [
                      "seconds",
                      "minutes",
                      "hours",
                      "days",
                      "weeks"
                    ],
                    "type": "string"
                  }
                },
                "required": [
                  "type"
                ],
                "type": "object"
              },
              "timezone": {
                "description": "IANA timezone the base datetime is in.",
                "type": "string"
              }
            },
            "required": [
              "datetime",
              "timezone",
              "operation"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "enum": [
              "http"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "additionalProperties": false,
        "properties": {
          "example": {
            "type": "object"
          },
          "type": {
            "enum": [
              "json"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "example"
        ],
        "type": "object"
      }
    },
    "required": [
      "input",
      "output"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "a3fcd32ea021d214737dfcf9c8bab6da79650310970378ac3b01ed6090ee0b21",
  "service_id": "5b535ec269c127b46017d0af254e60df4c5890a8b2dd58aea39b8118153d4f22",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-07T20:55:50.558Z",
  "url": "https://api.agishub.com/paid/date-calculate",
  "usage_rights": "not_reviewed"
}
api.agishub.comExtract specific elements from a JavaScript-rendered page by CSS selector. Give a list of selectors (e.g. 'h1', '.price', 'a.product') and get back the text and attributes of every match. Backed by a headless browser, so it works on SPAs and JS-heavy pages.
https://api.agishub.com/paid/scrape
NetworkAdvertised amountBillingPayee
eip155:84530.03 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d
Source and evidence
{
  "description": "Extract specific elements from a JavaScript-rendered page by CSS selector. Give a list of selectors (e.g. 'h1', '.price', 'a.product') and get back the text and attributes of every match. Backed by a headless browser, so it works on SPAs and JS-heavy pages.",
  "domain": "api.agishub.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "selectors": {
                "description": "CSS selectors to extract, e.g. ['h1', 'a.product', '.price']. Returns the text and attributes of every match per selector.",
                "items": {
                  "minLength": 1,
                  "type": "string"
                },
                "maxItems": 20,
                "minItems": 1,
                "type": "array"
              },
              "url": {
                "description": "Full http/https URL of the page to scrape.",
                "format": "uri",
                "type": "string"
              }
            },
            "required": [
              "url",
              "selectors"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "enum": [
              "http"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "additionalProperties": false,
        "properties": {
          "example": {
            "type": "object"
          },
          "type": {
            "enum": [
              "json"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "example"
        ],
        "type": "object"
      }
    },
    "required": [
      "input",
      "output"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.03",
      "amount_atomic": "30000",
      "amount_encoding": "atomic_units",
      "amount_raw": "30000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "5d82bc1bf48a3bcfc36fb7e850334ba763208c27810757aefb3392ef499a7baa",
  "service_id": "5b75564a45a644dd333fcd128551467bc6a63325d4e5098e6d6d58f57b8b4d41",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T17:55:54.645Z",
  "url": "https://api.agishub.com/paid/scrape",
  "usage_rights": "not_reviewed"
}
api.agishub.comCapture several representations of a page in one call — rendered HTML plus a PNG screenshot by default, and optionally Markdown and the accessibility tree. Backed by a headless browser. Saves round-trips when an agent needs both the content and a visual of a page.
https://api.agishub.com/paid/snapshot
NetworkAdvertised amountBillingPayee
eip155:84530.05 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d
Source and evidence
{
  "description": "Capture several representations of a page in one call — rendered HTML plus a PNG screenshot by default, and optionally Markdown and the accessibility tree. Backed by a headless browser. Saves round-trips when an agent needs both the content and a visual of a page.",
  "domain": "api.agishub.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "formats": {
                "description": "Which representations to return (default ['html','screenshot']). Add 'markdown' and/or 'accessibilityTree' as needed.",
                "items": {
                  "enum": [
                    "html",
                    "screenshot",
                    "markdown",
                    "accessibilityTree"
                  ],
                  "type": "string"
                },
                "type": "array"
              },
              "full_page": {
                "description": "Capture the full scrollable page in the screenshot instead of just the viewport (default false).",
                "type": "boolean"
              },
              "height": {
                "description": "Viewport height in pixels (default 800).",
                "exclusiveMinimum": true,
                "minimum": 0,
                "type": "integer"
              },
              "url": {
                "description": "Full http/https URL to capture.",
                "format": "uri",
                "type": "string"
              },
              "width": {
                "description": "Viewport width in pixels (default 1280).",
                "exclusiveMinimum": true,
                "minimum": 0,
                "type": "integer"
              }
            },
            "required": [
              "url"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "enum": [
              "http"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "additionalProperties": false,
        "properties": {
          "example": {
            "type": "object"
          },
          "type": {
            "enum": [
              "json"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "example"
        ],
        "type": "object"
      }
    },
    "required": [
      "input",
      "output"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.05",
      "amount_atomic": "50000",
      "amount_encoding": "atomic_units",
      "amount_raw": "50000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "97e760f651c90e9b45c3c5a59e93d5fb4c6cf9b3f653b442789c52c163531bd0",
  "service_id": "60f41de92e0d10889352367b6aef2b106fbf6d71bb89f7b7117900ac0cf67c18",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T18:02:33.37Z",
  "url": "https://api.agishub.com/paid/snapshot",
  "usage_rights": "not_reviewed"
}
api.agishub.comReturn every hyperlink on a JavaScript-rendered page as a list of absolute URLs, with options to keep only visible links or only same-site links. Backed by a headless browser. Use it to map a site or seed a crawler.
https://api.agishub.com/paid/links
NetworkAdvertised amountBillingPayee
eip155:84530.03 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d
Source and evidence
{
  "description": "Return every hyperlink on a JavaScript-rendered page as a list of absolute URLs, with options to keep only visible links or only same-site links. Backed by a headless browser. Use it to map a site or seed a crawler.",
  "domain": "api.agishub.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "exclude_external": {
                "description": "Drop links pointing to other domains, keeping only same-site links (default false).",
                "type": "boolean"
              },
              "url": {
                "description": "Full http/https URL of the page to read links from.",
                "format": "uri",
                "type": "string"
              },
              "visible_only": {
                "description": "Return only links visible in the rendered layout (default false).",
                "type": "boolean"
              }
            },
            "required": [
              "url"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "enum": [
              "http"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "additionalProperties": false,
        "properties": {
          "example": {
            "type": "object"
          },
          "type": {
            "enum": [
              "json"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "example"
        ],
        "type": "object"
      }
    },
    "required": [
      "input",
      "output"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.03",
      "amount_atomic": "30000",
      "amount_encoding": "atomic_units",
      "amount_raw": "30000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "cf6c4b5c0d255d9757bd16814cdfcb519d823ea79e8aafb3bd6102bf8e751e49",
  "service_id": "61b674f2acd03538bc33735fbb58dd683e6268109c0d93cd82b92771f8fe83b6",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T17:54:59.487Z",
  "url": "https://api.agishub.com/paid/links",
  "usage_rights": "not_reviewed"
}
api.agishub.comSummarize a block of text into a short abstract, with an optional target length. No external API key required.
https://api.agishub.com/paid/summarize
NetworkAdvertised amountBillingPayee
eip155:84530.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d
Source and evidence
{
  "description": "Summarize a block of text into a short abstract, with an optional target length. No external API key required.",
  "domain": "api.agishub.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "max_words": {
                "description": "Approximate maximum length of the summary, in words (default ~80).",
                "exclusiveMinimum": true,
                "maximum": 400,
                "minimum": 0,
                "type": "integer"
              },
              "text": {
                "description": "The text to summarize.",
                "minLength": 1,
                "type": "string"
              }
            },
            "required": [
              "text"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "enum": [
              "http"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "additionalProperties": false,
        "properties": {
          "example": {
            "type": "object"
          },
          "type": {
            "enum": [
              "json"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "example"
        ],
        "type": "object"
      }
    },
    "required": [
      "input",
      "output"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.02",
      "amount_atomic": "20000",
      "amount_encoding": "atomic_units",
      "amount_raw": "20000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "a53a116657c67a846a81a1ffc84a5599403a38a88465ff9a6b2fa78f1b173336",
  "service_id": "620a852c67322b5b2fc7e152cd658eb812c7cdc4666b83c45f67832a3e293dfd",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-07T20:52:18.543Z",
  "url": "https://api.agishub.com/paid/summarize",
  "usage_rights": "not_reviewed"
}
api.agishub.comList or search valid IANA timezone identifiers by city/region/country, and resolve a city/country name to its timezone(s). Use it to discover the exact identifier to pass to the other tools.
https://api.agishub.com/v1/timezones
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d
Source and evidence
{
  "description": "List or search valid IANA timezone identifiers by city/region/country, and resolve a city/country name to its timezone(s). Use it to discover the exact identifier to pass to the other tools.",
  "domain": "api.agishub.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "query": {
                "description": "Case-insensitive substring filter.",
                "type": "string"
              }
            },
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "enum": [
              "http"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "additionalProperties": false,
        "properties": {
          "example": {
            "type": "object"
          },
          "type": {
            "enum": [
              "json"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "example"
        ],
        "type": "object"
      }
    },
    "required": [
      "input",
      "output"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "b426628baac93bcbb66852aa5cf356852589758409518bb99ae50277f7eb88ae",
  "service_id": "64034495ebda29357f5bc58577c7d9c6febab69f21823d4bff9ed21820b5b161",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T18:51:52.871Z",
  "url": "https://api.agishub.com/v1/timezones",
  "usage_rights": "not_reviewed"
}
api.agishub.comDiscover all URLs reachable from a domain within a link depth limit. Returns a flat list of absolute URLs, respects robots.txt crawl delays. Use it to map a site's structure before crawling.
https://api.agishub.com/v1/crawl-map
NetworkAdvertised amountBillingPayee
eip155:84530.05 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d
Source and evidence
{
  "description": "Discover all URLs reachable from a domain within a link depth limit. Returns a flat list of absolute URLs, respects robots.txt crawl delays. Use it to map a site's structure before crawling.",
  "domain": "api.agishub.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "include_subdomains": {
                "description": "Include URLs from subdomains (default false, same domain only).",
                "type": "boolean"
              },
              "limit": {
                "description": "Maximum URLs to return (default 100, max 200 per call). Respects robots.txt crawl-delay.",
                "exclusiveMinimum": true,
                "maximum": 200,
                "minimum": 0,
                "type": "integer"
              },
              "search": {
                "description": "Optional regex or plain string to filter results (case-insensitive).",
                "type": "string"
              },
              "url": {
                "description": "Root domain URL to map (e.g., https://example.com).",
                "format": "uri",
                "type": "string"
              }
            },
            "required": [
              "url"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "enum": [
              "http"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "additionalProperties": false,
        "properties": {
          "example": {
            "type": "object"
          },
          "type": {
            "enum": [
              "json"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "example"
        ],
        "type": "object"
      }
    },
    "required": [
      "input",
      "output"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.05",
      "amount_atomic": "50000",
      "amount_encoding": "atomic_units",
      "amount_raw": "50000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "5abd7c8d442057a6db4a1b91973f409b428dbd7f34720c02032e1894995622a5",
  "service_id": "65c9cdec57c5a1345d0c4e833a1a9e0c0ce34cd9e5811e44483e92c3cd60da12",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T18:59:51.857Z",
  "url": "https://api.agishub.com/v1/crawl-map",
  "usage_rights": "not_reviewed"
}
api.agishub.comGet live USD spot prices for one or more cryptocurrencies by ticker symbol (e.g. BTC, ETH, SOL).
https://api.agishub.com/v1/crypto-price
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d
Source and evidence
{
  "description": "Get live USD spot prices for one or more cryptocurrencies by ticker symbol (e.g. BTC, ETH, SOL).",
  "domain": "api.agishub.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "symbols": {
                "description": "Comma-separated ticker symbols, e.g. 'BTC,ETH,SOL'. Prices are returned in USD.",
                "type": "string"
              }
            },
            "required": [
              "symbols"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "enum": [
              "http"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "additionalProperties": false,
        "properties": {
          "example": {
            "type": "object"
          },
          "type": {
            "enum": [
              "json"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "example"
        ],
        "type": "object"
      }
    },
    "required": [
      "input",
      "output"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "738ef36bcc12fb6680ac3154f2bce2afa1d731349b7946d8d767b9e004f339a1",
  "service_id": "6966100d6cdba87f1d13ff540be640f9cad49e12707d04c5a7994a5eff68b0fb",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T18:41:53.589Z",
  "url": "https://api.agishub.com/v1/crypto-price",
  "usage_rights": "not_reviewed"
}

Outcome evidence starts with your workflow.

Private intake is ready for task IDs, charges, retries, result fingerprints and your evaluation criteria. Public performance comparisons need measured results; we do not have that benchmark yet.

Discuss an outcome integration
Collection coverage

Discovery comes from configured registries. Endpoint checks record responses, not task success. Older snapshots retain less detail. Customer usage, commercial terms and task evaluations require additional evidence.

1,423 historical or current source records quarantined during normalization; they are excluded from public comparisons.

43 of 43 archive objects verified in Backblaze. Last verification: Sep 12, 2026, 05:56 UTC.

Collection status JSON