Social metrics API for developers

Query social media datapoints across Instagram, Facebook, TikTok, YouTube, and more with a single API request. Simple authentication, predictable JSON responses, and affordable pricing.

/api/v1/resources/search
$ curl -X POST https://metrika.run/api/v1/resources/search \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "resources": [
      {"platform": "instagram", "type": "account", "identifier": "natgeo"}
    ]
  }'

Clean, predictable responses

Every API response follows the same structure. No surprises, no unnecessary nesting.

200 OK
{
  "data": [
    {
      "platform": "instagram",
      "identifier": "natgeo",
      "status": "available",
      "metrics": {
        "followers": {
          "value": 284000000,
          "status": "available"
        }
      }
    }
  ]
}

Each metric includes a value and status field. Bulk requests return multiple results in a single response.

Why Metrika

A focused utility, not a bloated platform.

Simple API

Single endpoint. POST JSON in, JSON out. No SDK required.

Fast Integration

Authenticate with a Bearer token and start querying in minutes.

Bulk Requests

Query up to 10 accounts in a single request. Duplicates are automatically removed.

Predictable Pricing

One subscription. Everything included. No surprise bills.

Supported platforms

All major platforms supported out of the box.

Platform Status
Instagram Available
Facebook Available
LinkedIn Available
TikTok Available
YouTube Available
X / Twitter Available
Threads Available

Get started in minutes

Three steps from zero to your first metric.

1

Create account

Sign up and generate your API token from the dashboard.

2

Make requests

Send JSON requests to /api/v1/resources/search with your Bearer token.

3

Retrieve metrics

Receive structured metric data instantly. Integrate into your own apps.

Pricing

€2.99 /month

Everything you need. No hidden costs.

  • Full API access
  • Dashboard access
  • All supported metrics
  • Multiple API tokens
  • 3000 req/min rate limit
No hidden fees Cancel anytime

Payments handled by Stripe

Documentation

Everything you need to integrate — authentication, endpoints, examples in curl, JavaScript, and Python.

Frequently asked questions

What platforms do you support?

Facebook, Instagram, LinkedIn, Threads, TikTok, X/Twitter, and YouTube are all supported today. We're actively working on adding more platforms.

What metrics are available?

Datapoints for all supported platforms. We're actively expanding the range of available datapoints.

How does authentication work?

API requests use Bearer token authentication. Generate tokens from your dashboard and include them in the Authorization header.

What are the rate limits?

Paid subscriptions get 3000 requests per minute. Free tier access is limited to 25 requests every 30 days. Exceed either limit and you'll receive a 429 Too Many Requests response.

What is the pricing?

€2.99/month for full access. Free tier available with limited requests. No surprise usage charges, no hidden fees. Cancel anytime.