{
  "x402Version": 2,
  "id": 8731,
  "slug": "8731",
  "resource": "https://api.munition.io/v1/serper/news",
  "description": "Munition Google News: x402-paid Google News results for AI agents via Serper. Pay 0.004 USDC per query for recent articles (title, link, source, date, snippet) with country, language and time filters.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "4000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "eip155:137",
      "payTo": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
      "asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
      "amount": "4000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "eip155:42161",
      "payTo": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
      "asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
      "amount": "4000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "payTo": "CawPXxATKM9iBPc2o6FRzu9LbvzZWcepD9akwZkbDyDo",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "amount": "4000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "iconUrl": "https://munition.io/logo.png",
        "input": {
          "body": {
            "gl": "us",
            "hl": "en",
            "num": 10,
            "q": "stablecoin regulation",
            "tbs": "qdr:w"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "meta": {
              "resultCount": 1,
              "searchedAt": "2026-09-09T00:00:00.000Z"
            },
            "news": [
              {
                "date": "2 hours ago",
                "link": "https://example.com/news/1",
                "position": 1,
                "source": "Example News",
                "title": "Regulators finalize stablecoin rules"
              }
            ],
            "query": "stablecoin regulation"
          },
          "type": "json"
        },
        "serviceName": "Munition",
        "tags": [
          "search",
          "news",
          "google"
        ]
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "additionalProperties": false,
                "properties": {
                  "gl": {
                    "default": "us",
                    "description": "Country code (gl), e.g. us, fr, de.",
                    "type": "string"
                  },
                  "hl": {
                    "default": "en",
                    "description": "Interface language (hl), e.g. en, fr.",
                    "type": "string"
                  },
                  "num": {
                    "default": 10,
                    "maximum": 100,
                    "minimum": 1,
                    "type": "integer"
                  },
                  "page": {
                    "default": 1,
                    "maximum": 10,
                    "minimum": 1,
                    "type": "integer"
                  },
                  "q": {
                    "description": "Google query.",
                    "maxLength": 1000,
                    "minLength": 1,
                    "type": "string"
                  },
                  "tbs": {
                    "description": "Time filter, e.g. qdr:d, qdr:w, qdr:m, qdr:y.",
                    "type": "string"
                  }
                },
                "required": [
                  "q"
                ],
                "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": {
                  "meta": {
                    "properties": {
                      "resultCount": {
                        "type": "integer"
                      },
                      "searchedAt": {
                        "format": "date-time",
                        "type": "string"
                      }
                    },
                    "required": [
                      "resultCount",
                      "searchedAt"
                    ],
                    "type": "object"
                  },
                  "news": {
                    "items": {
                      "properties": {
                        "date": {
                          "type": "string"
                        },
                        "imageUrl": {
                          "type": "string"
                        },
                        "link": {
                          "format": "uri",
                          "type": "string"
                        },
                        "position": {
                          "type": "integer"
                        },
                        "snippet": {
                          "type": "string"
                        },
                        "source": {
                          "type": "string"
                        },
                        "title": {
                          "type": "string"
                        }
                      },
                      "required": [
                        "title",
                        "link"
                      ],
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "query": {
                    "type": "string"
                  }
                },
                "required": [
                  "query",
                  "news",
                  "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:51.474Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-09T09:53:51.301Z"
  },
  "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"
  }
}