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.


Get Started View API Docs


What you can do

  • Retrieve datapoints on handles for social platforms
  • Request up to 10 accounts in a single API call
  • 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"}]}'

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