REST API for Developers
Integrate Taple into your products without limitations
Secure Authorization
Bearer tokens with flexible access rights management and key rotation
High Performance
Up to 10,000 requests per minute, response under 200ms at 95th percentile
Webhooks
Receive real-time notifications about new leads and database changes
SDKs & Examples
Ready-made libraries for Python, Node.js, PHP and detailed documentation
Simple Integration
One request — and fresh leads from Taple database are already in your app. Bearer token authorization, JSON response.
- Full Swagger documentation
- Examples in Python, JS, PHP
- Rate limits and plan quotas
- Webhooks for real-time events
GET /api/v1/leads
curl -X GET "https://api.taple.ru/v1/leads" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"city": "Москва",
"industry": "retail",
"limit": 50
}'