Supported Sources
Twitter / X
Track users, search tweets, token mentions, backfill history
Telegram
Monitor groups & channels, token mentions, backfill history
Discord
Track channels & servers, token mentions, backfill history
How It Works
- Track — Add sources (Twitter users, Telegram groups, Discord channels) via REST API or Dashboard
- Receive — Get data instantly via Webhooks, WebSocket, or SSE
- Query — Search tweets, fetch user profiles, or pull historical data on demand via REST API
Delivery Methods
| Method | Latency | Auth | Use Case |
|---|---|---|---|
| Webhooks | ~200ms | x-api-key | Event-driven push to your endpoint |
| WebSocket | ~50ms | x-api-key | High-frequency bidirectional streaming |
| SSE | ~50ms | Token / None | Simple real-time with auto-reconnect |
| REST API | On-demand | x-api-key | Query data when you need it |
Monitoring & Metrics
Scrapest exposes real-time system health and latency metrics via public endpoints — no authentication required.| Endpoint | Description |
|---|---|
GET /health | System status (healthy, degraded, critical) |
GET /metrics | Aggregated latency P50/P95/P99 (24h window) |
GET /metrics/:source | Per-source latency (twitter, discord, telegram) |
All metrics use a 24-hour rolling window. See the full Health & Metrics
API reference for response schemas.
Quick Start
- Login at admin.scrape.st via Telegram
- Create API Key in dashboard
- Set Webhook endpoint
- Track a source — X, Telegram, or Discord
See Benchmarks to see how Scrapest compares to the official X API.