Telegram Scraper API
This API allows you to retrieve detailed information and download Telegram stories, as well as gather metadata about users, channels, and chats. Key features include: - **Fetching Telegram Stories:** Retrieve a list of available stories for a user, along with direct links to download the content. - **User, Channel, and Chat Information:** Get detailed information about a specific user, channel,…
Telegram Scraper API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Fetch Entities | ||
| GET |
Check Participant Status /entity/get-participant |
Determine if a user is part of a specific chat or channel. |
| GET |
Fetch Entity by Username /entity/fetch |
Retrieves detailed information about a user, chat, or channel based on the provided username or link. This endpoint allows you to gather metadata such as ID, name, type, and… |
| GET |
Fetch Full User Info /entity/fulluser |
Returns comprehensive details about a user, including profile information, settings, and other extended metadata that might not be available in a basic user query. This is ideal… |
| GET |
Fetch Full Channel Info /entity/fullchannel |
Provides detailed information about a channel, including its metadata, participants count, description, and additional statistics. This endpoint is used to retrieve an extensive… |
| GET |
Search User by Phone Number /entity/fetch-by-phone |
This endpoint allows you to search for a Telegram user by their phone number. The API retrieves user information if the number is registered in Telegram. It is useful for… |
| GET |
Fetch Invite Link Info /entity/invite-link-info |
Returns information about a Telegram channel or chat based on an invite link. The response includes details such as the channel/chat name, the number of participants, and a list… |
| GET |
Fetch Chatlist Info /entity/chatlist-info |
Returns information about a Telegram chat folder and all chats added to it. The response includes details such as the folder name and a list of chats within it. |
| GET |
-------------------------------------- / |
- |
| GET |
Fetch Message Details by ID /entity/get-messages |
Retrieve information about a message by its ID |
| GET |
Get Channel Recommendations /entity/get-channel-recommendations |
Find similar channels based on a given channel (works only with moderately popular channels). |
| GET |
Fetch Online Users /entity/get-onlines |
Retrieve the number of users currently online (applicable to chats only) |
| GET |
Fetch Chat Participants /entity/get-participants |
Retrieve a list of participants from a Telegram chat, group, or channel. This endpoint allows you to parse and collect user data such as IDs, usernames, names, and other… |
| Media Info and Download | ||
| GET |
Fetch Stories /stories/fetch |
Retrieves a list of available stories for a specified user/channel, providing direct links to view or download the content. The response includes metadata for each story, such as… |
| dev | ||
| GET |
/ping /ping |
r |
| Global Search | ||
| GET |
Search for channels, chats, users and bots /entity/search |
Performs a global search for channels, chats, users, and bots across Telegram. |
| GET |
Search Stories by Hashtags or Geotags /entity/search-stories |
Search public stories in Telegram by hashtags or geotags. |
| Other endpoints | ||
| GET |
parse /parse |
1 |
Telegram Scraper API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $15 / month | 1 / minute |
|
| ULTRA | $30 / month | 30 / second |
|
| MEGA Recommended | $80 / month | 15 / second |
|