ToolAssay

Public X/Twitter search API for AI agents

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.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
473 msmedian answer time
$0.0048listed price per call
$0.0048price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://squeezeos-api.onrender.com/api/x/search

CategoryCode and developer
Provider hostsqueezeos-api.onrender.com
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days9 from 4 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.0048 473 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "max_results": "10",
    "q": "x402",
    "type": "Latest"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$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"
}

This page as JSON