
Telegram Channel Scraper - Posts, Media & Buttons | No Login
Scrape posts from public Telegram channels with no login. One row per post: text, date, views, reactions, Telegram's photo and video links, every album item, file names and sizes, links and the inline buttons under each post. Filter by date or post count. $0.30 per 1,000 posts, no start fee.
Server URL
https://mcp.apify.com/?tools=anshumanatrey/telegram-channel-scraper
Registry name io.github.AnshumanAtrey/telegram-channel-scraper. Streamable HTTP. Authenticate by signing in with Apify, or with an Authorization: Bearer header carrying your Apify API token.
Connect
Claude (web or desktop)
Settings, Connectors, Add custom connector. Paste the server URL above and sign in with Apify.
Claude Code
claude mcp add --transport http telegram-channel-scraper "https://mcp.apify.com/?tools=anshumanatrey/telegram-channel-scraper" --header "Authorization: Bearer YOUR_APIFY_TOKEN"
Cursor
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"telegram-channel-scraper": {
"url": "https://mcp.apify.com/?tools=anshumanatrey/telegram-channel-scraper",
"headers": {
"Authorization": "Bearer YOUR_APIFY_TOKEN"
}
}
}
}VS Code
Add to .vscode/mcp.json (VS Code asks for the token once):
{
"servers": {
"telegram-channel-scraper": {
"type": "http",
"url": "https://mcp.apify.com/?tools=anshumanatrey/telegram-channel-scraper",
"headers": {
"Authorization": "Bearer ${input:apify-token}"
}
}
},
"inputs": [
{
"type": "promptString",
"id": "apify-token",
"description": "Apify API token",
"password": true
}
]
}Pricing
Charged per event through your Apify account. Free Apify accounts include monthly credit.
| Post | $0.0003 |