Metrika

Social media data API.

Get social media data programmatically, via a simple REST API.

Beta. Metrika is in active development. Data may occasionally be delayed and platforms may temporarily become unavailable as we stabilize our ingestion pipeline.

Free*. A free tier is available now (500 requests per month, no credit card required), with a paid tier planned.


Get Started View API Docs


What you can do

  • Retrieve datapoints (metrics and attributes) on social media handles
  • Request up to 10 accounts in a single API call
  • Access datapoints like follower counts, following counts, verified status and more
  • Integrate datapoints into your own applications
  • Automate data collection on a schedule

Quick example

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"},{"platform":"youtube","type":"account","identifier":"mkbhd"}]}'

* Free as in free. No time limit, no credit card; the free tier is here to stay.


This site uses Just the Docs, a documentation theme for Jekyll.