Frequently Asked Questions
General
What platforms are supported?
The following platforms are supported:
| Platform | Code | Identifier format |
|---|---|---|
facebook | Username | |
instagram | Username | |
linkedin | Username or company page name | |
| Threads | threads | Username (without @) |
| TikTok | tiktok | Username (without @) |
| X (Twitter) | x | Username |
| YouTube | youtube | Channel handle (without @) |
What datapoints are available?
Follower count (followers) and following count (following) are returned under metrics, and verified status (verified) under attributes. More datapoints will be added in future versions.
Is there a free plan?
Yes. Every account gets a free tier. See Billing for the details. A higher-limit paid tier (€4.99/month) is planned for people who need more headroom.
Is my data encrypted?
Yes. All traffic to and from the API and website is encrypted in transit using TLS.
API
How do I authenticate?
Include your API token in the Authorization: Bearer header on every request. Create a token from the API Tokens page in your dashboard.
What happens if I exceed the rate limit?
Requests are rate-limited per account (all your tokens share one pool) at 100 requests per 60 seconds. Exceed it and the API returns 429 Too Many Requests. Back off and retry once the window resets. This short-window rate limit is separate from your monthly usage quota (free tier: 500 requests / month).
Can I request multiple accounts at once?
Yes. You can include up to 10 resources in a single request. Duplicates (same platform, type, and identifier) are automatically removed.
What happens if an account is not found?
The account is still included in the response. If we haven’t collected it yet, its resource-level status is pending with no datapoints, and the request triggers background collection so its datapoints are returned on a later request once available. not_found is only returned once we’ve determined the account doesn’t exist on that platform.
How fresh is the data?
Datapoints for known accounts are refreshed daily. Every datapoint in a response includes a collected_at timestamp, so you can see exactly how fresh each value is.
What format should the identifier be?
Use the platform-specific identifier format:
| Platform | Format | Example |
|---|---|---|
| Username | zuck | |
Username (without @) | natgeo | |
| Username or company page name | linustorvalds, nasa | |
| Threads | Username (without @) | zuck |
| TikTok | Username (without @) | nba |
| X | Username | nasa |
| YouTube | Channel handle (without @) | mkbhd |
Account
How do I reset my password?
Click Forgot your password? on the login page and follow the instructions sent to your email. The reset link expires after six hours.
How do I cancel my subscription?
There’s nothing to cancel yet. Metrika is currently free for everyone and paid plans aren’t available. When paid plans launch, this answer will cover how to manage and cancel a subscription.
How do I check my API usage?
Your dashboard shows your quota usage for the current month, along with the date it resets. Every API request counts towards your monthly quota.
How do I delete my account?
Open your account settings from the dashboard and click Delete account. Deletion is immediate and cannot be undone. If you run into any trouble, contact [email protected].
Can I have multiple API tokens?
Yes. You can create as many tokens as you need. Rate limits apply per account, so all tokens for the same account share a single pool.
Legal
Where can I find the Privacy Policy?
Our Privacy Policy explains how we collect, use, and protect your information.
Where can I find the Terms of Service?
Our Terms of Service govern your access to and use of the API and related services.
Where can I find the Cookie Policy?
Our Cookie Policy explains what cookies we use and your choices regarding them.