API Key
To authenticate your requests, you must include thex-api-key header with a valid API key.
Your unique API key generated via the Dashboard.
Generate API Key
To get started, you need to generate an API key via the Dashboard.- Log in to the Scrapest Dashboard at admin.scrape.st
- Navigate to API Keys in the sidebar
- Click “Generate New API Key”
- Name your key (e.g., “My First Integration”)
- Copy the key and store it securely
API Key Features
- Dashboard Management: Create, rename, and delete API keys through the dashboard
- Usage Tracking: Monitor API calls and usage statistics
- Security: Keys are tied to your user account and permissions
- Rate Limits: Each key has its own rate limits and quotas
Telegram Authentication (Alternative Method)
For automated workflows, you can also authenticate via our Telegram Bot:- Call the
/authendpoint to initiate the process:
- The API returns an authentication link to open with our Telegram Bot
- Complete authentication via Telegram to get your API key
Live Demo
You can interact with our live Scrapest instance at:https://scrape.st/
Authentication is required for all state-changing operations and sensitive
data access on the live instance.
Example Request
Error Responses
- 401 Unauthorized: Missing or invalid authentication headers (
x-api-keyorx-admin-key). - 403 Forbidden: API key limit reached (when generating keys).
- 429 Too Many Requests: Standard API key has exceeded the rate limit.
401 Unauthorized
429 Too Many Requests