{
  "x402Version": 2,
  "id": 6957,
  "slug": "6957",
  "resource": "https://squeezeos-api.onrender.com/api/x/search",
  "description": "Public X/Twitter search API for AI agents. Search recent public posts by keyword without requiring the caller to maintain a separate X developer account.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xc29185fa176357612f3194735753e520e91adc46",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "4800",
      "maxTimeoutSeconds": 120
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "max_results": "10",
            "q": "x402",
            "type": "Latest"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "product": "SML Public X Search",
            "provenance": {
              "provider": "twitterapis",
              "public_read_only": true
            },
            "query": "x402",
            "result_count": 1,
            "results": [
              {
                "author": {
                  "username": "<public-handle>"
                },
                "created_at": "<source-timestamp>",
                "id": "<public-post-id>",
                "text": "<public-post-text>",
                "url": "https://x.com/<public-handle>/status/<public-post-id>"
              }
            ],
            "status": "ready",
            "type": "Latest"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "additionalProperties": false,
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "const": "GET",
                "type": "string"
              },
              "queryParams": {
                "additionalProperties": true,
                "properties": {
                  "max_results": {
                    "description": "Search intents: x search, twitter search, social search, public posts, social research.",
                    "enum": [
                      "1",
                      "2",
                      "3",
                      "4",
                      "5",
                      "6",
                      "7",
                      "8",
                      "9",
                      "10"
                    ],
                    "type": "string"
                  },
                  "q": {
                    "description": "Public X search query Search intents: x search, twitter search, social search, public posts, social research.",
                    "maxLength": 512,
                    "minLength": 1,
                    "type": "string"
                  },
                  "type": {
                    "description": "Search intents: x search, twitter search, social search, public posts, social research.",
                    "enum": [
                      "Latest",
                      "Top"
                    ],
                    "type": "string"
                  }
                },
                "required": [
                  "q"
                ],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "queryParams"
            ],
            "type": "object"
          },
          "output": {
            "additionalProperties": false,
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "const": "json",
                "type": "string"
              }
            },
            "required": [
              "type",
              "example"
            ],
            "type": "object"
          }
        },
        "required": [
          "input",
          "output"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "squeezeos-api.onrender.com",
  "lastUpdated": "2026-09-17T19:32:50.766Z",
  "quality": {
    "calls30d": 8,
    "uniquePayers30d": 3,
    "lastCalledAt": "2026-09-17T19:32:50.405Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "squeezeos-api.onrender.com",
    "manifest_name": "squeezeos-api.onrender.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}