Skip to main content
GET
/
telegram
/
channel
/
{channelId}
/
participants
/
search
curl -X GET "https://scrape.st/telegram/channel/-10012345678/participants/search?q=alex&limit=20" \
  -H "x-api-key: YOUR_API_KEY"
{
  "participants": [
    {}
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.scrape.st/llms.txt

Use this file to discover all available pages before exploring further.

Search for participants (members) within a specific Telegram group or channel.

Path Parameters

channelId
string
required
The Telegram channel username (e.g. @durov) or numeric ID

Query Parameters

q
string
required
Search query string (1-1000 characters). You can also use query instead of q.
limit
number
default:"20"
Number of participants to return (1-100)

Response

participants
array
Array of participant objects
curl -X GET "https://scrape.st/telegram/channel/-10012345678/participants/search?q=alex&limit=20" \
  -H "x-api-key: YOUR_API_KEY"