ToolAssay

X Tweet Search ($0.02/call)

X Tweet Search ($0.02/call): Search X (Twitter) posts with full advanced-search syntax (from:, since:, until:, exact phrases, boolean operators). Returns up to 20 posts per call as clean JSON with metrics and entities, plus a cursor for the next page. No X account or API key needed.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
62 msmedian answer time
$0.02listed price per call
$0.02price 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://x402.botsmith.dev/x/search

CategorySearch and research
Provider hostx402.botsmith.dev
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days389 from 16 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.02 62 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "query": "x402 payments",
    "type": "Latest"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "method": {
          "enum": [
            "GET"
          ],
          "type": "string"
        },
        "queryParams": {
          "additionalProperties": false,
          "properties": {
            "cursor": {
              "description": "Pagination cursor from a previous call",
              "pattern": "^[A-Za-z0-9+/=_-]{1,400}$",
              "type": "string"
            },
            "query": {
              "description": "Search query, e.g. \"x402 from:coinbase since:2026-07-01\"",
              "maxLength": 400,
              "minLength": 1,
              "type": "string"
            },
            "type": {
              "default": "Latest",
              "description": "Sort by recency or engagement",
              "enum": [
                "Latest",
                "Top"
              ],
              "type": "string"
            }
          },
          "required": [
            "query",
            "type"
          ],
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "additionalProperties": false,
          "properties": {
            "hasNextPage": {
              "type": "boolean"
            },
            "nextCursor": {
              "anyOf": [
                {
                  "type": "string"
                },
                {
                  "type": "null"
                }
              ]
            },
            "tweets": {
              "description": "Up to 20 matching posts",
              "items": {
                "additionalProperties": false,
                "properties": {
                  "author": {
                    "additionalProperties": false,
                    "properties": {
                      "handle": {
                        "anyOf": [
                          {
                            "type": "string"
                          },
                          {
                            "type": "null"
                          }
                        ]
                      },
                      "id": {
                        "anyOf": [
                          {
                            "type": "string"
                          },
                          {
                            "type": "null"
                          }
                        ]
                      },
                      "name": {
                        "anyOf": [
                          {
                            "type": "string"
                          },
                          {
                            "type": "null"
                          }
                        ]
                      }
                    },
                    "required": [
                      "handle",
                      "name",
                      "id"
                    ],
                    "type": "object"
                  },
                  "createdAt": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "type": "null"
                      }
                    ],
                    "description": "ISO 8601"
                  },
                  "hashtags": {
                    "items": {
                      "type": "string"
                    },
                    "type": "array"
                  },
                  "id": {
                    "type": "string"
                  },
                  "lang": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "type": "null"
                      }
                    ]
                  },
                  "links": {
                    "description": "Expanded outbound URLs",
                    "items": {
                      "type": "string"
                    },
                    "type": "array"
                  },
                  "mentions": {
                    "description": "Mentioned handles",
                    "items": {
                      "type": "string"
                    },
                    "type": "array"
                  },
                  "metrics": {
                    "additionalProperties": false,
                    "properties": {
                      "likes": {
                        "anyOf": [
                          {
                            "maximum": 9007199254740991,
                            "minimum": -9007199254740991,
                            "type": "integer"
                          },
                          {
                            "type": "null"
                          }
                        ]
                      },
                      "quotes": {
                        "anyOf": [
                          {
                            "maximum": 9007199254740991,
                            "minimum": -9007199254740991,
                            "type": "integer"
                          },
                          {
                            "type": "null"
                          }
                        ]
                      },
                      "replies": {
                        "anyOf": [
                          {
                            "maximum": 9007199254740991,
                            "minimum": -9007199254740991,
                            "type": "integer"
                          },
                          {
                            "type": "null"
                          }
                    

This page as JSON