Telegram Scraper

By using this API, you will be able to scrape and get the contents of Telegram's public channels and groups Messages without need to join them.

Support list

⚬ Text
⚬ Photos (Gallery Posts Supported)
⚬ Videos (Gallery Posts Supported)
⚬ Channel Members
⚬ Channel Description
⚬ Last Post Number
⚬ Post View
⚬ Post date
⚬ Post Time
⚬ Post edit check
⚬ Link Preview Title
⚬ Link Preview Description
⚬ Link Preview Image
⚬ Link Preview Video

How to submit a request ?

Both POST and GET methods are supported

Example

https://github.com/vitaminarts/Telegram-scraper-api

API Request :

https://apibot.ir/api/telegram-scraper/[Method]

Documents

Available Methods

getContents
This method returns the contents of the post
Parameter Type Required Description
key String Yes Your unique API key
username String Yes The username of the target channel (without "@")
post Integer Yes The post number
getLatestPost
This method returns the last post number
Parameter Type Required Description
key String Yes Your unique API key
username String Yes The username of the target channel (without "@")
getPostInfo
This method returns the information of post (seen numbers ,post time and etc...)
Parameter Type Required Description
key String Yes Your unique API key
username String Yes The username of the target channel (without "@")
post Integer Yes The post number
getChatInfo
This method returns the channel and group information
Parameter Type Required Description
key String Yes Your unique API key
username String Yes The username of the target channel (without "@")