Telegram

Channel Posts

Retrieves one public web-preview page of Telegram posts with text, publish date, views, reactions when exposed, forwards, media previews, and link previews. Pass the returned cursor to fetch the previous page. Empty and terminal pages are not charged. Telegram does not expose every field on every public post, so reactions and downloadable media URLs can be absent. This endpoint does not support private or invite-only channels and groups.

get/v1/telegram/channel/posts

Query parameters

handlestring required

Public Telegram handle, @handle, or t.me channel URL.

cursorstring

Numeric cursor returned by the previous page. Omit it for the latest posts.

cache_max_age'1d' | '3d' | '7d' | '14d' | '30d'

If we have a response in the cache that is this many days old or newer, return the cached response (0 credits, with "cached": true and a "cached_at" timestamp). Otherwise, scrape a live result (1 credit). See the Caching page for details.

Response

Successful response

Changes

No recorded changes to this endpoint across all 1 revision of this API.