{
  "x402Version": 2,
  "id": 8732,
  "slug": "8732",
  "resource": "https://api.munition.io/v1/firecrawl/scrape",
  "description": "Munition Firecrawl Scrape: x402-paid web page scraping for AI agents. Pay 0.015 USDC per URL to get the page rendered with JavaScript and converted to clean markdown (optionally raw HTML, links, summary). Use when a plain fetch returns empty, JS-only or 403 content.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "15000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "eip155:137",
      "payTo": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
      "asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
      "amount": "15000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "eip155:42161",
      "payTo": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
      "asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
      "amount": "15000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "payTo": "CawPXxATKM9iBPc2o6FRzu9LbvzZWcepD9akwZkbDyDo",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "amount": "15000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "iconUrl": "https://munition.io/logo.png",
        "input": {
          "body": {
            "formats": [
              "markdown"
            ],
            "onlyMainContent": true,
            "url": "https://www.x402.org/"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "markdown": "# x402\n\nAn open protocol for internet-native payments…",
            "meta": {
              "characters": 1240,
              "fetchedAt": "2026-09-09T00:00:00.000Z"
            },
            "statusCode": 200,
            "title": "x402",
            "url": "https://www.x402.org/"
          },
          "type": "json"
        },
        "serviceName": "Munition",
        "tags": [
          "web",
          "scraping",
          "extraction"
        ]
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "additionalProperties": false,
                "properties": {
                  "formats": {
                    "default": [
                      "markdown"
                    ],
                    "items": {
                      "enum": [
                        "markdown",
                        "html",
                        "links",
                        "summary"
                      ],
                      "type": "string"
                    },
                    "type": "array"
                  },
                  "onlyMainContent": {
                    "default": true,
                    "description": "Strip navigation, footers and boilerplate.",
                    "type": "boolean"
                  },
                  "timeout": {
                    "maximum": 30000,
                    "minimum": 1000,
                    "type": "integer"
                  },
                  "url": {
                    "description": "Page to scrape.",
                    "format": "uri",
                    "type": "string"
                  },
                  "waitFor": {
                    "description": "Milliseconds to wait for dynamic content.",
                    "maximum": 10000,
                    "minimum": 0,
                    "type": "integer"
                  }
                },
                "required": [
                  "url"
                ],
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "html": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "links": {
                    "items": {
                      "type": "string"
                    },
                    "type": "array"
                  },
                  "markdown": {
                    "description": "Page content as markdown.",
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "meta": {
                    "properties": {
                      "characters": {
                        "type": "integer"
                      },
                      "fetchedAt": {
                        "format": "date-time",
                        "type": "string"
                      }
                    },
                    "required": [
                      "fetchedAt",
                      "characters"
                    ],
                    "type": "object"
                  },
                  "statusCode": {
                    "type": [
                      "integer",
                      "null"
                    ]
                  },
                  "summary": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "title": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "url": {
                    "description": "Final URL after redirects.",
                    "format": "uri",
                    "type": "string"
                  }
                },
                "required": [
                  "url",
                  "title",
                  "markdown",
                  "statusCode",
                  "meta"
                ],
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.munition.io",
  "lastUpdated": "2026-09-09T09:53:46.016Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-09T09:53:45.551Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.munition.io",
    "manifest_name": "api.munition.io",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}