VOOZH about

URL: https://apify.com/george.the.developer/telegram-channel-scraper/api

⇱ Telegram Channel Scraper MCP Server & Monitor API Β· Apify


πŸ‘ Telegram Channel Monitor & Data Extractor avatar

Telegram Channel Monitor & Data Extractor

Pricing

$3.00 / 1,000 message scrapeds

Go to Apify Store

Telegram Channel Monitor & Data Extractor

Extract messages, member data, and engagement analytics from any public Telegram channel. Monitor crypto groups, track competitor channels, analyze discussion trends. No Telegram account required.

Pricing

$3.00 / 1,000 message scrapeds

Rating

0.0

(0)

Developer

πŸ‘ George Kioko

George Kioko

Maintained by Community

Actor stats

2

Bookmarked

128

Total users

24

Monthly active users

50 days

Issues response

2 days ago

Last modified

Share

You might also like

Telegram Channels Scraper

i-scraper/telegram-channels-scraper

⚑️ Telegram Channels Scraper: Extract posts from public Telegram channels.

209

5.0

Telegram Public Channels Scraper

crawlerbros/telegram-public-channels-scraper

Scrape Telegram public channels via the web preview (t.me/s/{channel}) with channel metadata + recent posts with text, media URLs, view counts, and forwarded-from attribution. No login, no Telegram app, no proxy required.

15

Telegram Like Scraper

i-scraper/telegram-like-scraper

⚑️ Telegram Like Scraper: Extract likes from posts from Telegram channels.

Telegram Channels Scraper

pamnard/telegram-channels-scraper

Scrapes channels data from Telegram

Telegram Group and Channel Member Extractor

clothefobia/telegram-group-and-channel-member-extractor

Telegram Group and Channel Member Extractor -Extract member From any telegram group/channel

1.1K

3.0

Telegram Channel & Profile Scraper

automation-lab/telegram-scraper

Scrape Telegram public channels and profiles β€” channel metadata, messages, views, reactions, and media URLs. No API key or login needed.

πŸ‘ User avatar

Stas Persiianenko

285

Telegram Channel Scraper

thescrapelab/Apify-Telegram-Scraper

Scrape public Telegram channels without the Telegram API. Extract posts, dates, URLs, outlinks, link previews, hashtags, mentions, and channel metadata to an Apify dataset.

50

Telegram Scraper

dainty_screw/telegram-scraper

Seamlessly extract public messages from any Telegram public channel and gain valuable insights. Perfect for researchers, marketers, and data analysts.

πŸ‘ User avatar

codemaster devops

1K

4.6

Telegram Groups/Channel Member Scraper

bhansalisoft/telegram-group-member-scraper

Telegram Groups/Channel Member Scraper - Scrap Telegram Groups/Channel- Scrap hidden member from chat history and member list.

2.7K

3.5

You can access the Telegram Channel Monitor & Data Extractor programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

πŸ‘ Python

Python

πŸ‘ JavaScript

JavaScript

CLI

πŸ‘ OpenAPI

OpenAPI

HTTP

MCP

# Set API token
$API_TOKEN=<YOUR_API_TOKEN>
# Prepare Actor input
$cat> input.json <<'EOF'
<{
< "channels": [
< "durov",
< "telegram"
< ]
<}
<EOF
# Run the Actor using an HTTP API
# See the full API reference at https://docs.apify.com/api/v2
$curl"https://api.apify.com/v2/acts/george.the.developer~telegram-channel-scraper/runs?token=$API_TOKEN"\
<-X POST \
<-d @input.json \
<-H'Content-Type: application/json'

Telegram Channel Scraper MCP Server & Monitor API

Below, you can find a list of relevant HTTP API endpoints for calling the Telegram Channel Monitor & Data Extractor Actor. For this, you’ll need an Apify account. Replace <YOUR_API_TOKEN> in the URLs with your Apify API token, which you can find under Integrations in Apify Console. For details, see the API reference.

Run Actor

POST
https://api.apify.com/v2/acts/george.the.developer~telegram-channel-scraper/runs?token=<YOUR_API_TOKEN>

Note: By adding the method=POST query parameter, this API endpoint can be called using a GET request and thus used in third-party webhooks. Please refer to our Run Actor API documentation.

Run Actor synchronously and get dataset items

POST
https://api.apify.com/v2/acts/george.the.developer~telegram-channel-scraper/run-sync-get-dataset-items?token=<YOUR_API_TOKEN>

Note: This endpoint supports both POST and GET request methods. However, only the POST method allows you to pass input data. For more information, please refer to our Run Actor synchronously and get dataset items API documentation.

Get Actor

GET
https://api.apify.com/v2/acts/george.the.developer~telegram-channel-scraper?token=<YOUR_API_TOKEN>

For more information, please refer to our Get Actor API documentation.

Actors can be used to scrape web pages, extract data, or automate browser tasks. Use the Telegram Channel Monitor & Data Extractor API programmatically via the Apify API.

You can choose from:

Telegram Channel Monitor & Data Extractor API in Python

Telegram Channel Monitor & Data Extractor API in JavaScript

Telegram Channel Monitor & Data Extractor API through CLI

Telegram Channel Monitor & Data Extractor OpenAPI definition

You can start Telegram Channel Monitor & Data Extractor with the Apify API by sending an HTTP POST request to the Run Actorendpoint. An Actor’s input and its content type can be passed as a payload of the POST request, and additional options can be specified using URL query parameters. The Telegram Channel Monitor & Data Extractor is identified within the API by its ID, which is the creator’s username and the name of the Actor.

When the Telegram Channel Monitor & Data Extractor run finishes you can list the data from its default dataset(storage) via the API or you can preview the data directly on Apify Console.