ToolAssay

X Account Dossier ($0.05/call)

X Account Dossier ($0.05/call): Full X (Twitter) account dossier in one call: profile, an analysis of recent posts (cadence, average engagement, reply/retweet/link share, top hashtags and mentions), the raw recent posts, and a transparent bot-likelihood signal with the evidence behind it. Composes profile + activity so an agent vetting an account does not have to. No X account or API key needed.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
30 msmedian answer time
$0.05listed price per call
$0.05price 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/dossier

CategoryEverything else
Provider hostx402.botsmith.dev
Networkseip155:196, eip155:8453
Payment schemesexact
Self-reported calls, 30 days3 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.05 30 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "handle": "naval",
    "sampleSize": 20
  },
  "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": {
            "handle": {
              "description": "X handle, with or without the leading @",
              "pattern": "^@?[A-Za-z0-9_]{1,15}$",
              "type": "string"
            },
            "sampleSize": {
              "default": 20,
              "description": "How many recent posts to analyze (max 20)",
              "maximum": 20,
              "minimum": 1,
              "type": "integer"
            }
          },
          "required": [
            "handle",
            "sampleSize"
          ],
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "additionalProperties": false,
          "properties": {
            "activity": {
              "additionalProperties": false,
              "properties": {
                "avgLikes": {
                  "anyOf": [
                    {
                      "type": "number"
                    },
                    {
                      "type": "null"
                    }
                  ]
                },
                "avgReplies": {
                  "anyOf": [
                    {
                      "type": "number"
                    },
                    {
                      "type": "null"
                    }
                  ]
                },
                "avgRetweets": {
                  "anyOf": [
                    {
                      "type": "number"
                    },
                    {
                      "type": "null"
                    }
                  ]
                },
                "postsPerDay": {
                  "anyOf": [
                    {
                      "type": "number"
                    },
                    {
                      "type": "null"
                    }
                  ]
                },
                "replyShare": {
                  "anyOf": [
                    {
                      "type": "number"
                    },
                    {
                      "type": "null"
                    }
                  ],
                  "description": "Fraction of sampled posts that are replies"
                },
                "retweetShare": {
                  "anyOf": [
                    {
                      "type": "number"
                    },
                    {
                      "type": "null"
                    }
                  ]
                },
                "sampleSize": {
                  "maximum": 9007199254740991,
                  "minimum": -9007199254740991,
                  "type": "integer"
                },
                "spanDays": {
                  "anyOf": [
                    {
                      "type": "number"
                    },
                    {
                      "type": "null"
                    }
                  ],
                  "description": "Days between oldest and newest sampled post"
                },
                "topHashtags": {
                  "items": {
                    "additionalProperties": false,
                    "properties": {
                      "count": {
                        "maximum": 9007199254740991,
                        "minimum": -9007199254740991,
                        "type": "integer"
                      },
                      "tag": {
                        "type": "string"
                      }
                    },
                    "required": [
                      "tag",
                      "count"
                    ],
                    "type": "object"
                  },
                  "type": "array"
                },
                "topMentions": {
                  "items": {
                    "additionalProperties": false,
                    "properties": {
                      "count": {
                        "maximum": 9007199254740991,
                        "minimum": -9007199254740991,
                        "type": "integer"
                      },
                      "handle": {
                        "type": "string"
                      }
                    },
                    "required": [
                      "handle",
                      "count"
                    ],
                    "type": "object"
                  },
                  "type": "array"
                },
                "withLinksShare": {
                  "anyOf": [
                    {
                      "type": "number"
                    },
                    {
                      "type": "null"
                    }
                  ]
                }
              },
              "required": [
                "sampleSize",
                "spanDays",
                "postsPerDay",
                "avgLikes",
                "avgRetweets",
                "avgReplies",
                "replyShare",
                "retweetShare",
                "withLinksShare",
                "topHashtags",
                "topMentions"
              ],
              "type": "object"
            },
            "authenticity": {
              "additionalProperties": false,
              "properties": {
                "botLikelihood": {
                  "enum": [
                    "low",
                    "medium",
                    "high",
                    "unknown"
                  ],
                  "type": "string"
                

This page as JSON