REST API v1
ShopTok API
Real-time TikTok Shop data. Search products, get store analytics, track inventory, analyze reviews, and monitor price history — all through a simple REST API.
API key authentication
JSON responses
Low latency
Base URL
https://shoptok.dev/api/v1Authentication
Authenticate your requests by including your API key in the x-api-key header. You can generate API keys from your dashboard.
# Include your API key in every request
curl https://shoptok.dev/api/v1/search?keyword=earbuds \
-H "x-api-key: tsr_live_abc123..."
Keep your API key secret. Do not share it in public repositories, client-side code, or URLs. Rotate keys immediately if compromised.
Rate Limits
Rate limits depend on your plan tier. Exceeding limits returns a 429 Too Many Requests response. Check response headers for remaining quota.
| Plan | Daily Limit | Burst Rate |
|---|---|---|
| Free | 10 / day | 2 / min |
| Starter | 100 / day | 10 / min |
| Pro | 500 / day | 30 / min |
| Agency | 2,500 / day | 100 / min |
Need higher limits? Upgrade your plan or contact us for enterprise rates.
Response Headers
X-RateLimit-Tier: pro
X-RateLimit-Limit: 500
X-Response-Time: 142ms
Endpoints
Ready to integrate?
Create a free account and start making API calls in minutes.