Access billions of data points with the NinjaOutreach Social API

Integrate the powerful NinjaOutreach social API with your system and get instant access to millions of Instagram influencer data, metrics, and analytics.

Get Your API Token
Get Your API Token

Gain Better Instagram Marketing Insight

Improve your ROI through data-driven actions. View & compare metrics of Instagram influencers to help you make smarter decisions for your marketing campaigns.

Gain Better Instagram Marketing Insight
Mine Instagram Data

Mine Instagram Data

Crawl millions of Instagram profiles, hashtags, and posts. Want to build algorithms for Instagram data mining to measure consumer response to everything from brands to locations? With our social API, you can.

Getting Started

See all the profile data you need to qualify Instagram influencers for your campaign. View engagement rating, likes & replies per post, cost per sponsored post, and more.

See the Documentation GET https://api.ninjaoutreach.com/v2/profile?username=amandaeliselee
{
      "id": 433643,
      "user_id": 231402544,
      "username": "amandaeliselee",
      "full_name": "Amanda Lee",
      "first_name": "Amanda",
      "last_name": "Lee",
      "biography": "[email protected]\nworkout guides\ud83d\udc47\ud83c\udffc",
      "website": "https://www.amandaeliselee.com/",
      "birth_year": null,
      "location_country": "United States",
      "location_region": "California",
      "location_city": "Los Angeles",
      "gender": "female",
      "followers": 12103894,
      "following": 96,
      "is_private": false,
      "is_verified": true,
      "profile_pic_url": "https://scontent-atl3-1.cdninstagram.com/vp/f094dddef3dc47b4674b6f318d62b398/5CF60278/t51.2885-19/s150x150/42631738_256296711693778_5895466616673533952_n.jpg?_nc_ht=scontent-atl3-1.cdninstagram.com",
      "profile_pic_url_hd": "https://scontent-atl3-1.cdninstagram.com/vp/15cdc1e929c5f2b43cef1dd6a158f754/5CF84288/t51.2885-19/s320x320/42631738_256296711693778_5895466616673533952_n.jpg?_nc_ht=scontent-atl3-1.cdninstagram.com",
      "engagement_rate": 0.01681385189294815,
      "likes_per_post": 201374.078125,
      "replies_per_post": 2139.0,
      "deleted": false,
      "discovered_at": "2018-06-11T16:26:31.059134+00:00",
      "created_at": "2018-07-10T02:57:38.499173+00:00",
      "updated_at": "2019-01-23T23:10:43.686347+00:00",
      "engagement_rate_image": 0.017862411215901375,
      "engagement_rate_video": 0.005279705859720707,
      "likes_per_post_image": 213952.0,
      "likes_per_post_video": 63017.0,
      "replies_per_post_image": 2252.727294921875,
      "replies_per_post_video": 888.0,
      "likes_per_post_pct": 0.016637131571769714,
      "replies_per_post_pct": 0.00017671998648438603,
      "views_per_video_pct": 0.05597966909408569,
      "views_per_video": 677572.0,
      "followers_to_following": 126082.2265625,
      "likes_variation_pct": 0.470467,
      "replies_per_100_likes": 1.0463,
      "emails": [
          "[email protected]",
          "[email protected]"
      ],
      "posts": 333,
      "posts_per_week": 1.752251148223877,
      "language": null,
      "last_post_analyzed": "Bs8pqsKFQiD",
      "posts_per_analysis": 2.8468804359436035,
      "analyzed_times": 194,
      "categories": [
          "Fitness",
          "Food"
      ],
      "is_business_account": false,
      "business_email": null,
      "business_phone_number": null,
      "business_address": null,
      "business_category": null
  }
  

The /mentions and /hashtags endpoints provide accurate information on the hashtags and mentions used by a specific profile", and with the following data:

See the Documentation GET https://api.ninjaoutreach.com/v2/mentions/amandaeliselee
{
      "username": "amandaeliselee",
      "mentions": [
          {
              "mention": "fashionnova",
              "count": 145
          },
          {
              "mention": "prettylittlething",
              "count": 64
          },
          {
              "mention": "boohoo",
              "count": 52
          },
          {
              "mention": "goodamerican",
              "count": 24
          },
          {
              "mention": "shoptobi",
              "count": 23
          },
          {
              "mention": "meltdown",
              "count": 23
          },
          {
              "mention": "bangenergy",
              "count": 23
          },
          {
              "mention": "larsapippen",
              "count": 13
          },
          {
              "mention": "sanlorenzo_bikinis",
              "count": 13
          },
          {
              "mention": "boxycharm",
              "count": 8
          },
          {
              "mention": "khloekardashian",
              "count": 5
          },
          {
              "mention": "emmagrede",
              "count": 5
          },
          {
              "mention": "playlistyoga",
              "count": 3
          },
          {
              "mention": "happytea",
              "count": 1
          },
          {
              "mention": "kimkardashian",
              "count": 1
          },
          {
              "mention": "carladibello",
              "count": 1
          }
      ]
  }