ToolAssay

Fetch a public Telegram channel's posts (with optional in-channel search and his

Fetch a public Telegram channel's posts (with optional in-channel search and history pagination) or a single post with its discussion comments

Answeringour last check, 2026-09-24
1 of 1checks answered this week
907 msmedian answer time
$0.005listed price per call
$0.005price 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://glim.sh/api/v1/telegram/get

CategorySearch and research
Provider hostglim.sh
Networkseip155:143, eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
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.005 907 ms

Example input (from the provider)

{
  "body": {
    "limit": 20,
    "ref": "durov"
  },
  "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": {
          "properties": {
            "after": {
              "description": "Return posts newer than this message id",
              "maxLength": 20,
              "type": "string"
            },
            "before": {
              "description": "Return posts older than this message id (pagination cursor from next_cursor)",
              "maxLength": 20,
              "type": "string"
            },
            "comment": {
              "description": "Post refs: center the comment window on this comment id (walks older comments)",
              "maxLength": 20,
              "type": "string"
            },
            "include_comments": {
              "default": true,
              "description": "Post refs: include discussion comments. Telegram's public embed serves a small window of the most recent comments; walk older ones by re-calling with comment=<oldest returned comment id>. Availability varies by channel - many discussion groups are not exposed on the public web preview.",
              "type": "boolean"
            },
            "limit": {
              "default": 20,
              "description": "Max posts for channel refs (walks history pages as needed)",
              "maximum": 100,
              "minimum": 1,
              "type": "integer"
            },
            "query": {
              "description": "Search within the channel's full history (channel refs only)",
              "maxLength": 500,
              "type": "string"
            },
            "ref": {
              "description": "Public channel ref (@handle, handle, or t.me URL) returns the channel feed; a post ref (t.me/<channel>/<id> or '<channel>/<id>') returns that post with its discussion comments.",
              "maxLength": 2048,
              "minLength": 1,
              "type": "string"
            }
          },
          "required": [
            "ref"
          ],
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON