ToolAssay

Mastodon (any public instance, default mastodon.social), live and keyless

Mastodon (any public instance, default mastodon.social), live and keyless: a hashtag timeline, an account with its latest statuses, an account or hashtag search, or the trending hashtags, each status as plain text plus its HTML, counts, media, tags and reblog flag. Input: mode (hashtag, account, search, trends) with tag, acct or query; optional instance, limit, statuses, kind. Status search and the public firehose need a token and are not offered.

Answeringour last check, 2026-09-27
1 of 1checks answered this week
830 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

POST https://hubvibe-io.com/work/social/mastodon

CategoryMarket data
Provider hosthubvibe-io.com
Networkseip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-27 valid payment request 402$0.05 830 ms

Example input (from the provider)

{
  "body": {
    "limit": 3,
    "mode": "hashtag",
    "tag": "opensource"
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "additionalProperties": false,
          "properties": {
            "acct": {
              "description": "Username, optionally @domain (Gargron or Gargron@mastodon.social); account mode.",
              "maxLength": 320,
              "minLength": 1,
              "type": "string"
            },
            "instance": {
              "description": "Mastodon server hostname, default mastodon.social.",
              "maxLength": 253,
              "type": "string"
            },
            "kind": {
              "description": "What to search for, default accounts.",
              "enum": [
                "accounts",
                "hashtags"
              ],
              "type": "string"
            },
            "limit": {
              "description": "Items to return (hashtag up to 40, search up to 25, trends up to 20), default 10.",
              "maximum": 40,
              "minimum": 1,
              "type": "integer"
            },
            "mode": {
              "description": "hashtag: latest statuses under a tag; account: an account and its statuses; search: accounts or hashtags matching a query; trends: trending hashtags.",
              "enum": [
                "hashtag",
                "account",
                "search",
                "trends"
              ],
              "type": "string"
            },
            "query": {
              "description": "Search words; search mode.",
              "maxLength": 200,
              "minLength": 1,
              "type": "string"
            },
            "statuses": {
              "description": "Latest statuses to return in account mode, default 10.",
              "maximum": 40,
              "minimum": 1,
              "type": "integer"
            },
            "tag": {
              "description": "Hashtag without #; hashtag mode.",
              "maxLength": 100,
              "minLength": 1,
              "type": "string"
            }
          },
          "required": [
            "mode"
          ],
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST",
            "PUT",
            "PATCH"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "description": "The 200 body of every paid /work call. `result` is the worker's own output (its schema is per route); everything else is the same on every /work route. A receipt for the job is at `receipt_url`.",
          "properties": {
            "billing_warning": {
              "description": "Present only when the charge was recorded with a caveat.",
              "examples": [
                "settlement pending"
              ],
              "type": "string"
            },
            "price_usd": {
              "description": "What this call cost, in USD.",
              "examples": [
                0.02
              ],
              "type": "number"
            },
            "provenance": {
              "description": "How the result was produced: which providers ran and how long each took.",
              "properties": {
                "attempts": {
                  "description": "Provider attempts made, including retries and failovers.",
                  "examples": [
                    1
                  ],
                  "type": "integer"
                },
                "elapsed_ms": {
                  "description": "Wall-clock milliseconds for the whole job.",
                  "examples": [
                    340
                  ],
                  "type": "integer"
                },
                "providers_used": {
                  "description": "Providers that served the job.",
                  "examples": [
                    [
                      "coinbase-advanced-trade-public"
                    ]
                  ],
                  "items": {
                    "description": "Provider name.",
                    "examples": [
                      "coinbase-advanced-trade-public"
                    ],
                    "type": "string"
                  },
                  "type": "array"
                },
                "steps": {
                  "description": "Every step the job ran, in order.",
                  "items": {
                    "description": "One step of the job.",
                    "properties": {
                      "ms": {
                        "description": "Milliseconds the step took.",
                        "examples": [
                          312
                        ],
                        "type": "integer"
                      },
                      "ok": {
                        "description": "Whether the step succeeded.",
                        "examples": [
                          true
                        ],
                        "type": "boolean"
                      },
                      "provider": {
                        "description": "Provider that served the step.",
                        "examples": [
                          "coinbase-advanced-trade-public"
                        ],
                        "type": "string"
                      },
                      "reason": {
                        "description": "Failure reason, on a failed step.",
                        "

This page as JSON