AS
Apify Store
/tri_angle/telegram-scraper
Telegram Scraper
Scrape profiles and messages in a couple of seconds.
liveasyncunknown~30s typical
social medialead generationtelegram
$0.0063
per result + $0.005 call
plus $0.001 platform fee per run
Actor charges $0.005 per result; Cracked adds 25% plus a $0.005 call fee
Bring your own Apify Store key: provider portion drops to $0.
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run apify /tri_angle/telegram-scraper for me.
Input
| Field | Type | Description |
|---|---|---|
| collectMessages | boolean | Scrape messages of provided profiles. default true |
| profiles* | array | The profiles to look for. Must be exact. You can also provide a link to the profile, e.g. https://t.me/telegram |
| oldestMessageDate | string | Works only when collecting messages. Only messages uploaded after or on this date will be scraped. |
| scrapeLastNDays | integer | Specify how old scraped posts can be (in days). Putting <code>1</code> will get you only today's posts, <code>2</code> - tomorrow's and today's, and so on. If the <code>Post newer than</code> field was set, the most recent post will be chosen. |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"apify","endpoint":"/tri_angle/telegram-scraper","input":{"profiles":["telegram"]},"wait":false}'poll
curl "https://cracked-ai-pearl.vercel.app/v1/runs/<runId>?wait=30" -H "Authorization: Bearer ck_live_..."cli
npx cracked-ai run -p apify -e /tri_angle/telegram-scraper -i '{"profiles":["telegram"]}' -w 120mcp
run_tool({ provider: "apify", endpoint: "/tri_angle/telegram-scraper", input: {"profiles":["telegram"]}, wait: false })Try it
Runs against your signed-in workspace balance. Sign in if you have not.