Skip to main content
GET
/
telegram
/
users
/
search
curl -X GET "https://scrape.st/telegram/users/search?q=satoshi&limit=10" \
  -H "x-api-key: YOUR_API_KEY"
{
  "users": [
    {}
  ]
}

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 globally for Telegram users by name or username.

Query Parameters

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

Response

users
array
Array of user profile objects
curl -X GET "https://scrape.st/telegram/users/search?q=satoshi&limit=10" \
  -H "x-api-key: YOUR_API_KEY"